Is it at all possible to have a forwarded X11 session be styled with something other than the default X button styles? It doesn't even appear to use my server's actual styles seeing as both computers are running Ubuntu 10.10. However, the window on the left is from the local machine, and window on the right is forwarded via ssh -X
.
Is there any way to change this behavior to mimic the native button style or change it at all? Thanks.
ssh -X
, it should automatically use the settings from your local settings daemon. Is there anything unusual about your setup? – sepp2k Oct 21 '10 at 11:05gnome-settings-daemon
if it's running; (2) GTK applications will use the~/.gtkrc-2.0
file on the machine they're running on; (3) similarly, Qt/Xaw/Xtoolkit apps have their own (and different!) way of configuring style. What applications are you interested in? – Riccardo Murri Oct 21 '10 at 11:54