[X2Go-Dev] Fontsizes of Published Applications
Wolfram Eifler
adagio at weifler.in-berlin.de
Mon Oct 22 20:10:38 CEST 2012
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
More information about the x2go-dev
mailing list