From 751321eeda79028cda7a0b3b92d2755a13d94e59 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein 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 --- Cargo.lock | 2 +- Cargo.toml | 2 +- build-aux/flatpak/com.lakoliu.Furtherance.Devel.json | 3 +-- com.lakoliu.Furtherance.json | 3 +-- meson.build | 2 +- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4740756..0cba7fc 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -205,7 +205,7 @@ dependencies = [ [[package]] name = "furtherance" -version = "1.0.0" +version = "1.0.8" dependencies = [ "chrono", "dbus", diff --git a/Cargo.toml b/Cargo.toml index 09fa4d5..2d7b6ea 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "furtherance" -version = "1.0.0" +version = "1.0.8" authors = ["Ricky Kresslein "] edition = "2018" 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", diff --git a/com.lakoliu.Furtherance.json b/com.lakoliu.Furtherance.json index ff020ce..369093e 100755 --- a/com.lakoliu.Furtherance.json +++ b/com.lakoliu.Furtherance.json @@ -8,12 +8,11 @@ ], "command" : "furtherance", "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", diff --git a/meson.build b/meson.build index ac9661f..e50b909 100755 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('furtherance', 'rust', - version: '1.0.7', + version: '1.0.8', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ], -- cgit 1.4.1