Comment 4 for bug 1536237

Revision history for this message
Jarno Suni (jarnos) wrote :

Well, here (in Xubuntu Linux) it launches automatically:

$ killall light-locker
light-locker: no process found
$ gnome-screensaver --version
gnome-screensaver 3.6.1
$ ps aux | grep [g]nome-screensaver
$ gnome-screensaver-command --lock
$ ps aux | grep [g]nome-screensaver
myusername 9731 0.0 0.7 470112 30284 ? Sl 18:26 0:00 /usr/bin/gnome-screensaver --no-daemon
$ killall gnome-screensaver
$ killall gnome-screensaver
gnome-screensaver: no process found

It is odd, since the command line tells --no-daemon is used as a command line argument.