summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks/03-lxde-fixes
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2014-05-09 00:44:28 +0200
committerHolger Paradies <retabell@gmx.de>2014-05-09 01:04:20 +0200
commitaf2a64b9454930b9b4bc871e4957d16844b097e7 (patch)
tree0367c6dee34dea50b720acdab2dfab0afb90c4cf /config/chroot_local-hooks/03-lxde-fixes
parent1a491ce135c3be87a0890d321b1ba4173336a891 (diff)
downloadkanotix-af2a64b9454930b9b4bc871e4957d16844b097e7.zip
kanotix-af2a64b9454930b9b4bc871e4957d16844b097e7.tar.gz
tmpfix notification-daemon
Diffstat (limited to 'config/chroot_local-hooks/03-lxde-fixes')
-rwxr-xr-xconfig/chroot_local-hooks/03-lxde-fixes8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/03-lxde-fixes b/config/chroot_local-hooks/03-lxde-fixes
index fad58f5..75ea4a4 100755
--- a/config/chroot_local-hooks/03-lxde-fixes
+++ b/config/chroot_local-hooks/03-lxde-fixes
@@ -57,5 +57,13 @@ EOF
sed -i '/NoDisplay/d' /usr/share/xsessions/awesome.desktop
fi
sed -i 's/splash_background_dragonfire.png/splash_background_spitfire.png/' /etc/skel/.config/compiz/compizconfig/Default.ini
+ if [ -x /usr/bin/notification-daemon ]; then
+cat <<"EOF" >/usr/share/dbus-1/services/org.freedesktop.Notifications.service
+[D-BUS Service]
+Name=org.freedesktop.Notifications
+Exec=/usr/lib/notification-daemon/notification-daemon
+EOF
+
+ fi
fi
fi