Weblog Archive

Ubuntu login workaround

Sat, 7 Jun 2008 at 22:15 • Chyetanya Kunte • Filed under Linux

Try that Options menu in Ubuntu’s login screen—recently, I happened to use for shutting down without logging-in—and the system will refuse to let you login again. It is apparently a Gnome bug, and I am surprised at the level of its buggyness, considering how polished the rest of Ubuntu is—so far as UI and usability go.

I logged in via Failsafe Terminal and did the following—thanks to those instructions via Ubuntu forums.

  1. cd /home
  2. chown username:username username -R /home/username
  3. cd username
  4. chmod 755 * -R /home/username
  5. chmod 644 .dmrc
  6. chmod 644 .ICEauthority
  7. exit
  8.  
  9. Download this example: /inputfiles/fix-ubuntu-login.txt

Stay away from using that Options menu in Ubuntu’s login screen.

Update: Replace username with your actual username in the commands above.

[ Ads ]

Related posts

Following list is auto-generated, based on this post's context as possibly related. You may, however, occasionally find some in this list unrelated, but nevertheless, we sincerely hope that you'll enjoy them too.

Respond privately

Comments are closed, but you may respond privately to “Ubuntu login workaround.” (Your response will not be published.)