[geary/mjog/flatpak-eds-talk-perms] org.gnome.Geary.yaml: Fix EDS contacts not working under flatpak, again




commit 46cf2454407d1c5049fafba3e6a903eac779f827
Author: Michael Gratton <mike vee net>
Date:   Thu Feb 25 20:45:28 2021 +1100

    org.gnome.Geary.yaml: Fix EDS contacts not working under flatpak, again
    
    Stop trying to chase EDS DBus versioning, just allow access to any
    EDS endpoint.

 org.gnome.Geary.json | 3 +--
 org.gnome.Geary.yaml | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json
index 87ffaaf1b..98855527c 100644
--- a/org.gnome.Geary.json
+++ b/org.gnome.Geary.json
@@ -21,8 +21,7 @@
         "--talk-name=org.gnome.Contacts",
         "--talk-name=org.gnome.ControlCenter",
         "--talk-name=org.gnome.OnlineAccounts",
-        "--talk-name=org.gnome.evolution.dataserver.AddressBook9",
-        "--talk-name=org.gnome.evolution.dataserver.Sources5",
+        "--talk-name=org.gnome.evolution.dataserver.*",
         "--filesystem=xdg-cache/evolution/addressbook:ro",
         "--metadata=X-DConf=migrate-path=/org/gnome/Geary/",
         "--filesystem=~/.config/geary:ro",
diff --git a/org.gnome.Geary.yaml b/org.gnome.Geary.yaml
index 6c48b0b25..0421de7ab 100644
--- a/org.gnome.Geary.yaml
+++ b/org.gnome.Geary.yaml
@@ -50,8 +50,7 @@ finish-args:
   - "--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"
+  - "--talk-name=org.gnome.evolution.dataserver.*"
   - "--filesystem=xdg-cache/evolution/addressbook:ro"
 
   # Migrate GSettings into the sandbox


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]