2

Folders are shown in text icon instead of it's original icon image.How to resolve this?

I have attached the image over here.

stumblebee
  • 3,547
Preethi
  • 21

1 Answers1

2

Try this Login screen combo Ctrl + Alt + F1 enter username and password then run the following commands:

sudo apt-get install dconf-tools

DISPLAY=:0 dconf reset -f /org/compiz/

unity --reset-icons

setsid unity

and finally reboot

akgnitd
  • 103