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

            Bug ID: 439604
           Summary: Plasma-5.18.7.1, screen lock: textbox/loginbox not
                    activated by keyboard
           Product: ksmserver
           Version: 5.18.7
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: k...@davidedmundson.co.uk
          Reporter: imagina...@mailbox.org
                CC: plasma-b...@kde.org
  Target Milestone: ---

In Plasma-5.18.7.1 the textbox/loginbox to unlock the screen after
suspend/hibernate only appears after a movement of the mouse, not after input
via the keyboard. 

The familiar and efficient behaviour is that entering the password right away
makes the loginbox appear.

I have rebuilt plasma-workspace-5.18.7.1 with the following patch applied which
restores the familiar behaviour:


--- a/lookandfeel/contents/lockscreen/LockScreenUi.qml
+++ b/lookandfeel/contents/lockscreen/LockScreenUi.qml
@@ -227,12 +227,6 @@ PlasmaCore.ColorScope {
             height: lockScreenRoot.height + units.gridUnit * 3
             focus: true //StackView is an implicit focus scope, so we need to
give this focus so the item inside will have it

-            // this isn't implicit, otherwise items still get processed for
the scenegraph
-            visible: opacity > 0
-            // changing enabled will toggle if an item can have activeFocus,
which otherwise
-            //keeps the text cursor blinking even when invisble
-            enabled: visible
-
             initialItem: MainBlock {
                 id: mainBlock
                 lockScreenUiVisible: lockScreenRoot.uiVisible


Tested OK after suspend/hibernate and a locked screen.

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

Reply via email to