mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
give proper permissions to allow access to flatpak-spawn
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user