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
The current implementation reads the display number as a UTF-8 string but it should read it as a length-prefixed ASCII string. It should be noted that on my system, the length of this string is 0 for some reason. I can't find any information on what to use in this case, but I think just using 0 should be fine.
x11/x11-protocol/x11-protocol-core/src/main/java/com/github/moaxcp/x11/protocol/XAuthority.java
Line 101 in 4bf8a59
The current implementation reads the display number as a UTF-8 string but it should read it as a length-prefixed ASCII string. It should be noted that on my system, the length of this string is 0 for some reason. I can't find any information on what to use in this case, but I think just using 0 should be fine.
Reference: https://gitlab.freedesktop.org/xorg/lib/libxau/-/tree/master?ref_type=heads (The file format is described in the readme near the bottom)
The text was updated successfully, but these errors were encountered: