Unable to resize/move window after XGrabKeyboard
Bug #1487637 reported by
Cemil Azizoglu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
Fix Released
|
Medium
|
Marco Trevisan (Treviño) | ||
compiz (Ubuntu) |
Fix Released
|
Medium
|
Unassigned |
Bug Description
I'm experiencing this as described here :
http://
Move/resize both suffer from the same problem. This is on Wily.
Related branches
lp://qastaging/~3v1n0/compiz/move-selective-grab
- MC Return: Approve
- Andrea Azzarone: Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 30 lines (+8/-3)1 file modifiedplugins/move/src/move.cpp (+8/-3)
lp://qastaging/~3v1n0/compiz/resize-selective-grab
- MC Return: Approve
- Andrea Azzarone: Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 84 lines (+24/-3)4 files modifiedplugins/resize/src/logic/include/screen-interface.h (+2/-0)
plugins/resize/src/logic/src/resize-logic.cpp (+10/-3)
plugins/resize/src/logic/tests/mock-screen.h (+2/-0)
plugins/resize/src/screen-impl.h (+10/-0)
Changed in compiz (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in compiz: | |
status: | Triaged → In Progress |
assignee: | nobody → Marco Trevisan (Treviño) (3v1n0) |
Changed in compiz: | |
milestone: | none → 0.9.12.3 |
Changed in compiz: | |
status: | In Progress → Fix Committed |
Changed in compiz: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The fact is that compiz has a "pushGrab" interface that tries to get X grab for both keyboard and pointer, even if that is not needed. We need to rework this.