about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/pipewire/0090-pipewire-config-template-paths.patch
blob: ca7d351257bf905b31608adefb1bbe17bc79591f (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
diff --git a/src/daemon/minimal.conf.in b/src/daemon/minimal.conf.in
index 9c885a38f..c474eb45d 100644
--- a/src/daemon/minimal.conf.in
+++ b/src/daemon/minimal.conf.in
@@ -111,7 +111,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.
@@ -359,5 +359,5 @@ context.exec = [
     # 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" }
 ]
diff --git a/src/daemon/pipewire.conf.in b/src/daemon/pipewire.conf.in
index 697bf094d..3a7b54ddd 100644
--- a/src/daemon/pipewire.conf.in
+++ b/src/daemon/pipewire.conf.in
@@ -142,7 +142,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.
@@ -294,7 +294,7 @@ 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@"
     @sm_comment@  condition = [ { exec.session-manager = null } { exec.session-manager = true } ] }
     #
     # You can optionally start the pulseaudio-server here as well
@@ -302,6 +302,6 @@ context.exec = [
     # 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"
     @pulse_comment@  condition = [ { exec.pipewire-pulse = null } { exec.pipewire-pulse = true } ] }
 ]