[gnome-packagekit/gnome-3-14] Avoid registering two main desktop file categories



commit 6005641dece08fe6368d91ca21591e4223e5a50b
Author: Kalev Lember <klember redhat com>
Date:   Fri Jul 17 19:22:45 2015 +0200

    Avoid registering two main desktop file categories
    
    gnome-shell classic mode puts apps that are registered with more than
    one main category under Other. To fix this so that we properly end up
    under System, this commit removes Settings category from the desktop
    file.

 data/gpk-application.desktop.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/gpk-application.desktop.in b/data/gpk-application.desktop.in
index 2efdf70..dac83eb 100644
--- a/data/gpk-application.desktop.in
+++ b/data/gpk-application.desktop.in
@@ -5,7 +5,7 @@ Icon=system-software-install
 Exec=gpk-application
 Terminal=false
 Type=Application
-Categories=GNOME;GTK;System;Settings;PackageManager;
+Categories=GNOME;GTK;System;PackageManager;
 _Keywords=Updates;Upgrade;Sources;Repositories;Preferences;Install;Store;
 NotShowIn=KDE;
 StartupNotify=true


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