-
Notifications
You must be signed in to change notification settings - Fork 350
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
When support wayland? #474
Comments
Honestly, working with Wayland has really killed all of the joy I had working on this project. It is unbearably complex and missing countless key features that make something like this library possible. Basically any hope of this library working on Wayland will require different versions for every single compositor out there which is something like 8 or more at this point. No one wants to run a java program that needs to target 8+1 different binaries to cover all of the different platforms. TL;DR; its a disaster and I really don't wont to work on it. I will merge in the code I have upstream into the evdev branch where people can hack on it and submit PR's, but as it stands right now... its basically killed this project. |
X11 not work for Java 8 and 21, black images were captured for java 17, so I forced to use windows version. |
X11 work for java 21. The default is wayland on centos 9, after change to X11, java 21 work! |
No description provided.
The text was updated successfully, but these errors were encountered: