2

I have Ubuntu 13.10 Saucy, and I just installed Cinnamon 2.0 desktop. When I try to open files /Home is not responding and freezes.

I can access specific folders like ~/Picture and ~/Music from 'search' and 'menu' and it responds, but only the /Home folder freezes. I also get a pop up message:

Home is not Responding: "Force Quit" or "Wait".

enter image description here

Please Help!!

v2r
  • 9,707
Chente
  • 21

1 Answers1

0

Try this:

sudo apt-get remove cinnamon
sudo apt-get autoremove

Then:

sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable
sudo apt-get update
sudo apt-get install cinnamon

The commands above will remove your current installed version of cinnamon and then reinstall it.

v2r
  • 9,707
sohel4r
  • 494