|
Bugzilla – Full Text Bug Listing |
| Summary: | autologin is broken with kde4 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Stefan Assmann <sassmann> |
| Component: | KDE4 Workspace | Assignee: | 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 | ||
/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 *** |
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.