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 552416 - Application icons in window list become faded and hard to distinguish
Application icons in window list become faded and hard to distinguish
Status: RESOLVED OBSOLETE
Product: gnome-panel
Classification: Other
Component: window list
unspecified
Other All
: Normal minor
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-15 20:34 UTC by David D Lowe
Modified: 2020-11-06 20:22 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
comment-out-fading.patch (419 bytes, patch)
2009-10-22 14:07 UTC, Jakob Unterwurzacher
rejected Details | Review

Description David D Lowe 2008-09-15 20:34:08 UTC
Either stop fading the application icons when windows are minimized, or fade them to a lesser extent, so that the icons are more easily distinguishable.

Other information:
Comment 1 g11024342@trbvm.com 2008-09-16 07:16:57 UTC
This bug was originally reported by me on Launchpad.

https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/269934
Comment 2 Jakob Unterwurzacher 2009-03-17 18:58:30 UTC
Yup, this sucks.
Comment 3 Martin von Wittich 2009-10-22 13:44:50 UTC
This is driving me nuts too. I have a slightly defective color vision and the fading makes it hard for me to easily spot minimized windows. I fixed it on my Ubuntu by patching libwnck:

diff -ur libwnck-2.28.0/libwnck/tasklist.c libwnck-2.28.0-2/libwnck/tasklist.c
--- libwnck-2.28.0/libwnck/tasklist.c   2009-09-08 03:28:12.000000000 +0200
+++ libwnck-2.28.0-2/libwnck/tasklist.c 2009-10-21 17:46:41.000000000 +0200
@@ -3234,7 +3234,7 @@
       if (orig == pixbuf)
        pixbuf = gdk_pixbuf_copy (orig);

-      wnck_dimm_icon (pixbuf);
+      //wnck_dimm_icon (pixbuf);
     }

   if (orig == pixbuf)

This is of course only a temporary fix, as the next update from Ubuntu is going to undo this. I'd really appreciate a configuration option for this, even if it's only accessible via gconf.
Comment 4 Jakob Unterwurzacher 2009-10-22 14:07:43 UTC
Created attachment 146041 [details] [review]
comment-out-fading.patch

Patch from above, adding as patch attachment so this bug gets has-patch status.
Comment 5 Vincent Untz 2010-03-09 03:49:58 UTC
Comment on attachment 146041 [details] [review]
comment-out-fading.patch

But this patch is not the right solution; instead of removing this, it should be tweaked.
Comment 6 Martin von Wittich 2010-06-12 13:30:57 UTC
Well, I'd love to fix this properly so it would get accepted as a patch, but I have no experience with GTK/Gnome coding and only a bit of experience with C. I guess I should use gconf to add an option for this... is there a tutorial somewhere on how I can add gconf support to libwnck?
Comment 7 Marcus Carlson 2010-06-13 20:26:08 UTC
Martin, libwnck shouldn't use gconf (or gsettings) directly. Instead you should add a property on libwnck and add a gconf setting for gnome-panel (it already stores some settings in gconf/gsettings)
Comment 8 André Klapper 2020-11-06 20:22:54 UTC
bugzilla.gnome.org is being replaced by gitlab.gnome.org. We are closing all old bug reports in Bugzilla which have not seen updates for many years.

If you can still reproduce this issue in a currently supported version of GNOME (currently that would be 3.38), then please feel free to report it at https://gitlab.gnome.org/GNOME/gnome-panel/-/issues/

Thank you for reporting this issue and we are sorry it could not be fixed.