-
Notifications
You must be signed in to change notification settings - Fork 138
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
Floem apps not responding (Linux, wayland, gnome, nvidia) #298
Comments
It's likely an issue with the winit crate. Do you know if other rust apps that use winit have the same problems? |
I can run various examples from the |
Same issue here System info (sudo inxi -Faz)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
cargo run -p widget-gallery
(or any of the other examples as far as I can tell) renders a window with the expected contents but the window does not respond to clicks and Gnome pops an ""Unknown" is not responding" prompt after a few seconds.I'm running a Wayland desktop on Nvidia hardware so I'm quite used to there being glitches, is there some way of building things which I'm missing that would fix this?
The text was updated successfully, but these errors were encountered: