The officially official Devuan Forum!

You are not logged in.

#1 Yesterday 22:56:20

recklessswing
Member
From: Türkiye
Registered: 2020-12-18
Posts: 127  

Devuan 6.0 documentation of how to enable pipewire even in KDE Wayland

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

Board footer