mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:47:36 +00:00
Base: Run SpiceAgent
as a user service
This allows it to read/write to the user's clipboard properly. Prior to this, it would be writing to the Clipboard server running under the window user, which doesn't impact other users (like anon). Co-authored-by: Daniel Bertalan <dani@danielbertalan.dev>
This commit is contained in:
parent
aece6555e7
commit
d7b067e8f7
2 changed files with 3 additions and 3 deletions
|
@ -129,3 +129,6 @@ WorkingDirectory=/home/anon
|
|||
|
||||
[CrashDaemon]
|
||||
KeepAlive=true
|
||||
|
||||
[SpiceAgent]
|
||||
KeepAlive=false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue