Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 151447 Details for
Bug 197452
gnome-screensaver fails when an application has the mousegrabbed, effectivly locking up the box.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
I think something like this is the way to go
gnome-screensaver-2.18.0-require-mouse-grab.patch (text/plain), 1.14 KB, created by
Ray Strode [halfline]
on 2007-04-02 17:16:59 UTC
(
hide
)
Description:
I think something like this is the way to go
Filename:
MIME Type:
Creator:
Ray Strode [halfline]
Created:
2007-04-02 17:16:59 UTC
Size:
1.14 KB
patch
obsolete
>--- gnome-screensaver-2.18.0/src/gs-grab-x11.c.require-mouse-grab 2007-04-02 13:15:56.000000000 -0400 >+++ gnome-screensaver-2.18.0/src/gs-grab-x11.c 2007-04-02 13:15:59.000000000 -0400 >@@ -452,17 +452,17 @@ > #endif > > /* When should we allow blanking to proceed? The current theory >- is that a keyboard grab is manditory; a mouse grab is optional. >+ is that both a keyboard grab and a mouse grab are mandatory > > - If we don't have a keyboard grab, then we won't be able to > read a password to unlock, so the kbd grab is manditory. > > - If we don't have a mouse grab, then we might not see mouse >- clicks as a signal to unblank -- but we will still see kbd >- activity, so that's not a disaster. >+ clicks as a signal to unblank, on-screen widgets won't work ideally, >+ and gs_grab_move_to_window() will spin forever when it gets called. > */ > >- if (kstatus != GDK_GRAB_SUCCESS) { >+ if (kstatus != GDK_GRAB_SUCCESS || mstatus != GDK_GRAB_SUCCESS) { > /* Do not blank without a kbd grab. */ > return FALSE; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 197452
: 151447