summary refs log tree commit diff
path: root/pkgs/development/libraries/pipewire/0090-pipewire-config-template-paths.patch
blob: ea968e28ea89b52898e317d611b12e5a81f04d7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
diff --git a/src/daemon/pipewire.conf.in b/src/daemon/pipewire.conf.in
index 648e13069..50f767f0c 100644
--- a/src/daemon/pipewire.conf.in
+++ b/src/daemon/pipewire.conf.in
@@ -131,7 +131,7 @@ context.modules = [
             # access.allowed to list an array of paths of allowed
             # apps.
             #access.allowed = [
-            #    @session_manager_path@
+            #    <session_manager_path>
             #]
 
             # An array of rejected paths.
@@ -235,12 +235,12 @@ context.exec = [
     # but it is better to start it as a systemd service.
     # Run the session manager with -h for options.
     #
-    @sm_comment@{ path = "@session_manager_path@" args = "@session_manager_args@" }
+    @sm_comment@{ path = "<session_manager_path>" args = "@session_manager_args@" }
     #
     # You can optionally start the pulseaudio-server here as well
     # but it is better to start it as a systemd service.
     # It can be interesting to start another daemon here that listens
     # on another address with the -a option (eg. -a tcp:4713).
     #
-    @pulse_comment@{ path = "@pipewire_path@" args = "-c pipewire-pulse.conf" }
+    @pulse_comment@{ path = "<pipewire_path>" args = "-c pipewire-pulse.conf" }
 ]