mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-14 21:57:44 +02:00
chore: Revert to all system bus access tue to performance
This commit is contained in:
parent
22ed037d1f
commit
cca11a50ee
3 changed files with 65 additions and 14 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue