| Summary: | Cannot log in multiple times | ||
|---|---|---|---|
| Product: | [Plasma] lightdm | Reporter: | Kai Uwe Broulik <kde> |
| Component: | greeter | Assignee: | David Edmundson <kde> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | normal | CC: | rdieter |
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Kai Uwe Broulik
2012-08-22 20:49:14 UTC
Then I'd get this bug: https://bugs.kde.org/show_bug.cgi?id=103046 This bug has over 46 votes, clearly a lot of people think this, and there's a lot of good arguments as to why this behaviour is better. Marking as unconfirmed. Following through LightDM sources, the relevant code is at
lightdm/src/display.c
function greeter_start_session_cb
line 374:
/* Stop this display if that session already exists and can switch to it */
(actual switch happens at line 385)
So it's all working as intended.
If persuaded I can try and patch upstream to add this as an option in the config file.
Now tracked at: https://bugs.launchpad.net/lightdm/+bug/1094743 |