Bug 305632 - Cannot log in multiple times
Summary: Cannot log in multiple times
Status: RESOLVED UPSTREAM
Alias: None
Product: lightdm
Classification: Miscellaneous
Component: greeter (show other bugs)
Version: master
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: David Edmundson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-22 20:49 UTC by Kai Uwe Broulik
Modified: 2013-01-14 00:55 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Uwe Broulik 2012-08-22 20:49:14 UTC
I cannot login multiple times using LightDM.

Reproducible: Always

Steps to Reproduce:
1. Log in with your account and KDE Plasma Workspaces session
2. Use "Switch User" from Kickoff and say "Create New Session"
3. Log in with your account and choose e.g. Project Neon
Actual Results:  
Screen turns black and you're greeted by the KDE lock screen of your current session

Expected Results:  
You log in into the other session
Comment 1 David Edmundson 2012-12-10 19:18:08 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.
Comment 2 David Edmundson 2012-12-13 02:10:02 UTC
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.
Comment 3 David Edmundson 2013-01-14 00:55:43 UTC
Now tracked at: https://bugs.launchpad.net/lightdm/+bug/1094743