From 75383cb9b9448ce6a734912bf2d90e9e70764960 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 31 Dec 2015 14:05:21 +0100 Subject: Rebuilt kdepim. Kalarm was getting auto-started in XFCE sessions. The file "/etc/kde/xdg/autostart/kalarm.autostart.desktop" was missing the line "OnlyShowIn=KDE;". I have now added that line. --- kde/post-install/kdepim.post-install | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'kde') diff --git a/kde/post-install/kdepim.post-install b/kde/post-install/kdepim.post-install index 8810114..c9cc6ce 100644 --- a/kde/post-install/kdepim.post-install +++ b/kde/post-install/kdepim.post-install @@ -1,2 +1,10 @@ # Move the dbus configuration files to the proper place: mv $PKG/etc/kde/dbus-1 $PKG/etc/ + +# Kalarm should not start in XFCE: +if ! grep -q "OnlyShowIn=KDE;" \ + $PKG/etc/kde/xdg/autostart/kalarm.autostart.desktop ; then + echo "OnlyShowIn=KDE;" \ + >> $PKG/etc/kde/xdg/autostart/kalarm.autostart.desktop +fi + -- cgit v1.2.3