pulseaudio/0002-Fix-the-problem-that-the-muted-function-in-mate-volu.patch
ouyanglearnning 8ee00941d6 Solve the problem that clicking the volume icon, the unmute function does not take effect.
(cherry picked from commit c84f092e9fd5cdd75be4f89a40c7b726af20727e)
2022-08-02 21:22:07 +08:00

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