GNOME Bugzilla – Bug 690946
Add keywords to .desktop files
Last modified: 2013-01-04 19:27:09 UTC
Created attachment 232453 [details] [review] Add keywords to .desktop files This makes GNOME Shell search more useful. Take a look at: https://live.gnome.org/GnomeGoals/DesktopFileKeywords
Review of attachment 232453 [details] [review]: I see that you pushed this patch (I assume, by accident) but since it's wrong, I've reverted it. ::: data/gnome-disk-image-mounter.desktop.in @@ +3,3 @@ _Name=Disk Image Mounter _Comment=Mount Disk Images +_Keywords:ISO; It's _Keywords=, not _Keywords: ::: data/gnome-disks.desktop.in @@ +2,3 @@ _Name=Disks _Comment=Manage Drives and Media +_Keywords:device;volume;format;partition;resize; Again, it's _Keywords=, not _Keywords: I also think it's incorrect to use the keyword 'resize' since we actually don't support that operation yet.
I've added these keywords instead http://git.gnome.org/browse/gnome-disk-utility/commit/?id=333686ba569d567405d1a288eca9ba3980f48f47 but only to gnome-disks.desktop.in. I don't think it makes sense to add keywords to gnome-disk-image-mounter.desktop.in since it has NoDisplay=true, e.g. not displayed in the menus.
Ok, I agree with the change. Thanks for your help and sorry for the noise.