-2

I have upgraded my system from ubuntu 13.10 to 14.04.But then i can't access my desktop, only mouse pointer is visible no unity bar . Then i restarted the computer and log in as guest. it is worked. What happened to my system ? How can I access my desktop ? PLs Help

1 Answers1

-1

After looking for different alternatives, I finally found the solution. Try this, it worked for me: http://www.upubuntu.com/2011/10/how-to-fix-login-issues-on-ubuntu-1110.html

  1. At login screen, press Ctrl+Alt+F1 to switch to console mode.

  2. Use your username and password to login.

  3. Enter now these commands:

    ls -Shla | grep “Xauthority”

    sudo mv .Xauthority Xauthority.old

    sudo shutdown -r now

tatoroga
  • 1
  • 1
  • It is better to summarize the important points than to just provide a link, as that link may not always be available. – jkt123 Apr 21 '14 at 12:21