From 8a56b36e6c3fc127c9ea7cf2f76954e641320bd7 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 | 2 ++ 2 files changed, 12 insertions(+) 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 4385ab8a11..0e72b958e6 100644 --- a/recipes/xfce-base/xfce4-session_4.6.1.bb +++ b/recipes/xfce-base/xfce4-session_4.6.1.bb @@ -10,6 +10,8 @@ RDEPENDS_${PN} = "iceauth xfce-utils xinit dbus-x11" EXTRA_OECONF += "ac_cv_path_ICEAUTH=${bindir}/iceauth" +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