unity - Recent update has me stuck in a log in loop - Ask Ubuntu


this question has answer here:

so tried rebooting pc , won't let me log in. kicks me log in screen

i've tried rm./home/*/.xauthorith cannot remove directory

and few of other more common ones purging nvidia. said no nvidia purge

in terminal, type (use correct username):

cd /home/your_username ls -l .iceauthority # (that's lower case l) ls -l .xauthority   # (that's lower case l) 

if either ls command returns 1 of these (where shows root, instead of username):

-rw------- 1 root root 242476 nov  6 12:48 .iceauthority -rw------- 1 root root 58     nov  6 12:48 .xauthority 

then type (changing your_username correct username):

sudo chown your_username:your_username .iceauthority 

and/or

sudo chown your_username:your_username .xauthority 

Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User