From b6f447b11c08b8a28a5f5895e695b3871028c21c Mon Sep 17 00:00:00 2001 From: Fabio Lenherr / DashieTM Date: Thu, 16 Nov 2023 01:50:23 +0100 Subject: [PATCH] chore: fix flatpak permissions --- flatpak/README.md | 5 +++++ flatpak/cargo-sources.json | 10 +++++----- flatpak/org.xetibo.ReSet.json | 11 ++++++++--- 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/flatpak/README.md b/flatpak/README.md index 75d76f6..58925fa 100644 --- a/flatpak/README.md +++ b/flatpak/README.md @@ -10,3 +10,8 @@ ### instructions for installation: `flatpak install --user reset.flatpak` + +### permissions +currently ReSet uses permission on all devices, for some reason otherwise it can't access sound settings like volume changes etc. + +This can likely be fixed by implementing portal integration later. diff --git a/flatpak/cargo-sources.json b/flatpak/cargo-sources.json index 86e58cd..9ff0d58 100644 --- a/flatpak/cargo-sources.json +++ b/flatpak/cargo-sources.json @@ -1042,14 +1042,14 @@ { "type": "archive", "archive-type": "tar-gzip", - "url": "https://static.crates.io/crates/reset_daemon/reset_daemon-0.1.6.crate", - "sha256": "a0f96caf82e3281d951d112167384cf5e44bab6f5e5dbc073b845e47154dc512", - "dest": "cargo/vendor/reset_daemon-0.1.6" + "url": "https://static.crates.io/crates/reset_daemon/reset_daemon-0.1.7.crate", + "sha256": "f7b48ba0698bdb4ead119140a557346907b40ae17cac324687a032b4d6ea9851", + "dest": "cargo/vendor/reset_daemon-0.1.7" }, { "type": "inline", - "contents": "{\"package\": \"a0f96caf82e3281d951d112167384cf5e44bab6f5e5dbc073b845e47154dc512\", \"files\": {}}", - "dest": "cargo/vendor/reset_daemon-0.1.6", + "contents": "{\"package\": \"f7b48ba0698bdb4ead119140a557346907b40ae17cac324687a032b4d6ea9851\", \"files\": {}}", + "dest": "cargo/vendor/reset_daemon-0.1.7", "dest-filename": ".cargo-checksum.json" }, { diff --git a/flatpak/org.xetibo.ReSet.json b/flatpak/org.xetibo.ReSet.json index 34a7a20..67aa329 100644 --- a/flatpak/org.xetibo.ReSet.json +++ b/flatpak/org.xetibo.ReSet.json @@ -3,15 +3,20 @@ "runtime": "org.gnome.Platform", "runtime-version": "45", "sdk": "org.gnome.Sdk", - "sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"], + "sdk-extensions": [ + "org.freedesktop.Sdk.Extension.rust-stable" + ], "command": "reset", "finish-args": [ "--socket=session-bus", + "--socket=system-bus", "--socket=pulseaudio", "--share=ipc", "--socket=fallback-x11", "--socket=wayland", - "--device=dri" + "--device=dri", + "--device=all", + "--allow=bluetooth" ], "build-options": { "append-path": "/usr/lib/sdk/rust-stable/bin" @@ -29,7 +34,7 @@ "cargo --offline fetch --manifest-path Cargo.toml --verbose", "cargo --offline build --release --verbose", "install -Dm755 ./target/release/reset -t /app/bin/", - "install -Dm644 ./src/resources/icons/ReSet.svg /app/share/icons/hicolor/scalable/apps/org.xetibo.ReSet.svg", + "install -Dm644 ./src/resources/icons/ReSet.svg /app/share/icons/hicolor/scalable/apps/org.xetibo.ReSet.svg", "install -Dm644 ./flatpak/org.xetibo.ReSet.desktop /app/share/applications/org.xetibo.ReSet.desktop" ], "sources": [