https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282142
--- Comment #4 from Denis Shaposhnikov <[email protected]> --- I put pipewire.desktop into ~/.config/autostart: [Desktop Entry] Comment[en_GB]= Comment= Exec=/usr/local/bin/pipewire -v GenericName[en_GB]= GenericName= Icon= MimeType= Name[en_GB]=pipewire Name=pipewire Path= StartupNotify=false Terminal=false TerminalOptions= Type=Application X-KDE-AutostartScript=true X-KDE-SubstituteUID=false X-KDE-Username= and it starts pipewire on login. If multimedia/wireplumber installed, pipewire autostarts it, because /usr/local/share/pipewire/pipewire.conf.d/10-wireplumber.conf BTW, if somebody wants to use pipewire-pulse instead of pulseaudio, 1. pipewire should be builded with ALSA option 2. /usr/local/share/pipewire/pipewire.conf.d/10-alsa-default.conf needs api.alsa.pcm.card = 0 3. /usr/local/pulse/client.conf needs autospawn = no 4. pkg install wireplumber and ~/.config/pipewire/pipewire.conf.d/20-pipewire-pulse.conf should be added with content context.exec = [ { path = "/usr/local/bin/pipewire-pulse" args = "" condition = [ { exec.pipewire-pulse = null } { exec.pipewire-pulse = true } ] } ] so pipewire will autostart pipewire-pulse after wireplumber. -- You are receiving this mail because: You are the assignee for the bug.
