[rhythmbox] Fix categories in .desktop file to make Rhythmbox show up in gnome-software



commit 16e457bf650c1ba4f297a192e13e7844f997bf16
Author: Elad Alfassa <elad fedoraproject org>
Date:   Tue Sep 3 12:51:20 2013 +0300

    Fix categories in .desktop file to make Rhythmbox 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 Rhythmbox 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/rhythmbox.desktop.in.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/rhythmbox.desktop.in.in b/data/rhythmbox.desktop.in.in
index ffb1091..6e4651b 100644
--- a/data/rhythmbox.desktop.in.in
+++ b/data/rhythmbox.desktop.in.in
@@ -9,7 +9,7 @@ Terminal=false
 Type=Application
 Icon=rhythmbox
 X-GNOME-DocPath=rhythmbox/rhythmbox.xml
-Categories=GNOME;GTK;AudioVideo;
+Categories=GNOME;GTK;AudioVideo;Audio;Player;
 
MimeType=application/x-ogg;application/ogg;audio/x-vorbis+ogg;audio/x-scpls;audio/x-mp3;audio/x-mpeg;audio/mpeg;audio/x-mpegurl;audio/x-flac;@ITMS_HANDLER@
 StartupNotify=true
 X-GNOME-Bugzilla-Bugzilla=GNOME
@@ -17,4 +17,4 @@ X-GNOME-Bugzilla-Product=rhythmbox
 X-GNOME-Bugzilla-Component=general
 X-GNOME-Bugzilla-OtherBinaries=rhythmbox-client;rhythmbox-metadata;
 X-GNOME-Bugzilla-Version= VERSION@
-X-GNOME-UsesNotifications=true
\ No newline at end of file
+X-GNOME-UsesNotifications=true


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