You are not logged in.
Pages: 1
I received this warning after upgrading today after a week without having run apt upgrade. Any ideas what this is about? bunsen-config was part of the upgrade, as well as the new dbus daemon. apt tried to regenerate the icon cache but failed with this warning.
I don't care what you do at home. Would you care to explain?
Offline
I guess this is known bug regarding svg images not being recognized, or an already existing cache conflicting or something. Fixed using...
roy@tyrell-corp:~$ gtk-update-icon-cache -f /usr/share/icons/Paper
gtk-update-icon-cache: Failed to open file /usr/share/icons/Paper/.icon-theme.cache : Permission denied
roy@tyrell-corp:~$ sudo gtk-update-icon-cache -f /usr/share/icons/Paper
[sudo] password for roy:
gtk-update-icon-cache: Cache file created successfully.
roy@tyrell-corp:~$
I don't care what you do at home. Would you care to explain?
Offline
Pages: 1