We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If we detect a linux box running on wayland, we should force Qt to use the xcb platform as the wayland backend doesn't work properly with moderngl.
This maybe a good way to detect wayland:
XDG_SESSION_TYPE=wayland
Relevant discussions:
The text was updated successfully, but these errors were encountered:
Also, #584
Sorry, something went wrong.
show
Fixed Wayland-related crash by setting QT_QPA_PLATFORM to "xcb"
a045357
Fixes #596 [skip ci]
Successfully merging a pull request may close this issue.
If we detect a linux box running on wayland, we should force Qt to use the xcb platform as the wayland backend doesn't work properly with moderngl.
This maybe a good way to detect wayland:
Relevant discussions:
The text was updated successfully, but these errors were encountered: