-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
[bug] Window not showing on Wayland #503
Comments
Does the frame of the window still show up? |
Okay I got a wayland setup and found disabling double buffer cause this. |
It's not a big problem for me, my application is still stuck in tao 0.12.1, and I can use the x11 backend to avoid it in my development. But hopefully this issue doesn't affect tauri, which would break native Wayland support. |
Fixed! #504 |
Valid for all examples
tag: tao-v0.12.1 everything is normal
tag: tao-v0.13.0 window does not display, taskbar icons are created normally
Everything works fine in x11 mode (using
GDK_BACKEND=x11
environment variable)Environment
› OS: Arch Linux Rolling Release X64
› DE: GNOME 42.3 + Wayland
› rustup: 1.25.1
› rustc: 1.62.1
› cargo: 1.62.1
› Rust toolchain: stable-x86_64-unknown-linux-gnu
The text was updated successfully, but these errors were encountered: