You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Sunday, July 12th 2009, 4:31am

how I can do autologin?

hi there,
I tried this...

Source code

1
2
3
4
sed -i 's/^.*AutoLoginEnable.*$/AutoLoginEnable=true/' /etc/kde3/kdm/kdmrc
sed -i 's/^.*AutoLoginUser.*$/AutoLoginUser="myuser"/' /etc/kde3/kdm/kdmrc
sed -i 's/^.*AutoLoginPass.*$/AutoLoginPass="mypass"/' /etc/kde3/kdm/kdmrc
sed -i 's/^.*AutoLoginAgain.*$/AutoLoginAgain=true/' /etc/kde3/kdm/kdmrc

When my laptop was rebuted kdm said:"filed to login". But if I put mypass by hand password is valid and I'm logined into system. What's wrong with auto login?