google / xsecurelock

X11 screen lock utility with security in mind
Apache License 2.0
863 stars 65 forks source link

BadWindow (invalid Window parameter) #182

Open rdiaz02 opened 3 months ago

rdiaz02 commented 3 months ago

In XMonad, bspwm, i3wm, and herbstluftwm I get the following error (they always come in trios) when starting xsecurelock (either from a terminal, or if configured with xss-lock doing xset s activate):

2024-04-06T12:02:59Z 1212782 xsecurelock: Got non-fatal X11 error: BadWindow (invalid Window parameter).
2024-04-06T12:02:59Z 1212782 xsecurelock: Got non-fatal X11 error: BadWindow (invalid Window parameter).
2024-04-06T12:02:59Z 1212782 xsecurelock: Got non-fatal X11 error: BadWindow (invalid Window parameter).

I am not running a compositor.

This does not happen under LXQT and xfce4.

I am running Debian, xsecurelock version 1.9.0.

On another computer (where I have only XMonad, xfce and LXQT, also Debian, similar configuration) I observe the same thing: error in XMonad, no errors in xfce and LXQT.

I've seen https://github.com/google/xsecurelock/issues/177 but that seems to be different.