9

I am running Eclipse remotely right now, in Xming on my Windows pc, through an ssh tunnel from my laptop running Ubuntu 11.10.

As seen below, it doesn't look that bad, but it seems that my applications defaults to the standard theme when it cannot find any others for GTK+ applications.

Is there anything I can do about this? Also it would be nice if I could do something about the font settings to make it more easily readable.

enter image description here

eckes
  • 1,330
Rasive
  • 193

3 Answers3

5

Just install gtk-chtheme

$ sudo apt-get install gtk-chtheme

and call it in a terminal opened in Xming

$ gtk-chtheme

Also, you can use LXAppearance:

$ sudo apt-get install lxappearance

and call it as

$ lxappearance

(LXAppearance is, technically, part of LXDE, but the configuration file it creates is generic for GTK 2.0)

0

X applications get their fonts from the X server — Xming in this case. You can copy Windows fonts to your Xming font directory to give Eclipse access to more fonts.

I'd love to see an answer to the other part of your question. Wish I had one.

0

I am afraid you wont get that really pretty. This is not only a XMing problem, but also a general GTK/Eclipse Theming thing.

Just use the native Windows install and be happy.

It does help to check the Xserver configuration for the font path and server and it might also help to switch your window manager on X11 site (session manager or environment depending on what you use).

Eclipse 4.2 also has some theming problems, it might help to remove the CSS files like described here http://www.eclipse.org/forums/index.php/m/872214/

eckes
  • 1,330