Hi,

Maybe this is:
Bug ID  6631419  
Synopsis  gtk-update-icon-cache dies on first boot after install/upgrade  

http://bugs.opensolaris.org/view_bug.do?bug_id=6631419

There is a workaround:

run the following as root:

for d in /usr/share/icons/*; do
        [ -d $d ] &&
                gtk-update-icon-cache --force $d;
done

Regards

J-F
 
 
This message posted from opensolaris.org

Reply via email to