1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-20 20:19:29 +00:00

flatpak: Enable access to dconf config

This is needed for GTK+ to check if access to the GTK+ Inspector is
enabled, as described in the Flatpak sandbox permissions documentation:
http://docs.flatpak.org/en/latest/sandbox-permissions.html#dconf-access
This commit is contained in:
Adrien Plazas 2018-06-25 10:41:04 +02:00
parent 830475c0bc
commit 1bbe042ff0

View file

@ -12,6 +12,12 @@
"--share=network",
"--device=all",
/* Needed to use the GTK+ Inspector. */
"--filesystem=xdg-run/dconf",
"--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf",
"--env=DCONF_USER_CONFIG_DIR=.config/dconf",
/* Doesn't matter what the name is, just need to call system-talk-name? */
"--system-talk-name=sm.puri.Calls",