[Bug 282142] audio/plasma6-kpipewire log noise under plasma6 and wayland
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Feb 9 16:57:57 GMT 2025
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282142
--- Comment #4 from Denis Shaposhnikov <dsh at bamus.cz> ---
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.
More information about the kde-freebsd
mailing list