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.
The future arrived. Read the terms and conditions.
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:~$ The future arrived. Read the terms and conditions.
Offline
Pages: 1