This bug was fixed in the package unity - 6.10.0-0ubuntu3 --------------- unity (6.10.0-0ubuntu3) raring; urgency=low
* Upload to raring unity (6.10.0-0ubuntu2) quantal-proposed; urgency=low * Cherry-picked from upstream: - [SRU Regression] Launcher icon corruption while rearranging (LP: #1071813) unity (6.10.0-0ubuntu1) quantal-proposed; urgency=low [ Timo Jyrinki ] * New upstream release. - Gap between the dash gradient and the panel one (LP: #1062375) - [regression] Dash closes if the onscreen keyboard is outside of Dash' geometry (LP: #1058705) - Dash - Category expander arrow is in expanded mode no matter if category is actually expanded (LP: #1053047) - Unity panel does not show the kate menus in the correct order (LP: #1062283) - compiz crashed with SIGSEGV in g_type_check_instance_is_a() from g_object_unref() from _g_file_attribute_value_clear() from ... from query_info_async_cb() [libgvfsdbus.so] (LP: #1061510) - dash's music album previews: can't drag the scrollbar (LP: #1056995) - Small chunks of the panel shadow appear individually (and very dark) (LP: #1057528) - compiz crashed with SIGSEGV on Unity "Unmount" (LP: #1055812) - [regression] Dash - 'More suggestions' icons in App Lens are too large (LP: #1052513) - BamfLauncherIcon: ensure the icon and name values when the running state changes (LP: #772986) - Changes the swapping order of the detail mode. Now the currently active window gets moved to the end, instead of getting swapped with the last used window (LP: #1061229) - Fixes GetRegion tex coord maths (LP: #1058391) - Fixed fade-in behavior of Unity's showdesktop function (LP: #1063249) - Added <feature>showdesktop</feature> to unityshell.xml.in, because the feature showdesktop is provided by unityshell. (LP: #1006429) (LP: #1006434) (LP: #1063171) - Make HudLauncherIcon::ubus_manager_ "un-static" (LP: #1048274) - Fix reference counting problem which leads to memory leaks and a crash in MT grab handles (LP: #1046201) - Ensure categories with non-personal results can show up before empty categories with personal results (LP: #1067327) - fix a backup error (LP: #1066646) [ Łukasz 'sil2100' Zemczak ] * Cherry-picked from upstream: - Reverted the switch from boost to std which was part of the fix for LP: #1046201. The crash is still fixed without this change, so it was actually unneeded -- Didier Roche <didro...@ubuntu.com> Fri, 09 Nov 2012 08:06:47 +0100 ** Changed in: unity (Ubuntu) Status: Fix Committed => 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/1061229 Title: Alt-Tab - alt+grave (key above tab) takes you back to where you started, not to the next window Status in Ayatana Design: Fix Committed Status in Unity: Fix Committed Status in Unity 6.0 series: Fix Released Status in “unity” package in Ubuntu: Fix Released Status in “unity” source package in Quantal: Fix Released Bug description: = Impact = Clearly visible for alt+grave users, see original description. = Test case = See original description, press alt+grave two times and you should _not_ be back to the original window when you have 3 or more windows open. = Regression potential = Low, test that the functionality otherwise continues to work. ---- open up 3 or more terminal windows or any other application, focus on one of them and press alt+grave (key above tab). The first time you press the 'grave' key the previous window that was focused of the same application will become focused. This is correct. Press the 'grave' key a second time and the focus will switch back to the first window. This is incorrect. The correct behaver is for the 3rd window of the same application in recency of use order to become focused, basically exactly the same as ALT-TAB, but switching windows rather than applicaitons. To fix this bug we want the following: ----------------- Window order, where 1 is the current focused window: 1,2,3,4,5,6 Pressing Alt+` (e.g. tapping ` once) This action ends with the windows in the following order: 2,1,3,4,5,6 ----------------- Window order, where 1 is the current focused window: 1,2,3,4,5,6 Pressing Alt+`+` (e.g. tapping ` twice) The action ends with the windows in the following order: 3,1,2,4,5,6 ----------------- To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/1061229/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp