You are not logged in.

#1 2010-05-22 03:44:59

Drake
Member
Registered: 2007-09-05
Posts: 41

[SOLVED]Icons Eclipse ?? i was me ??

Hi again..
eclipsebi.png
i think miss the icons of package,class,interface,etc.. I'm right ?

Last edited by Drake (2010-05-22 17:38:01)

Offline

#2 2010-05-22 09:41:49

bzt
Member
From: Germany
Registered: 2010-04-11
Posts: 39

Re: [SOLVED]Icons Eclipse ?? i was me ??

Eclipse is based on SWT and adheres to the settings of GTK if you are using GNOME. By default, GNOME disables icons for menus, but you can easily enable them.

To do that, open the configuration editor better known as "gconf-editor" and make sure the option /desktop/gnome/interface/menus_have_icons is checked.

Alternatively, use this one liner in a console:

gconftool-2 --type bool --set /desktop/gnome/interface/menus_have_icons true

Enjoy the icons you just got back. wink

Offline

#3 2010-05-22 17:36:30

Drake
Member
Registered: 2007-09-05
Posts: 41

Re: [SOLVED]Icons Eclipse ?? i was me ??

bzt wrote:

Eclipse is based on SWT and adheres to the settings of GTK if you are using GNOME. By default, GNOME disables icons for menus, but you can easily enable them.

To do that, open the configuration editor better known as "gconf-editor" and make sure the option /desktop/gnome/interface/menus_have_icons is checked.

Alternatively, use this one liner in a console:

gconftool-2 --type bool --set /desktop/gnome/interface/menus_have_icons true

Enjoy the icons you just got back. wink

thankss veryy muchhh.. that was..

Last edited by Drake (2010-05-22 17:37:35)

Offline

Board footer

Powered by FluxBB