From af2a64b9454930b9b4bc871e4957d16844b097e7 Mon Sep 17 00:00:00 2001 From: Holger Paradies Date: Fri, 9 May 2014 00:44:28 +0200 Subject: tmpfix notification-daemon --- config/chroot_local-hooks/03-lxde-fixes | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.0