Into a shell, I ran this command line:
----------
while [[ 1 ]]; do { sleep 19 ; date ; ps ax|grep gnome-screensaver|grep -v grep
; } ; done
----------
After a few minutes (my screensaver should start after 1 minute),
was gnome-screensaver actually running and the screen was updated because:
- the content of the virtual console changed
- the shell displayed this kind of output:
-----------
lundi 1 mars 2010, 17:22:22 (UTC+0100)
1912 ? Ss 0:00 gnome-screensaver
lundi 1 mars 2010, 17:22:41 (UTC+0100)
1912 ? Ss 0:00 gnome-screensaver
lundi 1 mars 2010, 17:23:00 (UTC+0100)
1912 ? Ss 0:00 gnome-screensaver
lundi 1 mars 2010, 17:23:19 (UTC+0100)
1912 ? Ss 0:00 gnome-screensaver
-----------
--
the screen saver never starts
https://bugs.launchpad.net/bugs/516094
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu.
--
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs