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:
 - Did i miss a proposed Mechanism for setting the Application-Fontsize?
 - could the .x2go_login mechanism be useful in future?

Thanks for reading

:) Wolfram Eifler
_______________________________________________
X2Go-Dev mailing list
X2Go-Dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

Reply via email to