Quicklist are not showing if right-clicking a launcher icon in Expo mode if triggered by Super + S
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Compiz Core |
Fix Released
|
Medium
|
Daniel van Vugt | ||
| Unity |
Fix Released
|
Medium
|
Sam Spilsbury | ||
| Unity Distro Priority |
Fix Released
|
Medium
|
Unassigned | ||
| compiz (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
| unity (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
When in expo-mode, if right-clicking over a launcher icon, unity should terminate the expo and open a quicklist.
This is has been working for some releases, but it has currently broken by recent compiz updates in the case that the expo is initiated using the Super+S keyboard binding (it doesn't happen if changing the keybinding to something not using Super).
After some research, I've found that when the expo is initiated using the default Super+S keybinding, no NotifyGrab event happens in the time that goes from the super-keypress to the super-keyrelease (or later).
Due to this, PluginAdapter is not notified of the current expo status, and so it won't emit any event when it terminates (that's why no quicklist is opened at this point).
An ugly workaround for this is just adding something like:
PluginAdapter
PluginAdapter
in UnityScreen:
Edit: could be possibly related to the fix for bug #934058 ?
Related branches
- Alan Griffiths: Approve
-
Diff: 160 lines (+36/-15) 4 files modifiedapimetadata/core.xml.in (+7/-0)
src/event.cpp (+25/-6)
src/privatescreen.h (+1/-2)
src/screen.cpp (+3/-7)
+ if triggered by Super + S
Merged into lp:compiz-core at revision 3046
This bug was fixed in the package compiz - 1:0.9.7.
---------------
compiz (1:0.9.
[ Łukasz 'sil2100' Zemczak ]
* New upstream snapshot:
- Fix gtk-window-
- Fix core keybindings (LP: #930412)
- Fixes compiz crash with SIGSEGV on shutdown (LP: #931283)
- Plugins can't tell the difference between a key-tap and modifier
key-release (LP: #925293)
- compiz-core r3001 (and 3002) ftbfs (LP: #933226)
- Semi-maximized windows have no shadow or frame (LP: #924736)
- Untranslated strings in gtk-window-
- Initialize the _NET_WM_
- [regression] Customized shortcuts don't work (LP: #931927)
- Window stacking problem (LP: #936675)
- Quickly demaximized windows can receive maximized window decorations if
they were initially maximized (LP: #936778)
- Maximized windows do not get shadows at all (LP: #936774)
- [regression] Launcher, top panel and keyboard un-responsive after using
any Super-x shortcut (LP: #934058)
- No draggable border if mutter isn't installed (LP: #936781)
- Fix compiz crash with SIGSEGV in XDefineCursor() (LP: #936487)
- Fixes memory leak at DecorWindow:
- Unresolved symbols in plugins cause compiz to exit (LP: #938478)
- Fix compiz spending about 51% of its CPU time in CompRegion
construct
- Fix Conditional jump or move depends on uninitialised value(s) in
decor_
- Fix 'show desktop' behaviour (LP: #871801)
- Tweak algorithm used to cast shadows on maximized windows (LP: #936784)
- "Svg" and "Png" should be "SVG and "PNG" (LP: #942890)
- Fix invalid memory usage after free() in DecorWindow (LP: #943116)
- Fix alt + F10 (LP: #943223)
* Removed cherry-picked patches
* debian/
- Always replay the keyboard if something was grabbed and didn't trigger
an action and don't trigger actions which aren't added accidentally
(LP: #943612) (LP: #944631)
* debian/
- Backports a patch which prevents the shift race condition
[ Didier Roche ]
* debian/
- Patch from ddv to fix all the regressions with the alt key fix and other
(LP: #943851, #945373)
- Fix Quicklist are not showing if right-clicking a launcher icon in Expo
mode if triggered by Super + S (LP: #944979)
* debian/
- Unity/compiz intercepts keystrokes from grabbed windows (LP: #806255)
* debian/
- second part for the alt key fix (LP: #943194)
* debian/
- again another alt tapping related fix for some regressions from the
previous branch. Taken from "tapping-panacea" upstream branch.
-- Didier Roche <email address hidden> 2012年3月12日 10:22:10 +0100