[network-manager-applet] applet: use a better friendly application name



commit 2715ddbc9cd9118501d84b0a27e1708554ece5fb
Author: Dan Williams <dcbw redhat com>
Date:   Thu Mar 24 23:43:23 2011 -0500

    applet: use a better friendly application name

 Makefile.am          |    3 +++
 nm-applet.desktop.in |    5 +++--
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 4474d3f..6c48203 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,6 +12,9 @@ autostartdir = $(sysconfdir)/xdg/autostart
 autostart_in_files = nm-applet.desktop.in
 autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
 
+applicationsdir = $(datadir)/applications
+applications_DATA = $(autostart_DATA)
+
 desktopdir = $(datadir)/applications
 desktop_in_files = nm-connection-editor.desktop.in
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
diff --git a/nm-applet.desktop.in b/nm-applet.desktop.in
index 4028201..4eb669a 100644
--- a/nm-applet.desktop.in
+++ b/nm-applet.desktop.in
@@ -1,10 +1,11 @@
 [Desktop Entry]
-_Name=Network Manager
-_Comment=Control your network connections
+_Name=Network
+_Comment=Manage your network connections
 Icon=nm-device-wireless
 Exec=nm-applet
 Terminal=false
 Type=Application
+NoDisplay=true
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=NetworkManager
 X-GNOME-Bugzilla-Component=general



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