Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
16
rated 0 times [  16] [ 0]  / answers: 1 / hits: 34104  / 2 Years ago, mon, january 24, 2022, 1:40:57

I have lubuntu 12.04, and it was working fine until I installed something and I do not remember exactly what I installed because I was trying to build a ruby gem and it required a lot.



now I rebooted and I cannot log in, well, I can but when I do LXDE apparently cannot continue and returns to the login screen.



I created another user from my console screen (I can login there), and the other user can login. So I removed my .* directories from my home directory, but it did not help.



Any suggestions?


More From » xorg

 Answers
1

In my case the cause was that ~/.Xauthority was owned by root.



EDIT:


$ ls -l ~/.Xauthority
-rw------- 1 root root 61 Sep 16 15:43 .Xauthority
$ chown group:user ~/.Xauthority

where 'group' and 'user' are the group and the user that you use to login. in my case:
$ chown akonsu:akonsu ~/.Xauthority


[#35523] Wednesday, January 26, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
poous

Total Points: 81
Total Questions: 101
Total Answers: 119

Location: Cambodia
Member since Sat, Oct 3, 2020
4 Years ago
;