https://bugs.kde.org/show_bug.cgi?id=435233
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.18.7.1 Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/commit/ | |c4a3a4e5b974fb309a6da61252b | |2b830d2d90683 Status|ASSIGNED |RESOLVED --- Comment #6 from Nate Graham <n...@kde.org> --- Git commit c4a3a4e5b974fb309a6da61252b2b830d2d90683 by Nate Graham. Committed on 03/04/2021 at 14:53. Pushed by davidedmundson into branch 'Plasma/5.18'. Revert "[lookandfeel] Fix wake existing screensaver mode with key presses" This reverts commit 13057013d55ae19e76d29b9edc96510e52da2a7a. That commit set the cursorVisible: propety to true. However that property only exists in the QtQuickControls 2 TextField, not the QQC1 version. We ported the lock screen to PlasmaComponents3 (which internally uses QQC2) after Plasma 5.18, meaning that in the LTS version, we still have a QQC1 TextField so this property does not exist. Trying to set it causes a runtime error and breaks the lock screen. FIXED-IN: 5.18.7.1 M +3 -0 lookandfeel/contents/lockscreen/LockScreenUi.qml M +0 -6 lookandfeel/contents/lockscreen/MainBlock.qml https://invent.kde.org/plasma/plasma-workspace/commit/c4a3a4e5b974fb309a6da61252b2b830d2d90683 -- You are receiving this mail because: You are watching all bug changes.