GNOME Bugzilla – Bug 611949
alt-tab application switcher doesn't pick up icon theme changes
Last modified: 2010-11-04 19:43:18 UTC
I doesn't seem like the application switcher picks up icon theme changes.
(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.
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.
*** This bug has been marked as a duplicate of bug 633866 ***