lp://qastaging/~vanvugt/compiz-core/fix-953089.2
- Get this branch:
- bzr branch lp://qastaging/~vanvugt/compiz-core/fix-953089.2
Branch merges
- Sam Spilsbury: Approve
-
Diff: 121 lines (+35/-19)3 files modifiedsrc/event.cpp (+31/-18)
src/privatescreen.h (+2/-0)
src/screen.cpp (+2/-1)
Related bugs
Related blueprints
Branch information
Recent revisions
- 3066. By Daniel van Vugt
-
Don't rely on the value of "grabbed" to tell you if the root window is
presently accepting key events (meaning there are no external active grabs).
There are some edge cases where grabbed is false but root is still accepting
key events, so when that happened compiz would ignore its own key shortcuts
(LP: #953089)This was a regression caused by the fix for LP: #806255. The fix for that
bug has now been redesigned to avoid causing LP: #953089. - 3065. By Daniel van Vugt
-
Don't allow plugins (unity) to interfere with tap detection by blocking
compiz-core from handling key events (LP: #960831) - 3064. By Daniel van Vugt
-
Bump version to 0.9.7.3. At least until we have a release candidate 0.9.7.4
- 3063. By Sam Spilsbury
-
Use gconf_client_
dir_exists as gconf_client_get_* doesn't set GError if
the dir doesn't exist in the gconf database. (LP: #953839) - 3061. By Daniel van Vugt
-
Revert the fix for LP: #946887. It's obviously an unsafe optimization and
has caused a regression (segfault) in some cases. (LP: #958540) - 3060. By Alan Griffiths
-
Don't crash if plugins don't provide either initiate or terminate.
(LP: #808007) - 3059. By Daniel van Vugt
-
Remove logic to cancel a tap on focus change. It's no longer required since
r3050, and looks like it might be contributing to incorrect tap detection
in some cases with empty workspaces (LP: #953089) - 3057. By Daniel van Vugt
-
Fixed: Changing the HUD shortcut disables all Alt-based combinations
(LP: #945816)More accurately; Changing any hotkey whose default or previous value was
a single modifier key would disable all other combinations with that modifier.
This was a regression caused by lp:compiz-core r3050.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/compiz-core