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",

View File

@@ -67,6 +67,7 @@
<li>Flatpak: KDE 6.10 runtime, signed repo updates, QML resource path fix</li>
<li>About dialog shows version and git build id; removed “Public beta” label</li>
<li>Fixed About, Add station, and Edit station dialogs not opening after QML refactor</li>
<li>Flatpak: grant GPU access via --device=dri (fixes EGL/MESA warnings)</li>
</ul>
</description>
</release>