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 | poky-cb1f3e088170652dde7ec270ef0ebf4486a2f3a6.tar.gz |
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 83d96ee67d..0000000000 --- a/meta/recipes-connectivity/connman/connman-gnome/connman-applet.desktop +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | [Desktop Entry] | ||
2 | Encoding=UTF-8 | ||
3 | Name=Connection Manager | ||
4 | Comment=Connection Manager applet | ||
5 | Icon=stock_internet | ||
6 | Exec=connman-applet | ||
7 | Terminal=false | ||
8 | Type=Application | ||
9 | Categories=Network;GTK; | ||
10 | |||
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 0000000000..2a8cff3593 --- /dev/null +++ b/meta/recipes-connectivity/connman/connman-gnome/remove-connman-property-desktop-file.patch | |||
@@ -0,0 +1,42 @@ | |||
1 | diff -ruN connman-gnome-0.5-orig/po/POTFILES.in connman-gnome-0.5/po/POTFILES.in | ||
2 | --- connman-gnome-0.5-orig/po/POTFILES.in 2010-12-16 16:03:29.000000000 +0800 | ||
3 | +++ connman-gnome-0.5/po/POTFILES.in 2010-12-17 10:27:17.000000000 +0800 | ||
4 | @@ -4,4 +4,3 @@ | ||
5 | properties/advanced.c | ||
6 | properties/ethernet.c | ||
7 | properties/wifi.c | ||
8 | -properties/connman-properties.desktop.in | ||
9 | diff -ruN connman-gnome-0.5-orig/properties/Makefile.am connman-gnome-0.5/properties/Makefile.am | ||
10 | --- connman-gnome-0.5-orig/properties/Makefile.am 2010-12-16 16:03:29.000000000 +0800 | ||
11 | +++ connman-gnome-0.5/properties/Makefile.am 2010-12-17 10:27:09.000000000 +0800 | ||
12 | @@ -17,16 +17,6 @@ | ||
13 | |||
14 | INCLUDES = -I$(top_srcdir)/common | ||
15 | |||
16 | -desktopdir = $(datadir)/applications | ||
17 | - | ||
18 | -desktop_in_files = connman-properties.desktop.in | ||
19 | - | ||
20 | -desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) | ||
21 | - | ||
22 | @INTLTOOL_DESKTOP_RULE@ | ||
23 | |||
24 | -CLEANFILES = $(desktop_DATA) | ||
25 | - | ||
26 | -EXTRA_DIST = $(desktop_in_files) | ||
27 | - | ||
28 | MAINTAINERCLEANFILES = Makefile.in | ||
29 | diff -ruN connman-gnome-0.5-orig/properties/connman-properties.desktop.in connman-gnome-0.5/properties/connman-properties.desktop.in | ||
30 | --- connman-gnome-0.5-orig/properties/connman-properties.desktop.in 2010-12-16 16:03:29.000000000 +0800 | ||
31 | +++ connman-gnome-0.5/properties/connman-properties.desktop.in 1970-01-01 08:00:00.000000000 +0800 | ||
32 | @@ -1,10 +0,0 @@ | ||
33 | -[Desktop Entry] | ||
34 | -Encoding=UTF-8 | ||
35 | -_Name=Connection Management | ||
36 | -_Comment=Configure connection management | ||
37 | -Icon=stock_internet | ||
38 | -Exec=connman-properties | ||
39 | -Terminal=false | ||
40 | -Type=Application | ||
41 | -Categories=Settings; | ||
42 | -OnlyShowIn=GNOME; | ||