-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use X11 protocol directly via libxcb, instead of xhost command #163
Conversation
Maybe consider the https://docs.rs/xcb-dl/latest/xcb_dl/struct.Xcb.html#method.xcb_change_hosts |
Nah, it seems more complicated. Real desktop systems almost certainly still have X11 and libxcb installed. |
Possibly one day, |
XCB seems to solve all the issues that the initial attempt with libX11 had (#89 (comment))
Closes #89