[gnome-control-center] Fix .desktop file to work correctly in gnome-shell



commit 4828b97c793d2afc8c2ade3933edb598e384fe39
Author: William Jon McCann <jmccann redhat com>
Date:   Sat Oct 2 17:29:14 2010 -0400

    Fix .desktop file to work correctly in gnome-shell
    
    NoDisplay=true makes the shell ignore it.  Also fix the application name and icon.

 shell/gnome-control-center.desktop.in.in |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/shell/gnome-control-center.desktop.in.in b/shell/gnome-control-center.desktop.in.in
index 2b30038..7e5bdd2 100644
--- a/shell/gnome-control-center.desktop.in.in
+++ b/shell/gnome-control-center.desktop.in.in
@@ -1,7 +1,6 @@
 [Desktop Entry]
-_Name=Control Center
-_GenericName=The GNOME configuration tool
-Icon=preferences-desktop
+_Name=System Settings
+Icon=preferences-system
 Exec=gnome-control-center
 Terminal=false
 Type=Application
@@ -12,4 +11,3 @@ X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=gnome-control-center
 X-GNOME-Bugzilla-Component=shell
 X-GNOME-Bugzilla-Version= VERSION@
-NoDisplay=true



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