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
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 [email protected] always contains the following (in this case after suspending):
% journalctl -u [email protected]systemd[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]: [email protected]: 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?
Thanks!
The text was updated successfully, but these errors were encountered:
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 [email protected]
always 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!
The text was updated successfully, but these errors were encountered: