mortie / swaylock-effects

Swaylock, with fancy effects
MIT License
698 stars 44 forks source link

Lockscreen can be unlocked when entering very long password #96

Open maciej-kaznowski opened 1 year ago

maciej-kaznowski commented 1 year ago

Hi,

if you start swaylock and hold a key down on the lockscreen to input a lot of text (I could replicate it for approx 600 characters) then it will get stuck on "wrong" and if you then press enter, then the lockscreen unlocks/crashes. I couldn't replicate this in swaylock.

head commit: b2ea29de5b7ca5c83aa2495360142e046516e00d

Command used to start swaylock: swaylock -f -n Config file:

screenshots
clock
indicator-idle-visible

fade-in=0.2
grace=0
effect-blur=8x8
effect-scale=0.9
indicator-radius=150
indicator-thickness=20

inside-color=1e2030
ring-color=6e738d
inside-ver-color=1e2030
ring-ver-color=1e2030
inside-wrong-color=ed8796
ring-wrong-color=ed8796
inside-clear-color=91d7e3
ring-clear-color=91d7e3

text-color=cad3f5

separator-color=00000000

key-hl-color=8aadf4
bs-hl-color=ed8796

Since it's not appearing in swaylock, I'm happy to git bisect swaylock to find which commit fixes it so that it can be merged into swaylock-effects.

hboetes commented 1 year ago

I can reproduce that problem, and found a fix here: #92 Yes, move to the new maintainer's repo.