You are not logged in.
This is how I do it, with KDE wayland it works. By the way, on Devuan 6 gnome is totally borked. Doesn't work at all.
mkdir -p ~/.config/autostart
nano ~/.config/autostart/pipewire.desktop
add this to the file:
[Desktop Entry]
Type=Application
Name=PipeWire
Exec=sh -c 'pipewire & pipewire-pulse & wireplumber &'
X-GNOME-Autostart-enabled=true
Then:
chmod +x ~/.config/autostart/pipewire.desktop
Last edited by recklessswing (Yesterday 22:56:40)
Offline