From 751321eeda79028cda7a0b3b92d2755a13d94e59 Mon Sep 17 00:00:00 2001
From: Ricky Kresslein <rk@lakoliu.com>
Date: Sat, 26 Mar 2022 18:53:27 +0100
Subject: - Flatpak no longer shares network (not needed) - Flatpak only uses
 the piece of the dbus that is necessary

---
 build-aux/flatpak/com.lakoliu.Furtherance.Devel.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'build-aux/flatpak')

diff --git a/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json b/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json
index cae410f..d0eb596 100755
--- a/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json
+++ b/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json
@@ -11,12 +11,11 @@
         "nightly"
     ],
     "finish-args" : [
-        "--share=network",
         "--share=ipc",
         "--socket=fallback-x11",
         "--device=dri",
         "--socket=wayland",
-        "--socket=session-bus"
+        "--talk-name=org.gnome.Mutter.IdleMonitor"
     ],
     "build-options" : {
         "append-path" : "/usr/lib/sdk/rust-stable/bin",
-- 
cgit 1.4.1