fix(flatpak): add --device=dri for GPU/EGL access

Without /dev/dri the sandbox could not initialize EGL, causing MESA/ZINK
warnings on startup. Version stays at 1.0.5.
This commit is contained in:
Sebastian Palencsar
2026-06-22 17:01:50 +02:00
parent 448aa130a7
commit fe0591e32d
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
"command": "bearwave",
"finish-args": [
"--share=network",
"--device=dri",
"--socket=wayland",
"--socket=fallback-x11",
"--socket=pulseaudio",