This bug was fixed in the package compiz - 1:0.9.7.0+bzr3035-0ubuntu1
---------------
compiz (1:0.9.7.0+bzr3035-0ubuntu1) precise; urgency=low
[ Łukasz 'sil2100' Zemczak ]
* New upstream snapshot:
- Fix gtk-window-decorator crash upon demaximizing a window (LP: #930071)
- 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-decorator (LP: #780505)
- Initialize the _NET_WM_STATE_FOCUSED (LP: #932087)
- [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::updateSwitcher() (LP: #940115)
- Unresolved symbols in plugins cause compiz to exit (LP: #938478)
- Fix compiz spending about 51% of its CPU time in CompRegion
construction/destruction (LP: #940139)
- Fix Conditional jump or move depends on uninitialised value(s) in
decor_match_pixmap (LP: #940066)
- 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/patches/fix_944631.patch:
- 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/patches/fix_923683.patch:
- Backports a patch which prevents the shift race condition
[ Didier Roche ]
* debian/patches/fix_alt_pressing.patch:
- 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/patches/fix_806255.patch:
- Unity/compiz intercepts keystrokes from grabbed windows (LP: #806255)
* debian/patches/fix_943194.patch:
- second part for the alt key fix (LP: #943194)
* debian/patches/additional_alt_tapping_fix.patch:
- again another alt tapping related fix for some regressions from the
previous branch. Taken from "tapping-panacea" upstream branch.
-- Didier Roche <[email protected]> Mon, 12 Mar 2012 10:22:10 +0100
** Branch linked: lp:compiz
** Changed in: compiz (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscriptions: dp-unity
https://bugs.launchpad.net/bugs/944979
Title:
Quicklist are not showing if right-clicking a launcher icon in Expo
mode if triggered by Super + S
Status in Compiz Core:
Fix Committed
Status in Unity:
Fix Committed
Status in Unity Distro Priority:
Fix Committed
Status in “compiz” package in Ubuntu:
Fix Released
Status in “unity” package in Ubuntu:
New
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::Default()->OnScreenGrabbed();
PluginAdapter::Default()->OnScreenUngrabbed();
in UnityScreen::showLauncherKeyTerminate as this forces PluginAdapter
to check if the expo is really active when super is released. But this
doesn't fix at all the base issue.
Edit: could be possibly related to the fix for bug #934058 ?
To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/944979/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp