02-21-2014, 11:05 PM
Since you are able to login, and it is not starting your desktop. You will be able to still run some commands. With that said can you run :
We are looking for a file called .Xauthority and the permissions related to it, in this case we want to check if the user name for the account is proper. In my case it would say :
However if it looks like this :
Note the user name root. Then we may have a permissions issue and this can be fixed by running:
Adjusting username in both instances with your account username.
Then you'll want to reboot, you can use your power button or type:
If this is not successful, let us know.
Code:
ls -lahWe are looking for a file called .Xauthority and the permissions related to it, in this case we want to check if the user name for the account is proper. In my case it would say :
Code:
-rw------- 1 shaggy shaggy 116 Feb 16 09:13 .XauthorityHowever if it looks like this :
Code:
-rw------- 1 root root 116 Feb 16 09:13 .XauthorityNote the user name root. Then we may have a permissions issue and this can be fixed by running:
Code:
chown username:username .XauthorityAdjusting username in both instances with your account username.
Then you'll want to reboot, you can use your power button or type:
Code:
sudo rebootIf this is not successful, let us know.
