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