https://bugs.kde.org/show_bug.cgi?id=510997
--- Comment #1 from Oliver Beard <[email protected]> --- >From discussion with the user, after inserting: console.log("!!!!", PlasmaLogin.StateConfig.lastLoggedInUser, PlasmaLogin.StateConfig.lastLoggedInSession); following https://invent.kde.org/plasma/plasma-login-manager/-/blob/master/src/frontend/greeter/qml/Main.qml?ref_type=heads#L404 output is: !!!! chris /usr/share/wayland-sessions> !!!! This means that for some reason, the greeter sent a second login request following the first, which was successful. This request has an empty username and session. The backend appears to have told us this login was successful, so we save that username and session to the state config. We should determine why the frontend is sending a second login request (I will attempt to reproduce this behaviour) and also why the backend tells us it was a success (when it cannot possibly be! — user and session are empty). -- You are receiving this mail because: You are watching all bug changes.
