Skip to content

fix: Apply DMABUF workaround on all Linux systems#789

Merged
cjpais merged 1 commit intocjpais:mainfrom
suuuehgi:fix-dmabuf
Feb 11, 2026
Merged

fix: Apply DMABUF workaround on all Linux systems#789
cjpais merged 1 commit intocjpais:mainfrom
suuuehgi:fix-dmabuf

Conversation

@suuuehgi
Copy link
Copy Markdown
Contributor

The previous implementation only applied the workaround on X11 sessions, leaving Wayland users affected by WebkitGTK DMABUF crashes. This affects various GPU configurations (at least Intel and NVIDIA) on both X11 and Wayland.

This change applies the workaround unconditionally on Linux, ensuring the app doesn't crash on affected systems while having minimal performance impact.

Related:

The previous implementation only applied the workaround on X11 sessions,
leaving Wayland users affected by WebkitGTK DMABUF crashes. This affects
various GPU configurations (at least Intel and NVIDIA) on both X11 and Wayland.

This change applies the workaround unconditionally on Linux, ensuring
the app doesn't crash on affected systems while having minimal performance
impact.

Related: tauri-apps/tauri#9394
@cjpais
Copy link
Copy Markdown
Owner

cjpais commented Feb 11, 2026

Thanks for this. I'm just gonna yolo merge it because I believe it's the appropriate change, and we will just have to find out what happens for people. But I suspect it will resolve more issues than it hurts.

@cjpais cjpais merged commit eafc74a into cjpais:main Feb 11, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants