dconf permissions to allow gtk-inspector

See #118
This commit is contained in:
Daniel García Moreno 2018-03-04 20:53:36 +01:00
parent 79fbfdd031
commit b1ede0b5e4

View file

@ -12,6 +12,12 @@
], ],
"desktop-file-name-prefix" : "(Nightly) ", "desktop-file-name-prefix" : "(Nightly) ",
"finish-args" : [ "finish-args" : [
/** dconf permission for GtkInspector **/
"--filesystem=xdg-run/dconf",
"--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf",
"--share=network", "--share=network",
"--share=ipc", "--share=ipc",
"--socket=x11", "--socket=x11",
@ -22,6 +28,7 @@
], ],
"build-options" : { "build-options" : {
"append-path" : "/usr/lib/sdk/rust-stable/bin", "append-path" : "/usr/lib/sdk/rust-stable/bin",
/** Network needed for cargo deps **/
"build-args" : [ "build-args" : [
"--share=network" "--share=network"
], ],