Comment 0 for bug 1915066

Revision history for this message
Marco Trevisan (TreviƱo) (3v1n0) wrote :

In the user session lockscreen (gdm login screen is fine):

- Lock the screen
- Hit Enter
- Hit Escape
- Repeat

You'll see by checking watch -n1 "ps aux |grep gdm-session-worker" (or just ps'ing after unlocked) that many gdm workers are left around and never terminated.

Fingerprint unlocking is particularly hit by this as the service may prevent further authentication to happen until the PAM module times out.

https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3654