You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
I have no issue whatsoever for now, it works as expected. After resuming from suspend, I can unlock my session with my user password just fine.
However, journalctl -u lock-screen-suspend-hibernate@.service always contains the following (in this case after suspending):
% journalctl -u lock-screen-suspend-hibernate@.servicesystemd[1]: Starting Lock screen before suspend/hibernate...systemd[1]: Started Lock screen before suspend/hibernate.xsecurelock[52239]: YYYY-MM-DDTHH:MM:SSZ 52239 xsecurelock: Someone overlapped the composite overlay window window. Undoing that.xsecurelock[52239]: YYYY-MM-DDTHH:MM:SSZ 52239 xsecurelock: Someone overlapped the background window. Undoing that.xsecurelock[52239]: YYYY-MM-DDTHH:MM:SSZ 52239 xsecurelock: MaybeRaiseWindow miss: something obscured my window 27262985 but I can't find it.authproto_pam[52559]: pam_unix(system-auth:account): setuid failed: Operation not permittedsystemd[1]: lock-screen-suspend-hibernate@xfzv.service: Deactivated successfully.
Just curious as to what could trigger these messages. Tried without Environment=XSECURELOCK_COMPOSITE_OBSCURER=0 (Picom user, I'm using it to avoid the "INCOMPATIBLE COMPOSITOR, PLEASE FIX!" text as suggested in Known Compatibility Issues but it doesn't make any difference.
Should I just ignore these considering everything works fine?
I'm using the following systemd service unit to lock my session before suspending/hibernating:
I have no issue whatsoever for now, it works as expected. After resuming from suspend, I can unlock my session with my user password just fine.
However,
journalctl -u lock-screen-suspend-hibernate@.servicealways contains the following (in this case after suspending):Just curious as to what could trigger these messages. Tried without
Environment=XSECURELOCK_COMPOSITE_OBSCURER=0(Picom user, I'm using it to avoid the"INCOMPATIBLE COMPOSITOR, PLEASE FIX!"text as suggested in Known Compatibility Issues but it doesn't make any difference.Should I just ignore these considering everything works fine?
Thanks!