mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-05 19:15:32 +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:
parent
830475c0bc
commit
1bbe042ff0
1 changed files with 6 additions and 0 deletions
|
@ -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",
|
||||
|
||||
|
|
Loading…
Reference in a new issue