x11 looks ugly while opening a remote window from ssh. Can I use GTK themes?
Posted
by Simon
on Super User
See other posts from Super User
or by Simon
Published on 2009-11-11T20:04:09Z
Indexed on
2010/04/23
16:54 UTC
Read the original article
Hit count: 299
I use to connect to a distant computer running linux from my mac using ssh.
For example I use:
$ ssh -Y login@host
then
$ gnome-open .
in order to open a nautilus window. This window do open but it looks ugly. I found here that one can install GTK themes through Macports.
I installed gtk2-aurora
and gtk-chtheme
and chose the aurora theme successfully, but my remote windows still look ugly.
Is this theme (or others) working for remote windows or is it only for local x11 windows?
Is there a way to improve the look and feel of remote windows?
© Super User or respective owner