You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried the basic example in window.rs on an up-to-date Fedora 32 system running GNOME Wayland.
The application seems to be running, a few events get logged to the console, but there's no window displayed. The only thing I found was that when switching windows via Alt-Tab, I see the "A fantastic window!" entry, but I cannot see the window itself or switch to it.
I've tested against winit 0.22.2 on Fedora 32 (Workstation Edition), GNOME version 3.36.5 with Wayland.
Using the workaround in issue #305 works, however I'm looking at running it against the Wayland backend.
Please let me know if you need more information.
The text was updated successfully, but these errors were encountered:
It's a known problem you need to draw something into window on Wayland to make it appear, since none of winit examples draw you don't see them. try https://github.com/rust-windowing/glutin/tree/master/glutin examples, since they draw something.
I've tried the basic example in
window.rs
on an up-to-date Fedora 32 system running GNOME Wayland.The application seems to be running, a few events get logged to the console, but there's no window displayed. The only thing I found was that when switching windows via Alt-Tab, I see the "A fantastic window!" entry, but I cannot see the window itself or switch to it.
I've tested against winit 0.22.2 on Fedora 32 (Workstation Edition), GNOME version 3.36.5 with Wayland.
Using the workaround in issue #305 works, however I'm looking at running it against the Wayland backend.
Please let me know if you need more information.
The text was updated successfully, but these errors were encountered: