GNOME Bugzilla – Bug 434956
themus-theme-applier.desktop should use Hidden=True
Last modified: 2007-11-23 16:33:20 UTC
It currently uses NoDisplay=True, but that's not enough: NoDisplay means it's not displayed by default in the menu, but the user can see it in the menu editor and display it. Hidden means the menu system won't even look at the file.
Hrm, that's not enough. I'll reopen the bug once I figure out the right way to do this (might need a change in the fdo specs).
Created attachment 88441 [details] [review] using ShowOnlyIn=; does the trick
I've commited the change to trunk
Created attachment 99479 [details] [review] fix .desktop validation previous patch broke validation with latest desktop-file-validate (because empty list is not explicitly permitted by spec, I've opened a clarification bug request at https://bugs.freedesktop.org/show_bug.cgi?id=13345 ) Attached patch uses a new desktop keyword which is known to not exist :)
Oh, the joys of snaking your way around standards. Go ahead. Thanks.
committed on trunk : 2007-11-23 Frederic Crozat <fcrozat@mandriva.com> * themus-theme-applier.desktop.in.in: Fix .desktop to be valid (bug #434956)