Re: Does Anyone Know how to get pipewire working for Steam as another user?
Reply #2 –
My changes in pipewire-pulse.conf so any user in audio group can play sound:
...
context.exec = [
...
{ path = "/bin/chgrp" args = "audio /tmp/pipewire-pulse-socket" }
{ path = "/bin/chmod" args = "g+rwx,o-rwx /tmp/pipewire-pulse-socket" }
]
...
pulse.properties = {
server.address = [
"unix:/tmp/pipewire-pulse-socket"
#"unix:native"
...
Of course, this also requires specifying in /etc/pulse/client.conf:
default-server = unix:/tmp/pipewire-pulse-socke
autospan = no