jovanlanik / gtklock

GTK-based lockscreen for Wayland
GNU General Public License v3.0
300 stars 20 forks source link

Reliably coredumps when using fingerprint #72

Open Jackaed opened 7 months ago

Jackaed commented 7 months ago

Using latest HEAD gtklock reliably coredumps if I attempt to login by using my fingerprint but using the wrong finger to make it fail the authentication. Possibly related to #40.

DevDotDev commented 2 months ago

Looking through journalctl, I believe this is what is happening to me as well. My entire screen goes red and the only other thing visible is the mouse. I am on arch running Hyprland. Swaylock and hyprland both have similar issues open as well. Unsure of exactly what is to blame.

Jackaed commented 2 months ago

So far, I have had luck with both Swaylock and (what I'm currently using) Hyprlock. The conversation here may be relevant for you.

tv42 commented 2 weeks ago

I trigger this way too often when I have worn/callused/wet fingertips and run out of tries. The screen goes red and gtklock is no more.

For anyone else stumbling on this, to recover from the (very useful!) ext-session-lock-v1 lockout, you can

mochaaP commented 1 week ago

Should be (partially) fixed by #95. There was still a chance of getting ext_session_lock_surface_v1@xxx: error 2: committed surface dimensions do not match last acked configure

mochaaP commented 1 week ago

the latter one is probably a gtk-session-lock issue (see lock-surface.c:lock_surface_handle_configure), cc'ing @Cu3PO42