* Hack: don't restart dbus automatically, it kills the X server.
Apparantly the cause was not the upgrade to DBus 1.1.20 but something else. svn path=/nixos/trunk/; revision=11095
This commit is contained in:
parent
5005c49e45
commit
8389cc378a
@ -73,7 +73,7 @@ if test "$action" = "switch" -o "$action" = "test"; then
|
|||||||
|
|
||||||
# Hack: skip the sys-* and ctrl-alt-delete events.
|
# Hack: skip the sys-* and ctrl-alt-delete events.
|
||||||
# Another hack: don't restart the X server (that would kill all the clients).
|
# Another hack: don't restart the X server (that would kill all the clients).
|
||||||
if echo "$event" | grep -q "^sys-\|^ctrl-\|^xserver"; then continue; fi
|
if echo "$event" | grep -q "^sys-\|^ctrl-\|^xserver|^dbus"; then continue; fi
|
||||||
|
|
||||||
if ! test -e "$oldEvents/$event"; then
|
if ! test -e "$oldEvents/$event"; then
|
||||||
echo "starting $event..."
|
echo "starting $event..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user