Allow access to the ControlCenter and GOA daemon from Flatpak sandbox

Fixes #202
This commit is contained in:
Michael Gratton 2019-02-08 09:55:46 +11:00
parent 82c1e640a7
commit 988c3ab051

View file

@ -32,6 +32,10 @@
/* Secrets access */
"--talk-name=org.freedesktop.secrets",
/* GOA support */
"--talk-name=org.gnome.ControlCenter",
"--talk-name=org.gnome.OnlineAccounts",
/* Needed for dconf to work */
"--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf",