You are not logged in.
Pages: 1
I installed pipewire-jack-dropin for making the clients use Pipewire as a JACK interface by default, but it didn't work
$ ldd /usr/bin/lmms | grep -i libjack
libjack.so.0 => /usr/lib/libjack.so.0 (0x00007f0d8c792000)I tried to follow the instruction from the pinned comment on the AUR, but it didn't solve it.
$ grep -Hi ^/usr/lib/$ /etc/ld.so.conf.d/*
$ Any suggestions of what can I do?
Last edited by Yoppez (2021-11-26 10:34:25)
Offline
Did you restart the system (as stated during installation) or flushed the shared library cache (with 'sudo ldconfig')?
Last edited by Maniaxx (2021-11-26 08:43:00)
sys2064
Offline
Did you restart the system (as stated during installation) or flushed the shared library cache (with 'sudo ldconfig')?
I already tried to restart, but the problem wasn't solved.
I ran ldconfig and now the clients use the Pipewire's libraries correctly. Thanks a lot!
Offline
Pages: 1