Autopackage installer icon destroy gtk-icon cache
"Gabriele Greco" <[email protected]>
| Newsgroups | gmane.comp.autopackage.devel |
|---|---|
| Message-ID | <[email protected]> |
Googling around I've found what was the problem I have with icons, it seems that the autopackage-installer.png icon is placed in a wrong directory where NO icon have to be placed (usr/share/icons/hicolor). Those commands fixed the icon-cache of gnome and now I see the icons of my packages :) sudo rm /usr/share/icons/hicolor/autopackage-installer.png sudo gtk-update-icon-cache /usr/share/icons/hicolor/ I think a better solution will be to move autopackage-installer.png to the 48x48 subdirectory... Anyway the autopackage installer has to be fixed to avoid placing the icon there (1.2.4 place it in the wrong place). I've seen there is a ticket in the bug tracking tool but the problem is not analyzed in the correct way. -- Bye, Gabry