You are not logged in.
Yesterday I updated my system, including the latest update to pipewire 0.3.41. I'm running sway as my desktop environment, but run some applications from a secondary user. I allow it to open windows using `xhost +` and to connect to sound by adding `tcp:127.0.0.1:4713` to the `pipewire-pulse.conf` config file and by setting the `PULSE_SERVER` environment variable.
Since I booted my system today, I only have sound on my main user (which is accessing pipewire's pulse server directly via the unix socket), and I can run `pactl info`:
$ pactl info
Server String: /run/user/1000/pulse/native
Library Protocol Version: 35
Server Protocol Version: 35
Is Local: yes
Client Index: 49
Tile Size: 65472
User Name: main-user
Host Name: my-system
Server Name: PulseAudio (on PipeWire 0.3.41)
Server Version: 15.0.0
Default Sample Specification: float32le 2ch 48000Hz
Default Channel Map: front-left,front-right
Default Sink: alsa_output.pci-0000_26_04.0.analog-stereo
Default Source: alsa_input.pci-0000_26_04.0.analog-stereo
Cookie: dead:c0de
However, on my secondary user as well as my main user with the environment variable, I don't get any sound, and I also can't run `pactl info` anymore (which worked yesterday):
$ PULSE_SERVER=tcp:127.0.0.1:4713 pactl info
Connection failure: Timeout
Any idea how to restore sound to my secondary user?
Offline
Have a look here: https://gitlab.freedesktop.org/pipewire … ssues/1863
This is fixed when using wireplumber and adding this patch (if on 0.4.5): https://gitlab.freedesktop.org/pipewire … c8785cda87
Cedric Girard
Offline