Unix Desktop
ID #1021
How to log into Gnome automatically with GDM?
It is possible to bypass the login screen in GDM, Gnome's Desktop Manager, so that you're logged in without having to type your username and password all the time. This is handy for computers that you use for test, at home for instance. To do so, open /etc/gdm/custom.conf as root and locate the [daemon] section. Underneath, just paste the following two lines of code where my_username is the username you want logged in automatically:
AutomaticLoginEnable=true AutomaticLogin=my_username
Save. The next time you start your computer, you'll be automatically logged in :)
Tags: -
Related entries:
Last update: 2008-09-01 06:04
Author: Charles A. Landemaine
Revision: 1.1
You cannot comment on this entry