Bug 444596

Summary: autologin is broken with kde4
Product: [openSUSE] openSUSE 11.1 Reporter: Stefan Assmann <sassmann>
Component: KDE4 WorkspaceAssignee: Dirk Mueller <dmueller>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Major    
Priority: P2 - High    
Version: Beta 5   
Target Milestone: ---   
Hardware: PowerPC   
OS: Linux   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: y2logs.tar.bz2

Description Stefan Assmann 2008-11-13 12:19:21 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.
Comment 1 Lubos Lunak 2008-11-13 15:24:24 UTC
/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.
Comment 2 Stephan Binner 2008-11-14 11:04:50 UTC

*** This bug has been marked as a duplicate of bug 444742 ***