Laszlo (Laca) Peter wrote:
> 6631419 gtk-update-icon-cache dies on first boot after install/upgrade
> 
> Workaround:
> 
> run the following commands as root:
> ---8<---
> for d in /usr/share/icons/*; do
>         [ -d $d ] &&
>                 gtk-update-icon-cache --force $d;
> done
> ---8<---

It worked, thanks.

-Artem

Reply via email to