-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
XGB: conn.go:47: Could not get authority info: EOF #92
Comments
The X connection should already be entirely optional. What errors are you seeing? |
I'll have to put the code back in to get the error messages - my bad. Will do so later tonight. |
Here is the stderr output
|
Hi, I'ts work for me, I doesn't have the error message anymore
|
The XGB include breaks if you aren't running XWindows (i.e. running Wayland). There is a uinput go library that works for both Wayland and X11. I think the desktop code also uses the XGB for 'last window' widget, etc, so it may not be a direct swap, but it would be nice if we didn't throw errors if you aren't running XWindows. Maybe at least a toggle to not run that code-path as a config?
The text was updated successfully, but these errors were encountered: