From dc08eee67b006cb3dd7bd44103c08618cee85ca9 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Thu, 6 Jan 2022 16:03:19 +0100 Subject: [PATCH] in void /bin/wireplumber, in arch /usr/bin/wireplumber --- roles/pipewire/files/pipewire.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pipewire/files/pipewire.conf b/roles/pipewire/files/pipewire.conf index db0cd69..94be8ec 100644 --- a/roles/pipewire/files/pipewire.conf +++ b/roles/pipewire/files/pipewire.conf @@ -236,7 +236,7 @@ context.exec = [ # but it is better to start it as a systemd service. # Run the session manager with -h for options. # - { path = "/bin/wireplumber" args = "" } + { path = "wireplumber" args = "" } # # You can optionally start the pulseaudio-server here as well # but it is better to start it as a systemd service.