Automatic Gnome Login Fedora
by
Dave Riches
—
last modified
Jul 30, 2010 08:27 AM
—
filed under:
Post-Install Solutions
On occasion, users will require automatic login into their gnome desktop. Although this is not advised for security reasons, its none the less desirable.
Applicable to Fedora Versions
- Fedora 12
- Fedora 13
Requirements
- Gnome Desktop
- Text Editor (such as vi/vim/nano)
Doing the Work
- In your favorite text editor, open /etc/gdm/custom.conf.
su -c "vi /etc/gdm/custom.conf"
and enter your root password when prompted - Navigate to the [daemon] section, and add the following (replacing the username for the user you would like to be automatically logged in.
- Reboot. You should now be logged in automatically.
[daemon]And save the file.
AutomaticLoginEnable=true
AutomaticLogin=USERNAME
Troubleshooting
How to test
- Reboot your machine, you should be automatically logged in.
More Information
Disclaimer
We test this stuff on our own machines, really we do. But you may run into problems, if you do, come to #fedora on irc.freenode.net

