Open ColonelThirtyTwo opened 2 months ago
Tauri issue: https://github.com/tauri-apps/tauri/issues/10702
The WEBKIT_DISABLE_DMABUF_RENDERER
fix works.
Seems like an issue with webkit2gtk since I get the exact same error when running their MiniBrowser for version 4.1.
Describe the bug
Wry cannot properly create windows on my machine. When using Wayland, wry logs with a wayland protocol error and then aborts. When using X11, either natively or via xwayland, Wry logs a "failed to create GBM buffer" error and shows a window containing a white screen.
Steps To Reproduce
Checkout
wry-v0.43.1
and runcargo run --example simple
orenv GDK_BACKEND=x11 cargo run --example simple
Expected behavior
The window should be created and its contents visible.
Screenshots Wayland:
X11 and XWayland:
Platform and Versions (please complete the following information): OS: Arch Linux Rustc: 1.81.0 Desktop Env: Plasma 6.1.5 and Gnome 47.0.1 webkit2gtk: 2.46.0 nvidia: 560.35.03
Additional context