From 2be293d9ecb7e492c95d7615d207c73e942a558d Mon Sep 17 00:00:00 2001 From: Michael Gratton Date: Sun, 17 Mar 2019 16:35:41 +1100 Subject: [PATCH] Fix no access to EDS contacts and avatars under Flatpak --- org.gnome.Geary.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json index 44fa46b9..c6a625e7 100644 --- a/org.gnome.Geary.json +++ b/org.gnome.Geary.json @@ -48,6 +48,11 @@ "--talk-name=org.gnome.ControlCenter", "--talk-name=org.gnome.OnlineAccounts", + /* Folks contact and avatar support (via EDS) */ + "--talk-name=org.gnome.evolution.dataserver.AddressBook9", + "--talk-name=org.gnome.evolution.dataserver.Sources5", + "--filesystem=xdg-cache/evolution/addressbook:ro", + /* 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",