Comment 2 for bug 762314

Revision history for this message
Xavier Bassery (xaba) wrote :

This bugs occurs in the post-installation of indicator-weather.
But it is gtk-update-icon-cache which fails.
The failure message found in DpkgTerminalLog.txt reads (translated to English):
gtk-update-icon-cache: Failed to open file /usr/share/icons/gnome/.icon-theme.cache : File exists

To reproduce this bug, one can do the following:
1. sudo touch /usr/share/icons/gnome/.icon-theme.cache
2. sudo gtk-update-icon-cache /usr/share/icons/gnome/
 failure!
4. sudo rm /usr/share/icons/gnome/.icon-theme.cache
5. sudo gtk-update-icon-cache /usr/share/icons/gnome/
 success!