GNOME Bugzilla – Bug 591913
Fails to skip current window on alt+tab when another window is asking for attention
Last modified: 2009-11-12 16:39:16 UTC
If you have a window requiring attention in another virtual desktop, and try a quick alt-tab to alternate to another window, you will only get the current window, not the window you intended. Apparently mutter tries to skip the current window by skipping the first window in the list, which in this case is the window requiring attention. This seems to have been fixed in metacity some time ago: http://git.gnome.org/cgit/metacity/commit/?id=92bfe34716687a8fcee34c84b80bef1a10035564
Created attachment 141353 [details] [review] Patch for Mutter The attached patch is the Metacity commit adapted for Mutter.
Comment on attachment 141353 [details] [review] Patch for Mutter Subject of the commit looks truncated, otherwise good to commit. http://bugzilla.gnome.org/show_bug.cgi?id=591006 is related (mentioned in the original mutter bug) but separate - the handling of demands-attention windows on other windows in the alt-tab popup is not coherent, since they show up, but you can't switch to them.
Comment on attachment 141353 [details] [review] Patch for Mutter committed as 7a6968cb46033b39023788d02c2c6ea8e8fd7e27 (the subject line is truncated in the original metacity commit).
Subject was truncated in the original metacity commit because it was translated from CVS and the subject was auto-extracted.
(from svn, I mean)
Created attachment 147588 [details] [review] Corrected patch Now do resize background's actor in notify::screen-width. For use of workspace.list_windows need to correct it annotation.
(In reply to comment #7) > Created an attachment (id=147588) [details] [review] > Corrected patch > > Now do resize background's actor in notify::screen-width. > For use of workspace.list_windows need to correct it annotation. Sorry, Missing window in browser. This is for bug 591912