26 lines
903 B
Diff
26 lines
903 B
Diff
From 5f945b8da1bf6834ad619c2a9920f3b589ab1fe4 Mon Sep 17 00:00:00 2001
|
|
From: xiewenhao <xiewenhao@kylinos.com.cn>
|
|
Date: Wed, 30 Mar 2022 18:21:46 +0800
|
|
Subject: [PATCH 2/2] Fix-the-problem-that-the-muted-function-in-mate-volu
|
|
|
|
---
|
|
src/daemon/systemd/user/pulseaudio.service.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/daemon/systemd/user/pulseaudio.service.in b/src/daemon/systemd/user/pulseaudio.service.in
|
|
index bf0f481..a84a978 100644
|
|
--- a/src/daemon/systemd/user/pulseaudio.service.in
|
|
+++ b/src/daemon/systemd/user/pulseaudio.service.in
|
|
@@ -14,7 +14,7 @@ Description=Sound Service
|
|
# After=pulseaudio.socket is not needed, as it is already implicit in the
|
|
# socket-service relationship, see systemd.socket(5).
|
|
Requires=pulseaudio.socket
|
|
-ConditionUser=!root
|
|
+#ConditionUser=!root
|
|
|
|
[Service]
|
|
ExecStart=@PA_BINARY@ --daemonize=no --log-target=journal
|
|
--
|
|
2.33.0
|
|
|