redhat-artwork postinstall script

Jacob Kroon d00jkr at efd.lth.se
Wed Apr 6 14:00:00 UTC 2005


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




More information about the fedora-test-list mailing list