Hi @SpineEyE.
TL;DR The libopenaptx
dependency seems to be required by the pulseaudio
process to work properly.
When I clean up the make dependencies with pacman -R $(pacman -Qdtq)
and restart all relevant systemd services, I notice that my bluetooth headphones do not re-appear in pavucontrol anymore. If I re-install libopenaptx
manually and restart all relevant systemd services everything works fine again. And lsof /usr/lib/libopenaptx.so.0.2.0
shows me also that it's being used by the pulseaudio process. So the libopenaptx
dependency seems to be necessary in this case to make it work properly. In my case, I simply marked the libopenaptx
package as explicitly installed using pacman -D --asexplicit libopenaptx
.
Sorry for that long comment and thank you for providing these packages ;-)
Pinned Comments
SpineEyE commented on 2020-11-17 12:35
You need to start the hsphfpd.service from the hsphfpd-git package.