mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
pcmanfm: apply a patch to the source, not a generated file
no-desktop.patch was applying to a generated file, not the true source, which meant it may not appear to be applied in the resulting package. (From OE-Core rev: c6dee0c0388572aa3f28d363f94c0749e66f1289) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b075ddb1dc
commit
d4456f55c5
@@ -6,9 +6,9 @@ Signed-off-by: Ross Burton <ross.burton@intel.com>
|
|||||||
|
|
||||||
diff --git a/data/pcmanfm-desktop-pref.desktop b/data/pcmanfm-desktop-pref.desktop
|
diff --git a/data/pcmanfm-desktop-pref.desktop b/data/pcmanfm-desktop-pref.desktop
|
||||||
index ccf8abb..3f6fc1c 100644
|
index ccf8abb..3f6fc1c 100644
|
||||||
--- a/data/pcmanfm-desktop-pref.desktop
|
--- a/data/pcmanfm-desktop-pref.desktop.in
|
||||||
+++ b/data/pcmanfm-desktop-pref.desktop
|
+++ b/data/pcmanfm-desktop-pref.desktop.in
|
||||||
@@ -97,3 +97,4 @@ Exec=pcmanfm --desktop-pref
|
@@ -7,3 +7,4 @@ Exec=pcmanfm --desktop-pref
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Terminal=false
|
Terminal=false
|
||||||
NotShowIn=GNOME;XFCE;KDE;
|
NotShowIn=GNOME;XFCE;KDE;
|
||||||
|
|||||||
Reference in New Issue
Block a user