You are not logged in.
Pages: 1
i'm assuming this is a font issue. anyone know which one i have to install to fix this?
my /etc/nanorc file using nano displays correctly
# bind Sh-M-U "^[Oc^[[1;6D^T|sed 's/.*/\U&/'^M" main
# bind Sh-M-L "^[Oc^[[1;6D^T|sed 's/.*/\L&/'^M" main
Here is what it looks like in mousepad
Offline
Here is what it looks like in mousepad
If you run:
mousepad /etc/nanorc
...from a terminal window, is there anything output in the terminal window?
.
Also, which version of mousepad are you running:
mousepad -v
..and which font are you using?
xfconf-query -c xsettings -p /Gtk/FontName
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thanks ToZ. Here is the info:
Last edited by callmejoe (2022-04-29 22:30:11)
Offline
What locale/language are you using?
What does the following command return:
fc-match Sans
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Offline
What font is mousepad set to use or is it configured to use the system monospace font (Edit > Preferences > View tab)?
Edit: I should actually have asked:
fc-match monospace
Last edited by ToZ (2022-04-30 01:21:46)
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
mousepad preferences
Offline
Try setting the default encoding to UTF-8.
Also, what is the output of:
$ xfconf-query --channels xsettings --property /Gtk/MonospaceFontName
$ gsettings get org.xfce.mousepad.preferences.view use-default-monospace-font
$ gsettings get org.xfce.mousepad.preferences.view font-name
Last edited by KBar (2022-04-30 03:00:39)
Remember to edit the subject of your topic to include the [SOLVED] tag once you're satisfied with the answers or have found a solution (in which case, don't forget to share it as well), so that other members of the community can quickly refer to it and save their time. Pretty please!
Offline
If you check "Use system monospace font", does it make a difference?
Also, does it work if you don't use root? Like from a regular user account?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
since i've been trying different things and thinking about this more i decided to run the file command on the file
file nanorc
nanorc: data
and then on a random config file:
file xfce4-taskmanager.rc
xfce4-taskmanager.rc: ASCII text
ASCII text files display the special characters fine. Something with that data type file messes it up.
oh well. not a big deal. just have to remember to not use a plain text editor to edit that file (and others like it)
Offline
Mousepad must have asked you in which encoding you wanted to open this file at some point. But since version 0.5.9 it only does this once, unless the recent file history is cleared (that's where the information is stored).
Offline
Pages: 1
[ Generated in 0.015 seconds, 7 queries executed - Memory usage: 573.66 KiB (Peak: 590.5 KiB) ]