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



commit 5948b97e751d5f970cdcb81ba4f16b886accc7d3
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 967e089..72b299d 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=Sources;Repositories;Preferences;Install;Store;
 NotShowIn=KDE;
 StartupNotify=true


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