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
  • 2,963
  • 3
  • 16
  • 31
Preethi
  • 21
  • 2

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
  • 1
  • 1
  • 11