|
Bugzilla – Full Text Bug Listing |
| Summary: | KDM AutoLogin not properly set by in /var/adm/kdm/kdmrc.sysconfig? | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.2 | Reporter: | revealed revealed <revealed> |
| Component: | KDE4 Applications | Assignee: | E-mail List <kde-maintainers> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | ctrippe |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | openSUSE 11.2 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | /etc/sysconfig/displaymanager #(no comments) | ||
Created attachment 337026 [details]
/etc/sysconfig/displaymanager #(no comments)
The used sysconfig file
This sound like bug 267903 , can you confirm? It is similar, but i have to change both files additionally --> but them both dont do what they should because the: /var/adm/kdm/kdmrc.sysconfig Takes presence and overrides them on top of the issue described? Ehm "Yes!". Thank you. Greetings, R Next time, please check the "This information provides the needed information...." Will do. Ehm any news about the issue? Could you reproduce it? Because my hack still works for me so. I forgot about that already somehow. Greetings, R Sorry no news. I only help with bugscreening for the KDE team and do not use autologin myself. But there are other bug reports about problems with autologin, e.g. bug 556301 Hello, Thanks for your Help. Any logfiles i should attach by default for this? I don't know what information would be useful. Maybe i could prepare this in forward with your advice. Removing NEEDINFO . *** This bug has been marked as a duplicate of bug 267903 *** |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.7) Gecko/20091222 SUSE/3.5.7-2.4 Firefox/3.5.7 Hello there! I had Problems enabling AutoLogin for my KDE in SuSE 11.2: ## Qt: 4.5.3 KDE: 4.3.4 (KDE 4.3.4) "release 2" kde4-config: 1.0 ## When researching i hit the script "/usr/share/kde4/apps/kdm/read_sysconfig.sh" from this package: kdm-branding-openSUSE-11.2-29.5.14.i586 It generates: /var/adm/kdm/kdmrc.sysconfig Which contained the problem and is a related file for startup. "AutoLoginEnable=" was always set to false within. When editing manually it changed back to false every reboot automatically. So i edited the read_sysconfig.sh to always set true for AutoLoginEnable: (I only changed the "else" statement which was set to false originally?) # echo "[X-:0-Core]" if [ "$DISPLAYMANAGER_AUTOLOGIN" ]; then echo "AutoLoginEnable=true" echo "AutoLoginUser=${DISPLAYMANAGER_AUTOLOGIN}" else echo "AutoLoginEnable=true" fi # Since this AutoLogin works for my specifyed user.. ? Is this a system specific bug? Iam having a upgrade installation from SuSE 11.1 to 11.2 (32 Bit); Reproducible: Always Steps to Reproduce: 1. Set Autologin for specific user in YasT Usermanagement part 2. Set Autologin for specific user in Systemsettings for KDM 3. Reboot Actual Results: Autologin is set wrong by /usr/share/kde4/apps/kdm/read_sysconfig.sh Expected Results: AutoLogin should be set correctly Funny part was: When the Autologin malfunctioned ... when doing CRTL ALT + Backspace - Autologin worked... or with rcxdm restart autologin worked too. But with fresh boot or reboot there was no autologin. I was always using the same sysconfig/displaymanager (attached) but removed comments; Many thanks for your help! Greetings, R