GNOME Bugzilla – Bug 743729
Switching windows on a workspace affects other worspaces
Last modified: 2015-01-30 17:23:39 UTC
- Open a gnome-terminal window on workspace 1 and 2 (full screen) - Open GEdit on workspace 1 (full screen) - Open devhelp on workspace 2 (full screen) - Make sure GEdit and devhelp are focused/displayed - On workspace 1 focus gnome-terminal using Alt+Tab - Switch to workspace 2 Actual result: gnome-terminal is now focused on workspace 2 Expected result: devhelp should still be focused, switching views in one workspace shouldn't affect what happens in another one.
https://git.gnome.org/browse/gnome-shell/commit/?id=086fcd4a32ffff1755a8349b78516f2cb12e043c
Thanks a lot for the quick fix Jasper. Do you think this fix could be backported to the stable branch as well? It seems safe enough and would make my life much more better. :)
Created attachment 295813 [details] [review] shell-app: Fix typo Commit 086fcd4a32 broke the build, use the correct variable to fix.
Comment on attachment 295813 [details] [review] shell-app: Fix typo Attachment 295813 [details] pushed as ead4c2b - shell-app: Fix typo
I definitely compile-tested this patch -- "workspace" is defined at the top of the block, and it also adds a semicolon which causes the whole fix not to work.
Yeah, sorry for the noise - local patch in my tree, was already reverted a minute after pushing it.