https://bugs.kde.org/show_bug.cgi?id=449857
Erik <eeco...@qirx.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eeco...@qirx.org --- Comment #57 from Erik <eeco...@qirx.org> --- Others in this thread pointed out the piece of code that is responsible (/usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/LockScreenUi.qml:231), which makes a lot of sense: > visible: opacity > 0 > enabled: visible Set visible to true if the it is not transparent. Enable when visible. This seems to be introduced in https://invent.kde.org/plasma/plasma-workspace/-/commit/c4a3a4e5b974fb309a6da61252b2b830d2d90683 with comment: > // changing enabled will toggle if an item can have activeFocus, which > otherwise > //keeps the text cursor blinking even when invisble I however changed `enabled: visible` to `enabled: true` and (as expected) this restored the behavior for me. I do not see any evidence of a blinking cursor. I don't have any understanding of versioning or policy. I am on Kubuntu 20.04 and there are no updates in the Updates tab of Discover. The kinfocenter tells me I am on version 5.18.8 for the KDE Plasma. It would be nice (at least for other people who did not yet find this thread) to update the line, but as I said, I am not sure if the policy allows such a change -- You are receiving this mail because: You are watching all bug changes.