https://bugs.kde.org/show_bug.cgi?id=423526
--- Comment #44 from Wolfgang Bauer <wba...@tmo.at> --- Git commit c5fa3a15a444b0e7c9113b2dd0351e1cf7141d29 by Wolfgang Bauer. Committed on 05/11/2020 at 20:29. Pushed by wbauer into branch 'master'. [lookandfeel] Fix switching to a different user session Commit bcaf3886 removed the property `m` in UserDelegate.qml, but it is still used by `userListCurrentModelData` in SessionManagementScreen.qml at least. This broke switching to an existing session via the "Switch User" button on the lock screen or the application launcher/menu, it just hung with an empty screen and this runtime error in the logs: file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/LockScreenUi.qml:444: TypeError: Cannot read property 'vtNumber' of undefined Adding it back makes switching work again (and gets rid of the runtime error). FIXED-IN: 5.20.3 M +1 -0 lookandfeel/contents/components/UserDelegate.qml https://invent.kde.org/plasma/plasma-workspace/commit/c5fa3a15a444b0e7c9113b2dd0351e1cf7141d29 -- You are receiving this mail because: You are watching all bug changes.