开发者

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:

  1. Select System > Preferences > Appearance from the menu.
  2. This displays a tabbed panel, labeled 'Appearance Preferences'.
  3. Select the Interface tab, and check the "Show icons in menus".
  4. Select Close.
  5. 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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜