i3 / i3lock

improved screen locker
https://i3wm.org/i3lock
BSD 3-Clause "New" or "Revised" License
917 stars 399 forks source link

[BUG] Stuck at i3lock, can't get past it #332

Open WhiteBlackGoose opened 1 year ago

WhiteBlackGoose commented 1 year ago

I'm submitting a…

[x] Bug
[ ] Feature Request
[ ] Other (Please describe in detail)

Current Behavior

Rarely, once per maybe 50 times, it just doesn't react to anything after resuming. No animation. It shows the background picture, but that's it. I have to reboot to get past it

Expected Behavior

Shouldn't get stuck

Reproduction Instructions

No repro. It just happens sometimes (rarely).

Environment

Output of i3lock --version:

i3lock: version 2.14.1 © 2010 Michael Stapelberg

i3's config:

bindsym $mod+Shift+Delete exec systemctl suspend

exec --no-startup-id xss-lock --transfer-sleep-lock -- /home/goose/scripts/lock.sh --nofork

That shell script:

#!/bin/bash
i3lock -i /home/goose/Pictures/www-main-3.png
stapelberg commented 1 year ago

Sounds like your keyboard might have an issue. Try connecting an external keyboard when that happens to see if that’s it.

We haven’t had any reports of anything related on i3lock, so I very strongly doubt the issue is at all with i3lock.

WhiteBlackGoose commented 1 year ago

Hmm :/ I haven't had these issues without i3lock, I think. But I'll keep this in mind