https://bugs.kde.org/show_bug.cgi?id=458951

Harald Sitter <sit...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sit...@kde.org

--- Comment #2 from Harald Sitter <sit...@kde.org> ---
The way the lock screen is implemented is as two pages. The password page and
the nopassword page. Only the former implements user switching. What happens is
that the password page loads, PAM sends the all clear, the password page goes
"goody we are logged in!" in its onSucceeded slot it then checks if there even
was a password prompt (spoiler: there wasn't) and if not it instead goes to the
nopassword page. The nopassword page then is basically only a Qt.quit() button.
This chain of events causes the switching logic to not even run on the password
page and since the nopassword page has no provisions for any of this advanced
logic, nothing happens.

This seems a bit architecturally defective TBH.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to