Small change to call to startx, run in subshell. Previous solution failed to start on my setup (Ubuntu 12.10).

pull/21/head
polyphemus 11 years ago
parent 0d7655d5b0
commit 3c8e2bab14

@ -76,8 +76,7 @@ if $consolekit; then
dbuspid=$(<"$dbuspidfifo"); rm -f "$dbuspidfifo"
fi
# Conform to POSIX and do not use `>&' here.
setsid startx "$@" > /dev/null 2>&1 &
$(setsid startx "$@" > /dev/null 2>&1) &
# If wait(1) returns with a value >128, it was interrupted by kill(1),
# so registration was sucessful.

Loading…
Cancel
Save