1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-12-12 15:47:35 +00:00

Merge branch 'flatpak-dconf' into 'master'

flatpak: Enable access to dconf config

See merge request 
This commit is contained in:
Bob Ham 2018-09-28 14:51:08 +00:00
commit 3c6d2a5f8f

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",