Ticket #4280 (closed: fixed)
Ubuntu: icons do not show up next to menu items
Reported by: | Janik Zikovsky | Owned by: | Andrei Savici |
---|---|---|---|
Priority: | minor | Milestone: | Release 2.0 |
Component: | MantidPlot | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Janik Zikovsky |
Description
On Ubuntu 11.04 and 11.10, icons do not show up next to menu items. They show up on RHEL6 and Windows.
Change History
comment:1 Changed 9 years ago by Andrei Savici
- Owner changed from Anyone to Andrei Savici
- Status changed from new to accepted
comment:2 Changed 9 years ago by Andrei Savici
- Status changed from accepted to verify
- Resolution set to fixed
From http://my.opera.com/pROCKrammer/blog/how-to-enable-missing-menu-icons-ubuntu-gnome Works in Ubuntu 11.10 as well. Maybe we should enable the change in the install script
Ubuntu 9.10/10.04(Lucid)/10.10 (Maverick) has realized, it is one of the best relizes of the Ubuntu. As you noticed some menu icons is missing. It is easy to enable them Click ALT+F2 enter gconf-editor and go to /desktop/gnome/interface/ and tick on menus_has_icons and that is ... Wish you luck StumbleUpon reddit
comment:3 Changed 9 years ago by Andrei Savici
Same issue in some RHEL systems. It can be done from command line as well, using gconftool or gconftool-2
gconftool --set "/desktop/gnome/interface/menus_have_icons" --type bool "true" gconftool --set "/desktop/gnome/interface/buttons_have_icons" --type bool "true"
gconftool-2 --set "/desktop/gnome/interface/menus_have_icons" --type bool "true" gconftool-2 --set "/desktop/gnome/interface/buttons_have_icons" --type bool "true"
comment:5 Changed 9 years ago by Janik Zikovsky
- Status changed from verify to verifying
- Tester set to Janik Zikovsky