From dbcf3f85090cb91b3d69f29dd082cd55d6519aa2 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 30 Sep 2020 10:51:12 +0200 Subject: [PATCH] I#766 - Flatpak: Enable access to Kerberos tickets Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/766 --- flatpak/org.gnome.Evolution-master.json | 1 + flatpak/org.gnome.Evolution-stable.json | 1 + 2 files changed, 2 insertions(+) diff --git a/flatpak/org.gnome.Evolution-master.json b/flatpak/org.gnome.Evolution-master.json index 3111c4d761..737405ca4a 100644 --- a/flatpak/org.gnome.Evolution-master.json +++ b/flatpak/org.gnome.Evolution-master.json @@ -31,6 +31,7 @@ "--filesystem=~/.gnupg:rw", "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro", + "--filesystem=/run/.heim_org.h5l.kcm-socket", "--env=DCONF_USER_CONFIG_DIR=.config/dconf", "--talk-name=ca.desrt.dconf", "--talk-name=org.freedesktop.Notifications", diff --git a/flatpak/org.gnome.Evolution-stable.json b/flatpak/org.gnome.Evolution-stable.json index 7064324690..4086087b96 100644 --- a/flatpak/org.gnome.Evolution-stable.json +++ b/flatpak/org.gnome.Evolution-stable.json @@ -30,6 +30,7 @@ "--filesystem=~/.gnupg:rw", "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro", + "--filesystem=/run/.heim_org.h5l.kcm-socket", "--env=DCONF_USER_CONFIG_DIR=.config/dconf", "--talk-name=ca.desrt.dconf", "--talk-name=org.freedesktop.Notifications",