eclipse on linux
I was running eclipse开发者_StackOverflow on Ubuntu Linux. What I have noticed is some icons were missing for File->New->(the items appear in submenu) package,folder,etc. Is this the problem with Ubuntu linux or all the eclipse which is installed on linux?
Thanks Bhanu
Many later versions of Gnome have menu icons disabled by default (my refresh icon is gone as well). If this is your problem you can get them back by using:
- Select System > Preferences > Appearance from the menu.
- This displays a tabbed panel, labeled 'Appearance Preferences'.
- Select the Interface tab, and check the "Show icons in menus".
- Select Close.
- The menu icons should be back.
See http://ubuntuforums.org/showthread.php?t=1246454
Sigh. also https://bugzilla.redhat.com/show_bug.cgi?id=539993
I had the same problem earlier I have ran the below steps and it got fixed. Try to re-install eclipse by giving the below commands
sudo apt-get remove eclipse
then
sudo apt-get install eclipse
Let me know if it resolves. Good Luck :-)
This worked for me:
gsettings set org.gnome.settings-daemon.plugins.xsettings overrides "{'Gtk/ButtonImages': <1>, 'Gtk/MenuImages': <1>}"
Source: https://bbs.archlinux.org/viewtopic.php?id=185714
精彩评论