Hello Andreeeeee,
I guess you got this problem in sessions of kind “virtual desktop”.
It could be due to the font path not completely set up in the NoMachine virtual display server.
To check the current font path, run a terminal emulator in the virtual desktop and type the command xset q
.
In order to temporarily append elements to the font path, use the command xset fp+ <new element>
, e.g. xset fp+ /usr/share/X11/fonts/misc
.
If you find the missing paths and they fix the issue, you can set up the default font path to the value you need using key DisplayServerExtraOptions in node.cfg, e.g.
DisplayServerExtraOptions "-fp /usr/share/X11/fonts/encodings:/usr/share/X11/fonts/encodings/large:/usr/share/X11/fonts/misc:/usr/share/X11/fonts/Type1:/usr/share/X11/fonts/util"