nixpkgs/pkgs/development/libraries/pipewire/0090-pipewire-config-template-paths.patch

49 lines
2.0 KiB
Diff
Raw Normal View History

2022-01-27 19:36:13 +00:00
diff --git a/src/daemon/minimal.conf.in b/src/daemon/minimal.conf.in
index 6464839a0..05546201f 100644
--- a/src/daemon/minimal.conf.in
+++ b/src/daemon/minimal.conf.in
@@ -110,7 +110,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.
@@ -298,5 +298,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" }
]
2021-06-02 00:16:43 +00:00
diff --git a/src/daemon/pipewire.conf.in b/src/daemon/pipewire.conf.in
2022-01-27 19:36:13 +00:00
index a948a1b9b..4ece43c6f 100644
2021-06-02 00:16:43 +00:00
--- a/src/daemon/pipewire.conf.in
+++ b/src/daemon/pipewire.conf.in
2022-01-27 19:36:13 +00:00
@@ -132,7 +132,7 @@ context.modules = [
2021-06-02 00:16:43 +00:00
# access.allowed to list an array of paths of allowed
# apps.
#access.allowed = [
2021-06-28 18:06:44 +00:00
- # @session_manager_path@
+ # <session_manager_path>
2021-06-02 00:16:43 +00:00
#]
# An array of rejected paths.
2022-01-27 19:36:13 +00:00
@@ -246,12 +246,12 @@ context.exec = [
2021-06-02 00:16:43 +00:00
# but it is better to start it as a systemd service.
# Run the session manager with -h for options.
#
2021-09-25 14:49:23 +00:00
- @sm_comment@{ path = "@session_manager_path@" args = "@session_manager_args@" }
+ @sm_comment@{ path = "<session_manager_path>" args = "@session_manager_args@" }
2021-06-02 00:16:43 +00:00
#
# 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).
#
2021-09-12 13:33:50 +00:00
- @pulse_comment@{ path = "@pipewire_path@" args = "-c pipewire-pulse.conf" }
+ @pulse_comment@{ path = "<pipewire_path>" args = "-c pipewire-pulse.conf" }
2021-06-02 00:16:43 +00:00
]