mirror of
https://github.com/spalencsar/bearwave.git
synced 2026-07-06 14:24:14 +02:00
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:
@@ -7,6 +7,7 @@
|
||||
"command": "bearwave",
|
||||
"finish-args": [
|
||||
"--share=network",
|
||||
"--device=dri",
|
||||
"--socket=wayland",
|
||||
"--socket=fallback-x11",
|
||||
"--socket=pulseaudio",
|
||||
|
||||
Reference in New Issue
Block a user