Fedora 9定时登录的实现


Fedora 9不能使用自动登录,但是可以通过定时登录来代替。想要实现定时登录,只需修改:/etc/gdm/custom.conf,在里面添加本文最后的内容即可。

TimedLogin in Fedora 9
There is no "gdmsetup" command which enbles autologin in Fedora 9. But we can modify the "/etc/gdm/custom.conf" to enable timed login. Just add the following words to /etc/gdm/custom.conf:

[daemon]
TimedLoginEnable=true
TimedLogin=username
TimedLoginDelay=3

其中TimedLogin指定自动登录的用户名,TimedLoginDelay指定登录前的倒计时。

相关内容