flatpak: remove useless device=dri

As device=all is used, no need to have device=dri
but need to add shm as all does not include it.
This commit is contained in:
Stéphane Cerveau 2024-10-22 12:49:41 +02:00
parent 8191b081cb
commit 2828930823

View file

@ -10,7 +10,8 @@
"finish-args": [
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--device=all",
"--device=shm",
"--share=ipc",
"--share=network",
"--filesystem=home",