My Ubuntu Desktop display system has been crashed after automated updates via update manager. How can restore my old version of Ubuntu Desktop?


My Ubuntu Desktop display system has been crashed after automated updates via update manager. How can restore my old version of Ubuntu Desktop?


Try these three commands:
Instructions:
Log out of X. I can't do this, since my logout menu didn't appears.
Find a virtual terminal (press Ctrl+Alt+F1) and login.
Kill X if you can't logout:
sudo killall Xorg
X will die, restart, and switch virtual terminal. Switch back with Ctrl+Alt+F1.
Then run:
mv -v ~/.config/compiz-1 ~/.config/compiz-1.BROKEN
mv -v ~/.config/dconf ~/.config/dconf.BROKEN
Then go back to X (Ctrl+Alt+F7) and login.