Bugzilla – Bug 444596
autologin is broken with kde4
Last modified: 2008-11-14 11:04:50 UTC
Created attachment 251873 [details] y2logs.tar.bz2 I configured a user for autologin during the installation but the user didn't get logged in after the installation.
/usr/share/kde4/apps/kdm, around line 75, added recently: if [ $(pam-config -q --fp) = "auth:" ] then echo "PluginsLogin=generic" fi - there is a semicolon missing before then, making this invalid sh code - pam-config -q --fp by default returns nothing, making "=" miss left argument And I don't have any system with such HW to test if just fixing these two is enough.
*** This bug has been marked as a duplicate of bug 444742 ***