Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24

Thread: No desktop

  1. #21
    Join Date
    Apr 2012
    Beans
    7,256

    Re: No desktop

    OK so because the .Xauthority is owned by 'root', your normal user 'russel' won't be able to write to it, which will prevent russel's X session from starting - from the recovery console try

    Code:
    chown russel:russel /home/russel/.Xauthority
    Then

    Code:
    exit
    and continue to normal boot - see if you can log in to the GUI as russel then

  2. #22
    Join Date
    Feb 2013
    Beans
    Hidden!

    Re: No desktop

    If you're doing it in recovery console then you should first remount your root partition in read-write mode to be able to make any changes to it:
    Code:
    mount -o remount,rw /
    That's if you have all your data in one disk partition. If, however, you have a separate /home partition then the relevant command would be
    Code:
    mount -o remount,rw /home
    Then you'll be able to chown as steeldriver suggested above.
    Last edited by schragge; February 26th, 2013 at 09:52 AM.

  3. #23
    Join Date
    Apr 2012
    Beans
    7,256

    Re: No desktop

    Thanks schragge - totally forgot that

  4. #24
    Join Date
    Oct 2008
    Beans
    56

    Re: No desktop

    Quote Originally Posted by steeldriver View Post
    Thanks schragge - totally forgot that
    Thanks to you both!, it now boots in as normal. Minor point, does not worry me that much but if anyone is interested it still will not run in low graphics mode. Also the problem occurred after I had followed the advice to cure the initial problem that seemed to be related to the rng-tools, it did boot into user OK after that but I had to enter the password, I then set it to autologin and that is when the latest problem occurred. If any one wants me to do any further digging around for a bug report then I am happy to do so.

Page 3 of 3 FirstFirst 123

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •