diff options
| -rw-r--r-- | meta/recipes-sato/pcmanfm/files/no-desktop.patch | 15 | ||||
| -rw-r--r-- | meta/recipes-sato/pcmanfm/pcmanfm_1.1.0.bb | 3 |
2 files changed, 17 insertions, 1 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 | ||
diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.1.0.bb b/meta/recipes-sato/pcmanfm/pcmanfm_1.1.0.bb index bcfc9db08b..9a038fe79c 100644 --- a/meta/recipes-sato/pcmanfm/pcmanfm_1.1.0.bb +++ b/meta/recipes-sato/pcmanfm/pcmanfm_1.1.0.bb | |||
| @@ -20,7 +20,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/pcmanfm/pcmanfm-${PV}.tar.gz \ | |||
| 20 | file://gnome-fs-regular.png \ | 20 | file://gnome-fs-regular.png \ |
| 21 | file://gnome-mime-text-plain.png \ | 21 | file://gnome-mime-text-plain.png \ |
| 22 | file://emblem-symbolic-link.png \ | 22 | file://emblem-symbolic-link.png \ |
| 23 | file://cross-compile-fix.patch" | 23 | file://cross-compile-fix.patch \ |
| 24 | file://no-desktop.patch" | ||
| 24 | 25 | ||
| 25 | SRC_URI[md5sum] = "af0cff78690e658f3c06ceabf27bc71a" | 26 | SRC_URI[md5sum] = "af0cff78690e658f3c06ceabf27bc71a" |
| 26 | SRC_URI[sha256sum] = "1f6301f330ad648f3322708ec6c0f680a8695a9453932fe19653bab6731e5582" | 27 | SRC_URI[sha256sum] = "1f6301f330ad648f3322708ec6c0f680a8695a9453932fe19653bab6731e5582" |
