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 593013 - doesn't handle gtk-update-icon-cache very well
doesn't handle gtk-update-icon-cache very well
Status: RESOLVED DUPLICATE of bug 592608
Product: gnome-shell
Classification: Core
Component: general
2.27.x
Other Linux
: Normal major
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2009-08-25 13:35 UTC by Gustavo Noronha (kov)
Modified: 2009-08-25 14:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gustavo Noronha (kov) 2009-08-25 13:35:39 UTC
Sometimes while running GNOME Shell, mutter will use 100% CPU and become unusable. I am not sure whether this is a problem in Mutter or GNOME Shell, but I was able to trace it down to gtk-update-icon-cache being called (by package upgrades/installs). Last time this happened and I got an strace, mutter was going through all the icons, which was the first indication of the problem to me. Then I realized this always happened during package installs/upgrades (which call gtk-update-icon-cache), and then I tried running it to see what would happen.
Comment 1 Owen Taylor 2009-08-25 14:23:08 UTC
I think it's actually a problem with GNOME Shell rereading the desktop-file tree, and referencing all the icons for all the desktop files.

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