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

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