Hello everybody,
I have made the switch from pulseaudio to pipewire and also installed pipewire-pulse.
Now something odd happens.
Sometimes, but not always, when I startup the system, a .config/pulse folder is created and then every audio app (browser or mpv etc) gets stuck.
If I remove the .config/pulse folder , logout and login, the problem is solved, although the same folder is created again.
I use JWM and start pipewire with the following commands:
Code: Select all
<StartupCommand>pipewire</StartupCommand>
<StartupCommand>wireplumber</StartupCommand>
<StartupCommand>pipewire-pulse</StartupCommand>
I also tried to add:
Code: Select all
<StartupCommand>rm -rf /home/mac/.config/pulse</StartupCommand>
but the problem subsists.
Any suggestion as to what I am missing?