Quote:
Originally Posted by adcdam
i cant make it work, i dont use jack i just want to use it as a replacement of pulseaudio
when i launch it i got this:
[W][000000597.669910][module-rtkit.c:517 set_nice()] could not set nice-level to -11: No such file or directory
[W][000000597.670337][module-rtkit.c:504 idle_func()] could not make thread realtime: No such file or directory
[E][000000597.671292][module-portal.c:137 on_portal_pid_received()] Failed to receive portal pid: org.freedesktop.DBus.Error.NameHasNoOwner: Could not get PID of name 'org.freedesktop.portal.Desktop': no such name
[W][000000597.674452][module-rtkit.c:517 set_nice()] could not set nice-level to -11: No such file or directory
[W][000000597.674742][module-rtkit.c:517 set_nice()] could not set nice-level to -11: No such file or directory
[W][000000597.674897][module-rtkit.c:504 idle_func()] could not make thread realtime: No such file or directory
[W][000000597.674981][pulse-server.c:5198 make_local_socket()] pulse-server 0x1c443f0: unlink stale socket /run/user/1000/pulse/native
[W][000000597.675189][module-rtkit.c:504 idle_func()] could not make thread realtime: No such file or directory
[E][000000597.677026][backend-ofono.c:525 ofono_register_reply()] oFono: Register() failed: org.freedesktop.DBus.Error.ServiceUnknown
[E][000000597.690522][bluez5-dbus.c:1761 get_managed_objects_reply()] GetManagedObjects() failed: org.freedesktop.DBus.Error.ServiceUnknown
this is my xinitrc
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
eval `dbus-launch --sh-syntax --exit-with-session`
fi
sxhkd &
exec bspwm
/usr/bin/pipewire
how do i set pipewire-pulse -a?
i typed pipewire pulse -a native but thats wrong
mplayer complain like this with pipewire installed
mplayer: error while loading shared libraries: libpulse.so.0: cannot open shared object file: No such file or directory
|
I have explained you in another thread that the PipeWire is
NOT a full replacement of PulseAudio package.
The PipeWire contains an audio server which can replace the PulseAudio server, BUT it is still needed everything else from the PulseAudio package (programs, libraries and whatever else)
Looks like you removed the PulseAudio package. Wrong! You should install it back.
Secondly, there is no official or recommended ways to start the PipeWire daemons on Slackware.
Apparently, the PipeWire was added to Slackware just as a hard dependency of Plasma5 and no PipeWire daemon is configured for execution in a way or other.
Aditionally, the PipeWire server(s) are designed to be "user target" daemons for systemd, which really complicates everything as Slackware has no support for "user target" services like the ones available on systemd based distributions.
In that another thread:
https://www.linuxquestions.org/quest...re-4175686443/ we experiment with PipeWire server(s) and we struggle to make them work.
However, nobody have yet a guaranteed recipe to properly run those PipeWire daemons.
Then, nobody can help you right now to run the PipeWire instead of PulseAudio on Slackware.
And this is specially true when you also use some exotic WM which is not included in Slackware, like is yours
BSPWM.
I for one I use the XDG autostart to run PipeWire server(s), BUT I am afraid that this information is useless for you, unless your BSPWM is XDG compliant.