From 9f5b33a7f1ceef6ae3734dd476019d17f9fe2feb Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Tue, 18 May 2010 09:26:58 +0100 Subject: [PATCH] xfce4-session 4.6.1: Add patch to remove "Tips and Tricks" on startup as we do not populate it with any "Tips and Tricks" so it's just wasted load time. --- .../xfce4-session-4.6.1/0001-no_tips_on_startup.patch | 10 ++++++++++ recipes/xfce-base/xfce4-session_4.6.1.bb | 4 +++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 recipes/xfce-base/xfce4-session-4.6.1/0001-no_tips_on_startup.patch diff --git a/recipes/xfce-base/xfce4-session-4.6.1/0001-no_tips_on_startup.patch b/recipes/xfce-base/xfce4-session-4.6.1/0001-no_tips_on_startup.patch new file mode 100644 index 0000000000..39f0b4a454 --- /dev/null +++ b/recipes/xfce-base/xfce4-session-4.6.1/0001-no_tips_on_startup.patch @@ -0,0 +1,10 @@ +Index: xfce4-session-4.5.99.1/xfce4-tips/xfce4-tips-autostart.desktop.in +=================================================================== +--- xfce4-session-4.5.99.1.orig/xfce4-tips/xfce4-tips-autostart.desktop.in 2009-02-15 17:06:23.000000000 -0600 ++++ xfce4-session-4.5.99.1/xfce4-tips/xfce4-tips-autostart.desktop.in 2009-02-15 17:06:32.000000000 -0600 +@@ -7,4 +7,4 @@ + Terminal=false + Type=Application + OnlyShowIn=XFCE; +-Hidden=false ++Hidden=true diff --git a/recipes/xfce-base/xfce4-session_4.6.1.bb b/recipes/xfce-base/xfce4-session_4.6.1.bb index 663d79631d..7571479a87 100644 --- a/recipes/xfce-base/xfce4-session_4.6.1.bb +++ b/recipes/xfce-base/xfce4-session_4.6.1.bb @@ -2,12 +2,14 @@ DESCRIPTION = "xfce4-session is a session manager for Xfce 4 Desktop Environmen DEPENDS = "libxfcegui4 libxfce4util dbus iceauth xfce-utils" SECTION = "x11" -PR = "r4" +PR = "r5" inherit xfce46 RDEPENDS_${PN} = "iceauth xfce-utils xinit dbus-x11" +SRC_URI += "file://0001-no_tips_on_startup.patch;patch=1" + FILES_${PN} += "${libdir}/xfce4/splash/engines/*.so" FILES_${PN} += "${datadir}/xfce4/tips/*" FILES_${PN} += "${datadir}/themes/Default/balou/*" -- 2.39.5