[nautilus/wip/antoniof/make-sushi-work-again: 2/2] flatpak: Allow to talk with sushi over DBus
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/antoniof/make-sushi-work-again: 2/2] flatpak: Allow to talk with sushi over DBus
- Date: Mon, 15 Aug 2022 19:17:23 +0000 (UTC)
commit dfd04889756bf14783d7cd9af36e10a63a671566
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]