[pitivi] Fix .desktop file categories so that Pitivi will show up in GNOME Software



commit 88ebb08acc9b68e1ffbbcf511a76d903d7f44323
Author: Elad Alfassa <elad fedoraproject org>
Date:   Tue Sep 3 13:06:10 2013 +0300

    Fix .desktop file categories so that Pitivi will show up in GNOME Software
    
    gnome-software uses desktop file categories to sort the apps it shows.
    This commit fixes those categories to conform to the Freedesktop spec.
    
    For more information:
    http://standards.freedesktop.org/menu-spec/latest/apa.html
    http://standards.freedesktop.org/menu-spec/latest/apas02.html

 data/pitivi.desktop.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/pitivi.desktop.in.in b/data/pitivi.desktop.in.in
index 8b01cc9..a363984 100644
--- a/data/pitivi.desktop.in.in
+++ b/data/pitivi.desktop.in.in
@@ -6,7 +6,7 @@ Exec=pitivi %f
 Terminal=false
 Type=Application
 Icon=pitivi
-Categories=GNOME;GTK;AudioVideo;AudioVideoEditing;
+Categories=GNOME;GTK;AudioVideo;Video;AudioVideoEditing;
 MimeType=text/x-xges;text/x-xptv;
 StartupNotify=true
 X-GNOME-Bugzilla-Bugzilla=GNOME


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