You are not logged in.

#1 2014-08-15 07:39:47

windy
Member
Registered: 2013-11-10
Posts: 46

[Gnome] No menu icons in Thunderbird or Eclipse

Hello,

I just noticed that several GTK applications like Thunderbird or Eclipse do not show any icons in their menus. Searching on the net gave me some solutions like setting a specific key with gsettings, but this does not seem to work:

% gsettings set org.gnome.desktop.interface menus-have-icons true
No such key 'menus-have-icons'

Does anyone know how to fix this?

Offline

#2 2014-08-15 21:55:09

windy
Member
Registered: 2013-11-10
Posts: 46

Re: [Gnome] No menu icons in Thunderbird or Eclipse

It seems that since GTK 3.10 the value 'menus-have-icons' is deprecated. I found a solution by using this command:

% gsettings set org.gnome.settings-daemon.plugins.xsettings overrides "{'Gtk/ButtonImages': <1>, 'Gtk/MenuImages': <1>}"

Offline

Board footer

Powered by FluxBB