GNOME Bugzilla – Bug 724134
window-list: Filter non-interesting windows
Last modified: 2014-02-11 17:14:34 UTC
See patches.
Created attachment 268809 [details] [review] window-list: Restrict right-click actions to windows in list While the list of windows in the left-click menu is filtered by workspace, the minimize/maximize/close actions in the right-click menu apply to all application windows on all workspaces. This is fairly confusing, so restrict the actions to only apply to windows that do appear in the left-click list.
Created attachment 268810 [details] [review] window-list: Filter skip-taskbar windows Applications now track all their windows, not just the ones that are expected to show up in the window list. So to restore the previous behavior, we now have to filter out windows with the skip-taskbar hint ourselves.
Review of attachment 268809 [details] [review]: Ok
Review of attachment 268810 [details] [review]: Ok
Attachment 268809 [details] pushed as 9c6c00f - window-list: Restrict right-click actions to windows in list Attachment 268810 [details] pushed as c9a4d15 - window-list: Filter skip-taskbar windows
Comment on attachment 268810 [details] [review] window-list: Filter skip-taskbar windows Attachment 268810 [details] pushed as c9a4d15 - window-list: Filter skip-taskbar windows