Comment 20 for bug 29061

Revision history for this message
Joel Bryan Juliano (joelbryan) wrote :

can you try to run `sudo update-gconf-defaults` and move your ~/.gconf* ~/.gnome* ~/.nautilus ~/.metacity to a backup location?
also if this is a case of missing icons, you can try to refresh your icon database by doing

for i in /usr/share/icons/*;
do sudo gtk-update-icon-cache -f $i;
done