* Restarting dbus no longer seems to kill the X server.

svn path=/nixos/trunk/; revision=16650
This commit is contained in:
Eelco Dolstra 2009-08-10 16:18:51 +00:00
parent 89810914e4
commit 0ab6be1c81

View File

@ -85,7 +85,7 @@ EOF
# Hack: skip the sys-* and ctrl-alt-delete events.
# Another hack: don't restart the X server (that would kill all the clients).
if echo "$event" | grep -q "^sys-\|^ctrl-\|^xserver\|^dbus"; then continue; fi
if echo "$event" | grep -q "^sys-\|^ctrl-\|^xserver"; then continue; fi
if ! test -e "$oldEvents/$event"; then
echo "starting $event..."