give proper permissions to allow access to flatpak-spawn

This commit is contained in:
2022-07-14 22:09:46 +02:00
parent f622509b0f
commit 3134a0e627

View File

@@ -12,7 +12,8 @@
"--share=ipc", "--share=ipc",
"--socket=fallback-x11", "--socket=fallback-x11",
"--device=dri", "--device=dri",
"--socket=wayland" "--socket=wayland",
"--talk-name=org.freedesktop.Flatpak"
], ],
"build-options" : { "build-options" : {
"append-path" : "/usr/lib/sdk/rust-stable/bin", "append-path" : "/usr/lib/sdk/rust-stable/bin",
@@ -43,7 +44,7 @@
"sources" : [ "sources" : [
{ {
"type" : "git", "type" : "git",
"url" : "file:///var/home/hannes/Projects/toolbx-tuner" "url" : "https://github.com/13hannes11/toolbx-tuner"
} }
] ]
} }