Re: How to re-enable icons in menus?

2014-02-04 Thread Michael Lipp
Hi Matthias, Thank you very much, this works perfectly. Except, as you said, where no icons are available. But if people decide to remove icons from their applications, I suppose nobody can do anything about that, though I don't understand why. Anyway, the context menu in nautilus has enough eye

Re: How to re-enable icons in menus?

2014-02-04 Thread Chris Vine
On Tue, 04 Feb 2014 09:39:26 +0100 Michael Lipp m...@mnl.de wrote: Am 04.02.2014 01:42, schrieb Matthias Clasen: Hey, you didn't say which environment this struggle is happening in, so I'm just going to assume it is GNOME, and gnome-settings-daemon is running. In that case,

Re: How to re-enable icons in menus?

2014-02-04 Thread Jasper St. Pierre
We add XSettings at will now, as it's really our only way to get platform settings hooked into GTK+. You can see all of the ones that GTK+ pays attention to here: https://git.gnome.org/browse/gtk+/tree/gdk/x11/gdksettings.c#n25 On Tue, Feb 4, 2014 at 7:16 AM, Chris Vine

How to re-enable icons in menus?

2014-02-03 Thread Michael Lipp
Hi, I just moved to Fedora 20 and found that the icons in the menus aren't shown any more. Please note that I don't post to this mailing list light heartedly, I know that this is rather a user kind of question. But I've spent an evening trying out about a dozen fixes from posts/blogs etc. that I

Re: How to re-enable icons in menus?

2014-02-03 Thread Matthias Clasen
Hey, you didn't say which environment this struggle is happening in, so I'm just going to assume it is GNOME, and gnome-settings-daemon is running. In that case, gsettings set org.gnome.settings-daemon.plugins.xsettings overrides {'Gtk/MenuImages':1} will do what you are asking for. However,