After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 724134 - window-list: Filter non-interesting windows
window-list: Filter non-interesting windows
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: extensions
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2014-02-11 16:38 UTC by Florian Müllner
Modified: 2014-02-11 17:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
window-list: Restrict right-click actions to windows in list (3.51 KB, patch)
2014-02-11 16:38 UTC, Florian Müllner
committed Details | Review
window-list: Filter skip-taskbar windows (1.52 KB, patch)
2014-02-11 16:38 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2014-02-11 16:38:40 UTC
See patches.
Comment 1 Florian Müllner 2014-02-11 16:38:43 UTC
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.
Comment 2 Florian Müllner 2014-02-11 16:38:47 UTC
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.
Comment 3 Giovanni Campagna 2014-02-11 16:44:22 UTC
Review of attachment 268809 [details] [review]:

Ok
Comment 4 Giovanni Campagna 2014-02-11 16:44:50 UTC
Review of attachment 268810 [details] [review]:

Ok
Comment 5 Florian Müllner 2014-02-11 17:00:34 UTC
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 6 Florian Müllner 2014-02-11 17:14:34 UTC
Comment on attachment 268810 [details] [review]
window-list: Filter skip-taskbar windows

Attachment 268810 [details] pushed as c9a4d15 - window-list: Filter skip-taskbar windows