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
fix(linux): move EGL/DMA-BUF workaround into Rust binary
The GitHub Actions workflow was patching the AppImage AppRun script to
set WEBKIT_DISABLE_DMABUF_RENDERER=1, but that approach is fragile:
appimagetool often fails in CI due to missing FUSE, and the env var may
not propagate correctly to the webview process.
Instead, set the variable directly in main.rs before Tauri starts. This
works for AppImage, .deb, and .rpm alike, and users can still override
it at launch with WEBKIT_DISABLE_DMABUF_RENDERER=0.
Also bump version to 0.9.5.
Refs: EGL_BAD_PARAMETER crash on AppImage launch
0 commit comments