about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xCargo.lock2
-rwxr-xr-xCargo.toml2
-rwxr-xr-xbuild-aux/flatpak/com.lakoliu.Furtherance.Devel.json3
-rwxr-xr-xcom.lakoliu.Furtherance.json3
-rwxr-xr-xmeson.build2
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 <rk@lakoliu.com>"]
 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',
                    ],