fix wireplumber (#1134)

As we see in the docs here: https://pipewire.pages.freedesktop.org/wireplumber/running-wireplumber-daemon.html#pipewire-conf we need to start wireplumber in replace of the old media session, not "wireplumber as server". (This is my first hecking commit ever !!!!!!!!!)
This commit is contained in:
pony-montana 2022-07-04 04:27:18 +02:00 committed by GitHub
parent e1a2dfccb0
commit 688ea20708
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -243,5 +243,5 @@ context.exec = [
# It can be interesting to start another daemon here that listens # It can be interesting to start another daemon here that listens
# on another address with the -a option (eg. -a tcp:4713). # on another address with the -a option (eg. -a tcp:4713).
# #
{ path = "/usr/bin/wireplumber" args = "-c pipewire-pulse.conf" } { path = "/usr/bin/pipewire" args = "-c pipewire-pulse.conf" }
] ]