[nautilus] flatpak: Enable talk to org.gtk.MountOperationHandler
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] flatpak: Enable talk to org.gtk.MountOperationHandler
- Date: Sat, 30 Jul 2022 14:50:51 +0000 (UTC)
commit 42cfa365fb0566472ce67e5f8c2ad401efe10e45
Author: Corey Berla <corey berla me>
Date: Sat Jul 30 14:50:50 2022 +0000
flatpak: Enable talk to org.gtk.MountOperationHandler
When unmounting a volume from the sidebar, there's a feature to also
empty the trash, which is crashing because of an x11 dependency in
GTK. It turns out that that dependency is only if you can't
communicate with the org.gtkMountOperationHandler dbus interface.
Add talk-name to the flatpak manifest.
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 d2eb52694..89dcd1949 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -19,6 +19,7 @@
"--filesystem=/tmp",
"--talk-name=org.gtk.vfs",
"--talk-name=org.gtk.vfs.*",
+ "--talk-name=org.gtk.MountOperationHandler",
"--filesystem=xdg-run/gvfsd",
"--filesystem=xdg-run/dconf",
"--filesystem=~/.config/dconf:ro",
diff --git a/build-aux/flatpak/org.gnome.Nautilus.yml b/build-aux/flatpak/org.gnome.Nautilus.yml
index 4a2e3793c..558fe95ab 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.yml
+++ b/build-aux/flatpak/org.gnome.Nautilus.yml
@@ -18,6 +18,7 @@ finish-args:
- "--filesystem=/tmp"
- "--talk-name=org.gtk.vfs"
- "--talk-name=org.gtk.vfs.*"
+- "--talk-name=org.gtk.MountOperationHandler"
- "--filesystem=xdg-run/gvfsd"
- "--filesystem=xdg-run/dconf"
- "--filesystem=~/.config/dconf:ro"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]