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 611949 - alt-tab application switcher doesn't pick up icon theme changes
alt-tab application switcher doesn't pick up icon theme changes
Status: RESOLVED DUPLICATE of bug 633866
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-03-05 22:53 UTC by William Jon McCann
Modified: 2010-11-04 19:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description William Jon McCann 2010-03-05 22:53:39 UTC
I doesn't seem like the application switcher picks up icon theme changes.
Comment 1 drago01 2010-05-09 17:33:27 UTC
(In reply to comment #0)
> I doesn't seem like the application switcher picks up icon theme changes.

Fixing this would either mean we add the icon theme to the cache key (effectively making the cache per icon theme), which would mean switching themes around would increase the memory usage.

Or we could just drop caches on theme changes.
Comment 2 Colin Walters 2010-05-09 17:44:37 UTC
My plan here is that the cache should actually return a St.Image class which subclasses Clutter.Texture.  If the returned image is for a themed icon, the Image class itself tracks icon theme changes.
Comment 3 drago01 2010-11-04 19:43:18 UTC

*** This bug has been marked as a duplicate of bug 633866 ***