GNOME Bugzilla – Bug 425550
gnome-screensaver should probably require mouse grab to lock
Last modified: 2008-01-08 14:45:03 UTC
So it looks like gnome-screensaver doesn't cope too well with not getting a mouse grab. It just sits in a loop trying to acquire the grab over and over again. See the downstream report, here: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=197452 for more details. Maybe we should just require the mouse grab and not try to lock if it isn't available?
Patch from https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=197452 commited as requested from that bug report. 2007-03-02 Ray Strode <rstrode@redhat.com> * src/gs-grab-x11.c: (gs_grab_grab_window): Require mouse grab in addition to keyboard grab. Fixes #425550
*** Bug 508009 has been marked as a duplicate of this bug. ***