0

After I updated the packages on my Ubuntu 14.04LTS, my Ubuntu virtual machine that I was running on parallels wont let me log in. Also it won't work for the guest account.

This is the error-log output: xsessions-error

error message

Also if I run any sudo apt-get commands I get the following error:

apt-get: error while loading shared libraries: libstdc++.so.6: cannot ch file or directory 
Tony Lancer
  • 1,003

1 Answers1

0

Switch to a TTY (ctrl-alt-f1). You may restart between each step to see if that worked.

sudo rm -r ~/.config/compiz*
sudo rm -r ~/.cache/compizconfig-1

Clear the cache

sudo rm -r .cache/

Reset Unity

sudo dconf reset -f /org/compiz/
setsid unity
Gayan Weerakutti
  • 3,830
  • 1
  • 28
  • 39