Hello everybody,
In Published-Application-Mode my Applications (libreoffice, iceweasel, gedit...) do not respect the configured Fontsizes for Menu-Labels & Co. They miss the corresponding configuration infrastructure (eg. gnome: "gnome-settings-daemon") and fallback to 10-px-Fonts - much to small for modern Monitors.
My local hotfix is:
a) added a .x2go_login to x2goruncommand and /etc/x2go (like x2go_logout) (...) test -r /etc/x2go/x2go_login && . /etc/x2go/x2go_login # run x2goserver-extensions for pre-runcommand (...)
b) in $<users_homdir>/.x2go_login #!/bin/sh /usr/bin/gnome-settings-daemon
Questions:
Thanks for reading
:) Wolfram Eifler