[gnome-terminal] data: Fix desktop file categories



commit 973744eff9b747f92f8f20f9230460839e4f1fd0
Author: Elad Alfassa <elad fedoraproject org>
Date:   Thu Sep 12 19:42:08 2013 +0200

    data: Fix desktop file categories
    
    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 gnome-terminal 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
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707552

 gnome-terminal.desktop.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-terminal.desktop.in.in b/gnome-terminal.desktop.in.in
index 9ba1076..72bc243 100644
--- a/gnome-terminal.desktop.in.in
+++ b/gnome-terminal.desktop.in.in
@@ -11,5 +11,5 @@ X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=gnome-terminal
 X-GNOME-Bugzilla-Component=BugBuddyBugs
 X-GNOME-Bugzilla-Version= VERSION@
-Categories=GNOME;GTK;Utility;TerminalEmulator;
+Categories=GNOME;GTK;System;TerminalEmulator;
 StartupNotify=true


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