When I try to log in to KDE using my main user account, I get my KDE wallpaper with a console window in the top left, and nothing else. typing starkde causes KDE to start, but it then immediately kicks me back to the login screen. By booting in recovery mode and running startx I was able to get into KDE; I made a second user account, with which I can log into KDE using the normal method, but I still can't log in using my main account. Any ideas?
Announcement
Collapse
No announcement yet.
problem logging in as main user
Collapse
This topic is closed.
X
X
-
Re: problem logging in as main user
While it may be possible to track down what configuration file is messed up in /home/mainuser, I think your best bet is to ditch your main user account and just use the second user account.
Boot into recovery mode.
Then typeCode:adduser seconduser admin
Code:usermod -l mainuser backupuser
Code:usermod -l seconduser mainuser
Code:reboot
Code:kdesu konqueror
Code:sudo chown -R mainuser:mainuser /home/mainuser
Code:kdesu kuser
- Top
- Bottom
-
Re: problem logging in as main user
I'm slightly reluctant to do that. Further fiddling has revealed that if, from the login screen, I select console login and log in using my main user account, running startx causes KDE to run perfectly. Does that give any clue as to what might be wrong?
- Top
- Bottom
Comment
Comment