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 Librem5/calls!5
This commit is contained in:
commit
3c6d2a5f8f
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