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:
Michael James Gratton 2017-09-29 00:51:50 +10:00
parent 26f99552b7
commit 919e4b934f

View file

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