Hi, and welcome. I am fortunate as I don't use Zorin, PCLOS Debian comes with PipeWire by default. According to Brave A.I. Search engine via Mojeek gives:
" Change Experimental.user-daemons Setting
To enable PipeWire on Ubuntu 22.04, you can follow these steps:
- Install the necessary packages by running the following commands in your terminal:
sudo apt install pipewire-audio-client-libraries
sudo apt install pipewire-pulse
sudo apt install libspa-0.2-bluetooth
sudo apt install gstreamer1.0-pipewire
sudo apt install libspa-0.2-jack
This will install the required libraries and utilities for PipeWire.
- Stop and disable PulseAudio to make PipeWire the default audio server:
systemctl --user stop pulseaudio.service pulseaudio.socket
systemctl --user disable pulseaudio.service pulseaudio.socket
systemctl --user mask pulseaudio.service pulseaudio.socket
* Enable and start PipeWire and its PulseAudio compatibility layer:
systemctl --user enable pipewire.socket pipewire-pulse.socket
systemctl --user start pipewire.socket pipewire-pulse.socket
* ```
- Optionally, you can enable WirePlumber, the session manager for PipeWire, to manage audio devices and profiles:
systemctl --user --now enable wireplumber
* If you encounter issues with PulseAudio, you may need to unmask and disable it first:
systemctl --user unmask pulseaudio.service pulseaudio.socket
systemctl --user disable pulseaudio.service pulseaudio.socket
* ```
- To enable Bluetooth support, ensure you have the necessary Bluetooth configuration files and services set up. You may need to configure PipeWire for Bluetooth as described in the context.
Regarding the experimental settings for user-daemons, you can modify the PipeWire configuration file to include experimental features. However, the specific configuration for experimental.user-daemons
is not detailed in the provided context. You can create or modify the configuration file at ~/.config/pipewire/pipewire.conf.d/
to include experimental settings if needed.
For more detailed configuration and troubleshooting, refer to the Debian Wiki or other relevant documentation.
Please note that these steps are designed to work with the stock Ubuntu repositories and may require additional steps or configurations depending on your specific setup or any custom PPAs you are using."