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 697914 - classic mode: Ctrl-Alt-Tab issue
classic mode: Ctrl-Alt-Tab issue
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
classic
Depends on:
Blocks:
 
 
Reported: 2013-04-12 20:37 UTC by Matthias Clasen
Modified: 2013-05-03 14:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (1014.20 KB, image/png)
2013-04-12 20:37 UTC, Matthias Clasen
  Details
ctrlAltTab: Use a symbolic icon for desktop windows (2.32 KB, patch)
2013-04-18 04:22 UTC, Matthias Clasen
committed Details | Review

Description Matthias Clasen 2013-04-12 20:37:44 UTC
Created attachment 241401 [details]
screenshot

Looking at the screenshot, I can't help but think 'one of these is not like the others'...
Comment 1 Florian Müllner 2013-04-14 14:51:06 UTC
(In reply to comment #0)
> Looking at the screenshot, I can't help but think 'one of these is not like the
> others'...

Which one? (Sorry, lame joke).

This is not really a classic mode issue, but a problem with external "DOCK" windows (where we include nautilus' desktop window, which is enabled by default in classic mode) usually providing full-color icons, which mix badly with the symbolic icons provided by our own internal components ...

Looking at https://git.gnome.org/browse/gnome-shell/tree/js/ui/ctrlAltTab.js#n95, I don't have an immediate idea of a fix (apart of modifying apps on a case-by-case basis to request a symbolic icon for those windows)
Comment 2 Matthias Clasen 2013-04-15 00:22:13 UTC
Could just make nautilus put a symbolic icon on the desktop window - do we use a per-icon window there, or is this the icon taken from the desktop file ?
Comment 3 Matthias Clasen 2013-04-18 04:22:14 UTC
Created attachment 241792 [details] [review]
ctrlAltTab: Use a symbolic icon for desktop windows

The nautilus icon sticks out pretty badly among the symbolic
icons we use for other desktop components. This commit finds
windows of type DESKTOP, and uses the video-display-symbolic
icon for them.
Comment 4 Matthias Clasen 2013-04-30 14:24:59 UTC
Florian, any comment on this patch ?
Comment 5 Matthias Clasen 2013-05-03 14:25:30 UTC
Attachment 241792 [details] pushed as 33cad9a - ctrlAltTab: Use a symbolic icon for desktop windows