GNOME Bugzilla – Bug 310131
icon theme caching pitfalls
Last modified: 2011-02-04 16:18:46 UTC
Please describe the problem: If people create cache files in the wrong places (like /usr/share/icons or /usr/share/pixmaps), bad things (like not finding icons) can happen. I think gtk-update-icon-cache should only create cache files in directories containing a theme index file. And gtk should not use cache files unless they are next to a theme index file. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
See: https://www.redhat.com/archives/fedora-extras-list/2005-July/msg00610.html for an example of the problem. Sounds like someone had a cache in /usr/share/pixmaps/icon-theme.cache and the panel didn't notice when this package install its icon. We don't expect /usr/share/pixmaps to have an icon cache, so packages never try and update it.
Turned out to be something else, see bug 310221