Ubuntu Desktop does not load [duplicate]

I have had the exact same problem since yesterday as well. To fix it I had to install gnome-panel then run unity reset through unity tweak tools.

  1. Switch to a virtual terminal (Ctrl+Alt+F1), log in and run the following commands:

    sudo apt-get install gnome-panel
    sudo mv ~/.Xauthority ~/.Xauthority.backup
    
  2. Reboot and select gnome on login.

  3. Once logged in open a terminal (e. g. with Ctrl+T) and run:

    sudo apt-get install unity-tweak-tool
    unity-tweak-tool --reset-unity
    
  4. Log out and log in again using Unity this time and that fixed it for me.


I couldn't do this because i couldn't enter the terminal. So i do this: Enter Ctrl+Alt+F1

$ sudo apt-get install gnome-panel
$ sudo mv ~/.Xauthority ~/.Xauthority.backup

Reboot and select gnome login instead of ubuntu default before writing your password to login. once logged in open a terminal Ctrl + T

$ dconf reset -f /org/compiz/
$ setsid unity

Reboot again

After that I could enter in ubuntu default login normally

Links: Ubuntu Desktop does not load http://ubuntuhandbook.org/index.php/2014/04/reset-unity-and-compiz-settings-in-ubuntu-14-04/


chown -R <your user>:<your group> ~/.dbus 

from GConf Error: No D-BUS daemon running?! How to reinstall or fix?

was useful to me in case of the "Cannot autolaunch D-Bus without X11 $DISPLAY" error


Few minutes ago had this problem. Fix this too easy)) Just check your unity unity and terminal said you some like You have not unity, install it. Do that: sudo apt-get install unity and after installing write unity again. Desktop will be laucnhed.

P.S. Sorry for my bad english))

P.P.S.If Ctrl + Alt + T doesnt work press CTRL + ALT + F1