[nautilus] Fix .desktop file categories so that nautilus will show up in gnome-software



commit cf65e25acde392f8f42a7d87815f59a28d242f3a
Author: Elad Alfassa <elad fedoraproject org>
Date:   Tue Sep 3 13:19:57 2013 +0300

    Fix .desktop file categories so that nautilus will show up in gnome-software
    
    gnome-software uses the desktop file categories to sort the applications
    it shows.
    
    This commit fixes the categories according to the freedesktop spec,
    so that nautilus will appear in the correct category.
    
    For more information:
    http://standards.freedesktop.org/menu-spec/latest/apa.html
    http://standards.freedesktop.org/menu-spec/latest/apas02.html

 data/nautilus.desktop.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/nautilus.desktop.in.in b/data/nautilus.desktop.in.in
index 1731a01..e70b001 100644
--- a/data/nautilus.desktop.in.in
+++ b/data/nautilus.desktop.in.in
@@ -8,7 +8,7 @@ Terminal=false
 Type=Application
 StartupNotify=true
 OnlyShowIn=GNOME;Unity;
-Categories=GNOME;GTK;Utility;Core;
+Categories=GNOME;GTK;Utility;Core;FileManager;
 MimeType=inode/directory;application/x-gnome-saved-search;
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=nautilus


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]