I had been login to my laptop and there was an update which came in with a prompt to restart. After the restart I can login through the GUI again. I had done all I could find by on google but I am still having the same issue.
I notice the following:
- I can't
cd /home/user
- permission denied ls -l /home
:drw------50 user user 4096 Feb 4 9:34 user (NOT drwx)
ls -la ~/
: I can't find the .Xauthority file along the list
sudo chmod 700 /home/user
to fix it, either from a Live-CD or if you can login as root directly on a console. – Thomas Feb 04 '18 at 11:33chmod 755
? – Gunnar Hjalmarsson Feb 05 '18 at 01:30