From d7b067e8f7a8c6e52c1b513b8d2a2ded22966376 Mon Sep 17 00:00:00 2001 From: Caoimhe Date: Fri, 12 May 2023 17:42:08 +0100 Subject: [PATCH] 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 --- Base/etc/SystemServer.ini | 3 --- Base/home/anon/.config/SystemServer.ini | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Base/etc/SystemServer.ini b/Base/etc/SystemServer.ini index 96c967a873..c47f777a35 100644 --- a/Base/etc/SystemServer.ini +++ b/Base/etc/SystemServer.ini @@ -59,9 +59,6 @@ User=root WorkingDirectory=/root/ SystemModes=generate-manpages -[SpiceAgent] -KeepAlive=false - [LoginServer] User=root Arguments=--auto-login anon diff --git a/Base/home/anon/.config/SystemServer.ini b/Base/home/anon/.config/SystemServer.ini index 231dd48036..8eed0436da 100644 --- a/Base/home/anon/.config/SystemServer.ini +++ b/Base/home/anon/.config/SystemServer.ini @@ -129,3 +129,6 @@ WorkingDirectory=/home/anon [CrashDaemon] KeepAlive=true + +[SpiceAgent] +KeepAlive=false