On Sat, 12 Nov 2016 09:58:05 -0500 Tom Horsley wrote:
Can I do something like edit /etc/x2go/x2goagent.options and add -fp catalogue:/etc/X11/fontpath.d,built-ins as an option? (On both source and target systems).
I tried that and x2go dies when starting the remote session, but I did discover that I can manually expand the path into a list of directories and I do get additional fonts that way, so to get the terminus font I really need to be able to see characters in emacs on a 4K monitor, adding this to /etc/x2go/x2goagent.options seems to work:
X2GO_NXAGENT_DEFAULT_OPTIONS+=" -fp /usr/share/X11/fonts/misc/,/usr/share/X11/fonts/75dpi/,/usr/share/X11/fonts/100dpi/,/usr/share/fonts/terminus/"
If there were other fonts I needed, I assume I could add them to the list as well.