Since another user can graphically log into the system, I believe the problem necessarily is in one the hidden files in your home directory. One that is read at login. Maybe a file in .config. You could try, from the terminal, to 'mv .config .config.bak' and then try to graphically log in again. If it is a success then you can try to find out what file in .config raises the problem (again with 'mv'). If it is a failure than you can 'rm -rf .config && mv .config.bak .config' and try to rename another file.

Reply via email to