mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 05:20:30 +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
Notes:
sideshowbarker
2024-07-17 05:19:06 +09:00
Author: https://github.com/caoimhebyrne Commit: https://github.com/SerenityOS/serenity/commit/d7b067e8f7 Pull-request: https://github.com/SerenityOS/serenity/pull/18785
2 changed files with 3 additions and 3 deletions
|
@ -59,9 +59,6 @@ User=root
|
|||
WorkingDirectory=/root/
|
||||
SystemModes=generate-manpages
|
||||
|
||||
[SpiceAgent]
|
||||
KeepAlive=false
|
||||
|
||||
[LoginServer]
|
||||
User=root
|
||||
Arguments=--auto-login anon
|
||||
|
|
|
@ -129,3 +129,6 @@ WorkingDirectory=/home/anon
|
|||
|
||||
[CrashDaemon]
|
||||
KeepAlive=true
|
||||
|
||||
[SpiceAgent]
|
||||
KeepAlive=false
|
||||
|
|
Loading…
Reference in a new issue