https://bugs.kde.org/show_bug.cgi?id=513491
Bug ID: 513491
Summary: graceLockTimer value is too high
Classification: Plasma
Product: plasma-login-manager
Version First unspecified
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Target Milestone: ---
in the
/usr/share/plasma/shells/org.kde.plasma.desktop/contents/lockscreen/LockScreenUi.qml
file :
Timer {
id: graceLockTimer
interval: 3000
onTriggered: {
root.clearPassword();
authenticator.startAuthenticating();
}
interval 3000 is very much, because this value is added to the system one
(usually 3000), in total it turns out 6000++
IMHO, it's worth changing the value to 0 or 1
--
You are receiving this mail because:
You are watching all bug changes.