After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 594709 - theme installer doesn't have OnlyShowIn=GNOME;
theme installer doesn't have OnlyShowIn=GNOME;
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: [obsolete] Appearance
git master
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-10 03:39 UTC by William Jon McCann
Modified: 2009-11-14 18:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description William Jon McCann 2009-09-10 03:39:27 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.
Comment 1 William Jon McCann 2009-09-10 04:18:08 UTC
--- 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
Comment 2 Jens Granseuer 2009-09-10 07:45:18 UTC
Huh? Why does this prevent it from working with firefox?

Anyway, change is  fine, please commit.
Comment 3 Thomas Wood 2009-11-14 18:46:51 UTC
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