Skip to content

Commit

Permalink
Add some privileges to flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL committed Dec 13, 2024
1 parent 6834c05 commit a867f16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion io.welle.welle_io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
"command": "welle-io",
"finish-args": [
"--share=network",
"--share=ipc",
"--filesystem=host",
"--socket=pulseaudio",
"--socket=wayland",
"--socket=fallback-x11",
"--device=dri"
"--device=dri",
"--device=all"
],
"modules": [
{
Expand Down

0 comments on commit a867f16

Please sign in to comment.