Comment 5 for bug 1124282

Revision history for this message
Patrik Nilsson (nipatriknilsson) wrote :

Fails with Virtualbox in focus:

user@ubuntu:~$ sleep 20s; gnome-screensaver-command --lock

Works with Virtualbox in focus:

user@ubuntu:~$ sleep 20s; wmctrl -k on; gnome-screensaver-command --lock

Works with Virtualbox in focus:

user@ubuntu:~$ sleep 20s; wmctrl -k on; gnome-screensaver-command --lock; wmctrl -k off

Works with Virtualbox in focus:

user@ubuntu:~$ sleep 20s; wmctrl -k on; gnome-screensaver-command --lock; sleep 1s; wmctrl -k off

Works with Virtualbox in focus:

user@ubuntu:~$ sleep 20s; wmctrl -k on; gnome-screensaver-command --lock; wmctrl -k off

I can't understand why it couldn't be fixed.