GNOME Bugzilla – Bug 594709
theme installer doesn't have OnlyShowIn=GNOME;
Last modified: 2009-11-14 18:46:51 UTC
The desktop file for the theme installer doesn't have OnlyShowIn=GNOME; This prevents it from working with Firefox (apparently) and it seems like it should have it anyway.
--- a/capplets/appearance/data/gnome-theme-installer.desktop.in.in +++ b/capplets/appearance/data/gnome-theme-installer.desktop.in.in @@ -9,6 +9,7 @@ MimeType=application/x-gnome-theme-package; StartupNotify=true Categories=GNOME;GTK; NoDisplay=true +OnlyShowIn=GNOME; X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=gnome-control-center X-GNOME-Bugzilla-Component=Appearance
Huh? Why does this prevent it from working with firefox? Anyway, change is fine, please commit.
commit 79cfd2b040e9daac80123c87008109d77b0f640b Author: Thomas Wood <thos@gnome.org> Date: Sat Nov 14 18:46:11 2009 +0000 [theme-installer] Add OnlyShowIn=GNOME to the .desktop file