You are not logged in.
Given that the pulseaudio package conflicts with the pipewire-pulse package and there is no /etc/pulse/default.pa file in the pipewire package how do I go about accomplishing Allowing multiple users to share a PulseAudio daemon as detailed here https://wiki.archlinux.org/title/PulseA … dio_daemon?
Do I just bruteforce copy default.pa from pulseaudio and modify it as required or is the missing /etc/pulse/default.pa file considered a bug in pipewire-pulse, security issues notwithstanding?
Offline
The pipewire-pulse server implementation is not entirely a drop in replacement and you can't use all pulse functionalities. So trying to directly copy a default.pa somewhere won't help you, pipewire-pulse doesn't parse it.
In the case you should be able to replicate this with the relevant pipewire functionalities:
https://gitlab.freedesktop.org/pipewire … figuration
https://gitlab.freedesktop.org/pipewire … otocol-tcp
Offline
Fortunately pactl still works. I use session autostart to allow all local users to access audio with following command:
pactl load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1
But one can use whatever line he put in default.pa.
Last edited by fedon (2022-06-16 18:19:25)
Offline