diff options
author | Holger Paradies <retabell@gmx.de> | 2014-05-09 00:44:28 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2014-05-09 01:04:20 +0200 |
commit | af2a64b9454930b9b4bc871e4957d16844b097e7 (patch) | |
tree | 0367c6dee34dea50b720acdab2dfab0afb90c4cf | |
parent | 1a491ce135c3be87a0890d321b1ba4173336a891 (diff) | |
download | kanotix-af2a64b9454930b9b4bc871e4957d16844b097e7.zip kanotix-af2a64b9454930b9b4bc871e4957d16844b097e7.tar.gz |
tmpfix notification-daemon
-rwxr-xr-x | config/chroot_local-hooks/03-lxde-fixes | 8 |
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 |