Bug 533409
Summary: | issues with passwordless user (live cd) | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Matthias Clasen <mclasen> |
Component: | gdm | Assignee: | jmccann |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | awilliam, cschalle, jmccann, rstrode |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-11-09 16:05:44 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 473303 |
Description
Matthias Clasen
2009-11-06 16:46:27 UTC
I've reproduced and addressed this issue in 2.28.1-24.fc12 marking modified Adding to blocker list so it gets on the appropriate radars. as stated on IRC, my opinion is this is not sufficiently serious to be a blocker and not even serious enough to touch gdm code to fix, at this late stage. clicking 'cancel' on the only available user on the live CD is a pretty weird thing to do, and the impact of the bug is not terrible. I won't protest if the decision goes the other way, though. -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers First impressions are important. The login screen of the live cd is something a new users sees even before the installer. There seemed to be a loose consensus (modulo adamw) on irc at the time that this should get tagged and go in if we need to respin for other reasons, but not force a respin on its own. For reference, the change in question is: @@ -968,7 +968,7 @@ gdm_greeter_login_window_start_session_when_ready * so they can pick language/session. Will need to refactor * a bit so we can share code with timed login. */ - if (!login_window->priv->timed_login_enabled) { + if (strcmp (service_name, "gdm-autologin") != 0) { g_debug ("GdmGreeterLoginWindow: Okay, we'll start the session anyway," "because the user isn't ever going to get an opportunity to" mclasen: but they don't see this bug unless they pick a user account and then hit cancel, which is a rather unusual operation. -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers I think this got tagged, didn't it? -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers yup |