diff options
author | Holger Paradies <retabell@gmx.de> | 2014-05-14 14:21:32 +0200 |
---|---|---|
committer | Holger Paradies <holger@KanotixBoxLT> | 2014-05-14 15:23:35 +0200 |
commit | 13ec4a96d62c148ccb2a0f30857d3500545932b3 (patch) | |
tree | 524c2dff92b2af7cf2821479d4205a8cd257ab7a /config | |
parent | 0a9615cdacea695a00cbed7946bd903edfc1bbd8 (diff) | |
download | kanotix-13ec4a96d62c148ccb2a0f30857d3500545932b3.zip kanotix-13ec4a96d62c148ccb2a0f30857d3500545932b3.tar.gz |
Revert "tmpfix notification-daemon"
This reverts commit af2a64b9454930b9b4bc871e4957d16844b097e7.
Commit-Ersteller: Holger Paradies <retabell@gmx.de>
Diffstat (limited to 'config')
-rwxr-xr-x | config/chroot_local-hooks/03-lxde-fixes | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/config/chroot_local-hooks/03-lxde-fixes b/config/chroot_local-hooks/03-lxde-fixes index 75ea4a4..fad58f5 100755 --- a/config/chroot_local-hooks/03-lxde-fixes +++ b/config/chroot_local-hooks/03-lxde-fixes @@ -57,13 +57,5 @@ 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 |