diff options
author | Ross Burton <ross.burton@intel.com> | 2013-09-27 16:41:16 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-30 22:11:57 +0100 |
commit | d4b0a4bee3fcfaef58e0c70cbe0ce1468a898f6f (patch) | |
tree | 36b51e00397d533990e8561440683cacf0ff088e /meta/recipes-sato/pcmanfm/files/no-desktop.patch | |
parent | 2471296e2508c8f6b047216b1e8e2e188ad3f822 (diff) | |
download | poky-d4b0a4bee3fcfaef58e0c70cbe0ce1468a898f6f.tar.gz |
pcmanfm: hide the desktop preferences
Sato doesn't use the pcmanfm desktop, so hide the desktop preferences launcher.
(From OE-Core rev: 778ef56c4b5c0d450a9b2e1df2b3e963dcfebed9)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/pcmanfm/files/no-desktop.patch')
-rw-r--r-- | meta/recipes-sato/pcmanfm/files/no-desktop.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-sato/pcmanfm/files/no-desktop.patch b/meta/recipes-sato/pcmanfm/files/no-desktop.patch new file mode 100644 index 0000000000..cb4cae0805 --- /dev/null +++ b/meta/recipes-sato/pcmanfm/files/no-desktop.patch | |||
@@ -0,0 +1,15 @@ | |||
1 | Disable the desktop preferences launcher as we don't use the pcmanfm desktop in | ||
2 | Sato. | ||
3 | |||
4 | Upstream-Status: Inappropriate | ||
5 | Signed-off-by: Ross Burton <ross.burton@intel.com> | ||
6 | |||
7 | diff --git a/data/pcmanfm-desktop-pref.desktop b/data/pcmanfm-desktop-pref.desktop | ||
8 | index ccf8abb..3f6fc1c 100644 | ||
9 | --- a/data/pcmanfm-desktop-pref.desktop | ||
10 | +++ b/data/pcmanfm-desktop-pref.desktop | ||
11 | @@ -97,3 +97,4 @@ Exec=pcmanfm --desktop-pref | ||
12 | StartupNotify=true | ||
13 | Terminal=false | ||
14 | NotShowIn=GNOME;XFCE;KDE; | ||
15 | +NoDisplay=true | ||