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 594183 - Use ShellTextureCache for category items.
Use ShellTextureCache for category items.
Status: RESOLVED OBSOLETE
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal trivial
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2009-09-04 23:23 UTC by Owen Taylor
Modified: 2009-11-12 21:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Owen Taylor 2009-09-04 23:23:56 UTC
Splitting out from bug 592608 - may not matter if we get rid of the current menu-like browsing.

ui/appDisplay.js:MenuItem needs to use the texture cache doesn't use the texture cache, so each time the menu is reread, we recreate the icon textures.

This is pretty minor since there are only 11 or so textures there, mostly just a cleanup.

The fallback handling done there for the Wine menu isn't possible with TextureCache - we could just let it fall back to a blank space instead (probably best) or add textureCache.load_icon_names([iconName, 'gtk-file']) where we give a list of names in preference order.
Comment 1 Dan Winship 2009-11-12 21:27:55 UTC
we no longer show icons there