https://bugs.kde.org/show_bug.cgi?id=486352
John Kizer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from John Kizer <[email protected]> --- For what it's worth, if it's at all helpful for anyone in digging in - the line that mentions "NoPasswordUnlock.qml:26: ReferenceError: tryToSwitchUser is not defined" looks like it's coming from the fact that a function, and then a call to that function from NoPasswordUnlock.qml, were implemented here: https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2847 Then the function was deleted here, but the call from NoPasswordUnlock.qml remained: https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/3577 And is still present today: https://invent.kde.org/plasma/plasma-desktop/-/blob/Plasma/6.4/desktoppackage/contents/lockscreen/NoPasswordUnlock.qml?ref_type=heads#L26 And this looks like the place where NoPasswordUnlock.qml is getting referenced in the main UI file: https://invent.kde.org/plasma/plasma-desktop/-/blob/v6.3.90/desktoppackage/contents/lockscreen/LockScreenUi.qml?ref_type=tags#L55 - maybe that got incorrectly activated somehow? -- You are receiving this mail because: You are watching all bug changes.
