diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-12-17 13:26:35 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-21 09:29:12 +0000 |
commit | cb1f3e088170652dde7ec270ef0ebf4486a2f3a6 (patch) | |
tree | f580a650b00f6fc6f8f586f78989aa1ff4ad3be6 /meta/recipes-connectivity/connman/connman-gnome | |
parent | eb74a0506a2f17170254e62513db3451e0587d11 (diff) | |
download | openembedded-core-cb1f3e088170652dde7ec270ef0ebf4486a2f3a6.tar.gz openembedded-core-cb1f3e088170652dde7ec270ef0ebf4486a2f3a6.tar.bz2 openembedded-core-cb1f3e088170652dde7ec270ef0ebf4486a2f3a6.tar.xz openembedded-core-cb1f3e088170652dde7ec270ef0ebf4486a2f3a6.zip |
connman-gnome: Remove the applet and properties desktop icons
Remove the applet and properties desktop icons, since the
connman-properties program should be invoked by tool bar,
while connman-applet is launched by autostart.
This fixes [BUGID #506]
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman-gnome')
-rw-r--r-- | meta/recipes-connectivity/connman/connman-gnome/connman-applet.desktop | 10 | ||||
-rw-r--r-- | meta/recipes-connectivity/connman/connman-gnome/remove-connman-property-desktop-file.patch | 42 |
2 files changed, 42 insertions, 10 deletions
diff --git a/meta/recipes-connectivity/connman/connman-gnome/connman-applet.desktop b/meta/recipes-connectivity/connman/connman-gnome/connman-applet.desktop deleted file mode 100644 index 83d96ee67..000000000 --- a/meta/recipes-connectivity/connman/connman-gnome/connman-applet.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Connection Manager -Comment=Connection Manager applet -Icon=stock_internet -Exec=connman-applet -Terminal=false -Type=Application -Categories=Network;GTK; - diff --git a/meta/recipes-connectivity/connman/connman-gnome/remove-connman-property-desktop-file.patch b/meta/recipes-connectivity/connman/connman-gnome/remove-connman-property-desktop-file.patch new file mode 100644 index 000000000..2a8cff359 --- /dev/null +++ b/meta/recipes-connectivity/connman/connman-gnome/remove-connman-property-desktop-file.patch @@ -0,0 +1,42 @@ +diff -ruN connman-gnome-0.5-orig/po/POTFILES.in connman-gnome-0.5/po/POTFILES.in +--- connman-gnome-0.5-orig/po/POTFILES.in 2010-12-16 16:03:29.000000000 +0800 ++++ connman-gnome-0.5/po/POTFILES.in 2010-12-17 10:27:17.000000000 +0800 +@@ -4,4 +4,3 @@ + properties/advanced.c + properties/ethernet.c + properties/wifi.c +-properties/connman-properties.desktop.in +diff -ruN connman-gnome-0.5-orig/properties/Makefile.am connman-gnome-0.5/properties/Makefile.am +--- connman-gnome-0.5-orig/properties/Makefile.am 2010-12-16 16:03:29.000000000 +0800 ++++ connman-gnome-0.5/properties/Makefile.am 2010-12-17 10:27:09.000000000 +0800 +@@ -17,16 +17,6 @@ + + INCLUDES = -I$(top_srcdir)/common + +-desktopdir = $(datadir)/applications +- +-desktop_in_files = connman-properties.desktop.in +- +-desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) +- + @INTLTOOL_DESKTOP_RULE@ + +-CLEANFILES = $(desktop_DATA) +- +-EXTRA_DIST = $(desktop_in_files) +- + MAINTAINERCLEANFILES = Makefile.in +diff -ruN connman-gnome-0.5-orig/properties/connman-properties.desktop.in connman-gnome-0.5/properties/connman-properties.desktop.in +--- connman-gnome-0.5-orig/properties/connman-properties.desktop.in 2010-12-16 16:03:29.000000000 +0800 ++++ connman-gnome-0.5/properties/connman-properties.desktop.in 1970-01-01 08:00:00.000000000 +0800 +@@ -1,10 +0,0 @@ +-[Desktop Entry] +-Encoding=UTF-8 +-_Name=Connection Management +-_Comment=Configure connection management +-Icon=stock_internet +-Exec=connman-properties +-Terminal=false +-Type=Application +-Categories=Settings; +-OnlyShowIn=GNOME; |