Skip to content
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

LoopMode::Wait not working on Wayland #643

Open
eirikblekesaune opened this issue Aug 22, 2020 · 1 comment
Open

LoopMode::Wait not working on Wayland #643

eirikblekesaune opened this issue Aug 22, 2020 · 1 comment

Comments

@eirikblekesaune
Copy link
Contributor

Dear Nannou team,

I am testing the various loop_modes, and it seems that they don't work properly on my Wayland setup here. Testing both loop_modes.rs and simple_ui.rs examples show that the 'view' and 'update' functions are called, regardless of 'loop_mode'.
When I run these examples in X11 the examples work as described.

My OS:
Arch Linux
Kernel: 5.6.19-rt11-1-rt

@mitchmindtree
Copy link
Member

Thanks for the report @eirikblekesaune!

the 'view' and 'update' functions are called, regardless of 'loop_mode'.

Just to clarify, do you mean that they are called continuously even after switching to the Wait loop mode? If so that does indeed sound like a bug. I'm also using Wayland via GNOME on NixOS but haven't yet run into this myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants