I noticed that I had to manually update the
/usr/share/icons/<theme>/icon-theme.cache files,
because they were getting out of date, and this caused unneccesary lag
in some programs
like Firefox. When I first clicked on "Bookmarks", all the gtk icons
needed to be stat64():ed. I think I
have updated redhat-artwork a few times since installing FC4test1, and
thus it seems like the rpm
scripts hasn't updated the iconcaches correctly, perhaps because it
isn't using the --force flag ?
This updates the icon caches:
for d in /usr/share/icons/*; do gtk-update-icon-cache -f $d; done
Anyone else experiencing this?
/Jacob