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 699862 - "dock", "desktop" windows show in Ctrl+Alt+Tab even when not visible
"dock", "desktop" windows show in Ctrl+Alt+Tab even when not visible
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: lock-screen
3.8.x
Other Linux
: Normal minor
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2013-05-07 18:31 UTC by Simon McVittie
Modified: 2013-05-09 18:34 UTC
See Also:
GNOME target: ---
GNOME version: 3.7/3.8


Attachments
Don't put non-Shell windows in Ctrl+Alt+Tab if they wouldn't be visible (1.45 KB, patch)
2013-05-07 18:31 UTC, Simon McVittie
committed Details | Review

Description Simon McVittie 2013-05-07 18:31:57 UTC
Created attachment 243527 [details] [review]
Don't put non-Shell windows in Ctrl+Alt+Tab if they wouldn't  be visible

Metacity's Ctrl+Alt+Tab would include X11 windows
with hints like GDK_WINDOW_TYPE_HINT_DOCK and
GDK_WINDOW_TYPE_HINT_DESKTOP (there are more conditions, but that's a
good start). If we're in normal mode, those are visible and it's OK
to display those in the Ctrl+Alt+Tab order, but if we're in the lock
screen or the unlock dialog, they're not visible and it doesn't make
sense to focus them.
Comment 1 Florian Müllner 2013-05-07 18:33:44 UTC
Review of attachment 243527 [details] [review]:

Makes sense.
Comment 2 Florian Müllner 2013-05-07 18:34:16 UTC
Oh, and please push to gnome-3-8 as well
Comment 3 Simon McVittie 2013-05-09 18:34:06 UTC
Comment on attachment 243527 [details] [review]
Don't put non-Shell windows in Ctrl+Alt+Tab if they wouldn't  be visible

Thanks, fixed in git for 3.8.2, 3.9.2.