Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2:Update
kdebase4-workspace
kdm-dont-grab-mouse.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kdm-dont-grab-mouse.diff of Package kdebase4-workspace
Subject: Do not grab mouse in KDM From: Lubos Lunak Patch-upstream: no (it's basically r732242 reverted) Bug: bnc#445726 This patch reverts change in KDM that made it also grab the mouse, which prevents xvkbd from working on tablet PCs. Index: kdm/kfrontend/kdm_greet.c =================================================================== --- kdm/kfrontend/kdm_greet.c.orig +++ kdm/kfrontend/kdm_greet.c @@ -462,7 +462,7 @@ secureInputs( Display *dpy ) { debug( "secureInputs %s\n", dname ); secureKeyboard( dpy ); - securePointer( dpy ); +/* securePointer( dpy ); */ XSetInputFocus( dpy, None, None, CurrentTime ); debug( "secureInputs %s done\n", dname ); } @@ -473,7 +473,7 @@ unsecureInputs( Display *dpy ) debug( "unsecureInputs %s\n", dname ); XSetInputFocus( dpy, PointerRoot, PointerRoot, CurrentTime ); XUngrabKeyboard( dpy, CurrentTime ); - XUngrabPointer( dpy, CurrentTime ); +/* XUngrabPointer( dpy, CurrentTime ); */ XSync( dpy, False ); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor