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
Hey, I get this error when launching a pygame script in vterm (using exwm), doom emacs 29. The expected behavior is that a window is opened, the actual behavior is that the shell freezes and I get this in *XELB-DEBUG*:
Thank you for taking the time to report this failure.
The backtrace is quite helpful: we see that we ask for the WM_NAME property and we get back a reply with an "unknown encoding". Looking at xcb-icccm.el ((cl-defmethod xcb:unmarshal ((obj xcb:icccm:-GetProperty-text~reply)), we see that xcb:Atom:UTF8_STRING, xcb:Atom:STRING, xcb:Atom:COMPOUND_TEXT, xcb:Atom:TEXT and xcb:Atom:C_STRING are recognized.
Hey, I get this error when launching a pygame script in vterm (using exwm), doom emacs 29. The expected behavior is that a window is opened, the actual behavior is that the shell freezes and I get this in
*XELB-DEBUG*
:I'm unsure how to debug this further. Any idea?
The text was updated successfully, but these errors were encountered: