PDA

View Full Version : [ubuntu] can't log on as second user after upgrading to 9.04



yesongs
April 25th, 2009, 10:06 PM
After upgrading to 9.04 my computer works fine with no problem at all.
but...
When I try to log out and log on as a different user (there are two users on my PC), I have a black screen, the mouse pointer is visible and moving and nothing more. My only option is then to reset the PC and reboot again as the first user. (Automatically logon).
The home/2nd user files are accessible when I logon as the 1st user and this is not suppose to happen.
How can I get the 2nd user back?

bsmith1051
April 26th, 2009, 04:14 AM
From your main login, use your sudo password to hide all the "." config files in the other user's /home, e.g.

> cd /home/user2
> sudo mkdir OLD-CONFIGS
> sudo mv ".*" OLD-CONFIGS
I'm not really sure if those commands will work as I've written them, but you get the idea.

My suspicion is that the upgrade did something to your Gnome and/or X configuration files -- but only on your current account, i.e., it skipped any other accounts. So the workaround is to let them be recreated from scratch (and then manually restore anything important).

yesongs
April 27th, 2009, 11:11 PM
thanks for your answer. I've just tried the solution you proposed and worked fine!
I copied back the .* folders that contained settings that i need (like firefox or pidgin) and now everything works fine.
the only thing is that the last command
> sudo mv ".*" OLD-CONFIGS
didn't worked so I moved the folders logging in as root.
Anyway I have it back:guitar:
Thanks again!!!

bsmith1051
April 29th, 2009, 09:27 PM
Excellent! I'll probably face the same issue when I upgrade, good to know the fix :smile: