[nautilus/wip/antoniof/make-sushi-work-again: 90/90] flatpak: Allow to talk with sushi over DBus




commit 735b6aae8817df8b8e1a8cdec2078035a854228d
Author: António Fernandes <antoniof gnome org>
Date:   Mon Aug 15 20:16:10 2022 +0100

    flatpak: Allow to talk with sushi over DBus
    
    Otherwise, the previewing functionality doesn't work while sandboxed.

 build-aux/flatpak/org.gnome.Nautilus.json | 1 +
 build-aux/flatpak/org.gnome.Nautilus.yml  | 1 +
 2 files changed, 2 insertions(+)
---
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index cdfd6b2fd..1dccd422f 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -24,6 +24,7 @@
     "--filesystem=xdg-run/dconf",
     "--filesystem=~/.config/dconf:ro",
     "--talk-name=ca.desrt.dconf",
+    "--talk-name=org.gnome.NautilusPreviewer",
     "--talk-name=org.gnome.DiskUtility",
     "--talk-name=org.gnome.Settings",
     "--talk-name=org.gnome.Console",
diff --git a/build-aux/flatpak/org.gnome.Nautilus.yml b/build-aux/flatpak/org.gnome.Nautilus.yml
index 0e64c9062..ad5516a56 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.yml
+++ b/build-aux/flatpak/org.gnome.Nautilus.yml
@@ -23,6 +23,7 @@ finish-args:
 - "--filesystem=xdg-run/dconf"
 - "--filesystem=~/.config/dconf:ro"
 - "--talk-name=ca.desrt.dconf"
+- "--talk-name=org.gnome.NautilusPreviewer"
 - "--talk-name=org.gnome.DiskUtility"
 - "--talk-name=org.gnome.Settings"
 - "--talk-name=org.gnome.Console"


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