chore: Revert to all system bus access tue to performance

This commit is contained in:
Fabio Lenherr / DashieTM 2023-12-13 01:44:56 +01:00
parent 22ed037d1f
commit cca11a50ee
3 changed files with 65 additions and 14 deletions

View file

@ -1029,14 +1029,14 @@
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/re_set-lib/re_set-lib-0.7.9.crate", "url": "https://static.crates.io/crates/re_set-lib/re_set-lib-0.8.2.crate",
"sha256": "6b3393da22503efafbc751b28385c85a9cc1bfa06370c1f6e5796a127946a651", "sha256": "37a810fe8a6e0f9b47c02bedeceea1d7994ae99c3af0b13990378ac81ca139cb",
"dest": "cargo/vendor/re_set-lib-0.7.9" "dest": "cargo/vendor/re_set-lib-0.8.2"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"6b3393da22503efafbc751b28385c85a9cc1bfa06370c1f6e5796a127946a651\", \"files\": {}}", "contents": "{\"package\": \"37a810fe8a6e0f9b47c02bedeceea1d7994ae99c3af0b13990378ac81ca139cb\", \"files\": {}}",
"dest": "cargo/vendor/re_set-lib-0.7.9", "dest": "cargo/vendor/re_set-lib-0.8.2",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {
@ -1068,14 +1068,14 @@
{ {
"type": "archive", "type": "archive",
"archive-type": "tar-gzip", "archive-type": "tar-gzip",
"url": "https://static.crates.io/crates/reset_daemon/reset_daemon-0.5.2.crate", "url": "https://static.crates.io/crates/reset_daemon/reset_daemon-0.5.6.crate",
"sha256": "ad5b58e2d2617a325b3c4188fb504b520d680089534acd3ea15dcd382cd3e739", "sha256": "240504ebc73a3d749480f765c1e9070a0add5a57ba6c1a0be1e97d52132da268",
"dest": "cargo/vendor/reset_daemon-0.5.2" "dest": "cargo/vendor/reset_daemon-0.5.6"
}, },
{ {
"type": "inline", "type": "inline",
"contents": "{\"package\": \"ad5b58e2d2617a325b3c4188fb504b520d680089534acd3ea15dcd382cd3e739\", \"files\": {}}", "contents": "{\"package\": \"240504ebc73a3d749480f765c1e9070a0add5a57ba6c1a0be1e97d52132da268\", \"files\": {}}",
"dest": "cargo/vendor/reset_daemon-0.5.2", "dest": "cargo/vendor/reset_daemon-0.5.6",
"dest-filename": ".cargo-checksum.json" "dest-filename": ".cargo-checksum.json"
}, },
{ {

View file

@ -8,9 +8,6 @@
], ],
"command": "reset", "command": "reset",
"finish-args": [ "finish-args": [
"--talk-name=org.Xetibo.ReSetDaemon",
"--system-talk-name=org.freedesktop.NetworkManager",
"--system-talk-name=org.bluez",
"--socket=pulseaudio", "--socket=pulseaudio",
"--share=network", "--share=network",
"--share=ipc", "--share=ipc",
@ -18,7 +15,9 @@
"--socket=wayland", "--socket=wayland",
"--device=dri", "--device=dri",
"--device=all", "--device=all",
"--allow=bluetooth" "--allow=bluetooth",
"--socket=system-bus",
"--socket=session-bus"
], ],
"build-options": { "build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin" "append-path": "/usr/lib/sdk/rust-stable/bin"

View file

@ -0,0 +1,52 @@
{
"app-id": "org.Xetibo.ReSet",
"runtime": "org.gnome.Platform",
"runtime-version": "45",
"sdk": "org.gnome.Sdk",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.rust-stable"
],
"command": "reset",
"finish-args": [
"--talk-name=org.Xetibo.ReSetDaemon",
"--system-talk-name=org.freedesktop.NetworkManager",
"--system-talk-name=org.freedesktop.DBus",
"--system-talk-name=org.bluez",
"--socket=pulseaudio",
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--device=all",
"--allow=bluetooth"
],
"build-options": {
"append-path": "/usr/lib/sdk/rust-stable/bin"
},
"modules": [
{
"name": "reset",
"buildsystem": "simple",
"build-options": {
"env": {
"CARGO_HOME": "/run/build/reset/cargo"
}
},
"build-commands": [
"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 ./flatpak/org.Xetibo.ReSet.desktop /app/share/applications/org.Xetibo.ReSet.desktop"
],
"sources": [
{
"type": "dir",
"path": ".."
},
"cargo-sources.json"
]
}
]
}