after typing my password and press enter
it takes me back to the page and ask to me to enter my password again
I can login as a guest
and am able to login in the terminal ( ctrl+alt+F1 )
but not with the graphical interface
login
after typing my password and press enter
it takes me back to the page and ask to me to enter my password again
I can login as a guest
and am able to login in the terminal ( ctrl+alt+F1 )
but not with the graphical interface
Best Answer
When logged in to the terminal look for a file in home directory called .Xauthority (hidden file) use
ls -al
. If the file is owned by root usesudo chown <user>:<user> .Xauthority
.