From 377014ebd491276b7583d5640d546c8bbf29acc4 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 1 Apr 2022 12:14:20 +0200 Subject: [PATCH] Define TEMP_HOME=1 when building for Flatpak It allows to open attachments from Evolution. See https://github.com/flathub/org.gnome.Evolution/issues/89 for the details. --- evolution.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/evolution.spec b/evolution.spec index 28abe73..5ef4722 100644 --- a/evolution.spec +++ b/evolution.spec @@ -299,6 +299,7 @@ CFLAGS="$RPM_OPT_FLAGS -fPIC -DLDAP_DEPRECATED -Wno-sign-compare -Wno-deprecated -DENABLE_PLUGINS=all \ %if 0%{?flatpak} "-DWITH_WMCLASS_OVERRIDE=evolution.bin" \ + "-DTEMP_HOME=1" \ %endif %{nil}