Add woraround for view source not working under flatpak.
https://bugzilla.gnome.org/show_bug.cgi?id=779311 * org.gnome.Geary.json: Grant access to /tmp for now.
This commit is contained in:
parent
26f99552b7
commit
919e4b934f
1 changed files with 4 additions and 1 deletions
|
|
@ -36,7 +36,10 @@
|
|||
|
||||
/* 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"
|
||||
"--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf",
|
||||
|
||||
/* Let view source keep on working as-sis for now. Bug 779311. */
|
||||
"--filesystem=/tmp"
|
||||
],
|
||||
"build-options" : {
|
||||
"cflags": "-O2 -g",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue