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 668513 - app-system: Recognize and track excluded .desktop files, but hide them
app-system: Recognize and track excluded .desktop files, but hide them
Status: RESOLVED INVALID
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on: 668512
Blocks: 668429
 
 
Reported: 2012-01-23 16:24 UTC by Jasper St. Pierre (not reading bugmail)
Modified: 2012-01-30 15:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
app-system: Recognize and track excluded .desktop files, but hide them (1.98 KB, patch)
2012-01-23 16:24 UTC, Jasper St. Pierre (not reading bugmail)
none Details | Review

Description Jasper St. Pierre (not reading bugmail) 2012-01-23 16:24:34 UTC
See patch. We need this so that we can track the "Extension Preferences" tool
Comment 1 Jasper St. Pierre (not reading bugmail) 2012-01-23 16:24:37 UTC
Created attachment 205896 [details] [review]
app-system: Recognize and track excluded .desktop files, but hide them

Some apps are excluded from the menu heirarchy, but we should still do
application tracking for them so we can recognize them when we see them.
Comment 2 Owen Taylor 2012-01-23 21:49:14 UTC
Patch makes some sense, but why would Extension Preferences be excluded rather than NoDisplay?
Comment 3 Jasper St. Pierre (not reading bugmail) 2012-01-23 22:11:26 UTC
To be honest, because I added the "Core" category. applications.menu explicitly disallows "Core" from the "Other" category, so it's not left in any hierarchy. See the bug it depends on.

It's probably easiest to just remove the "Core" category from gnome-shell-extension-prefs.desktop.
Comment 4 Jasper St. Pierre (not reading bugmail) 2012-01-30 15:32:16 UTC
Not worth our time to add a new gmenu API for this.