2021-03-27 03:20:21 +00:00
|
|
|
From cb5a1841e4fdad320e85021ef1c66e5cf52cfc5a Mon Sep 17 00:00:00 2001
|
2021-03-13 18:40:20 +00:00
|
|
|
From: Wim Taymans <wtaymans@redhat.com>
|
|
|
|
Date: Thu, 4 Mar 2021 15:38:16 +0100
|
2021-03-27 03:20:21 +00:00
|
|
|
Subject: [PATCH 01/10] conf: start media-session through pipewire
|
2021-03-13 18:40:20 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
src/daemon/pipewire.conf.in | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/src/daemon/pipewire.conf.in b/src/daemon/pipewire.conf.in
|
2021-03-22 08:20:18 +00:00
|
|
|
index 281671c7c..af89fdc05 100644
|
2021-03-13 18:40:20 +00:00
|
|
|
--- a/src/daemon/pipewire.conf.in
|
|
|
|
+++ b/src/daemon/pipewire.conf.in
|
2021-03-22 08:20:18 +00:00
|
|
|
@@ -204,7 +204,7 @@ context.exec = [
|
2021-03-13 18:40:20 +00:00
|
|
|
# but it is better to start it as a systemd service.
|
|
|
|
# Run the session manager with -h for options.
|
|
|
|
#
|
2021-03-22 08:20:18 +00:00
|
|
|
- @comment@{ path = "@media_session_path@" args = "" }
|
|
|
|
+ { path = "@media_session_path@" args = "" }
|
2021-03-13 18:40:20 +00:00
|
|
|
#
|
|
|
|
# You can optionally start the pulseaudio-server here as well
|
|
|
|
# but it is better to start it as a systemd service.
|
|
|
|
--
|
2021-03-27 03:20:21 +00:00
|
|
|
2.26.3
|
2021-03-13 18:40:20 +00:00
|
|
|
|