about summary refs log tree commit diff
path: root/build-aux
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2022-03-26 18:53:27 +0100
committerRicky Kresslein <rk@lakoliu.com>2022-03-26 18:53:27 +0100
commit751321eeda79028cda7a0b3b92d2755a13d94e59 (patch)
treeaca5b683e7ecbe84e29aee966d783f52fb624ed6 /build-aux
parentbb77af4c3e28e26191f55bdd1eb379a3a8d1671c (diff)
downloadFurtherance-751321eeda79028cda7a0b3b92d2755a13d94e59.tar.zst
- Flatpak no longer shares network (not needed)
- Flatpak only uses the piece of the dbus that is necessary
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/flatpak/com.lakoliu.Furtherance.Devel.json3
1 files changed, 1 insertions, 2 deletions
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",