New review comment by Animeshz on void-packages repository https://github.com/void-linux/void-packages/pull/36416#discussion_r838832766 Comment: ~~Oh yes, seems reasonable, I can play songs using `pw-play` without system bus (dbus service). The session started using `dbus-run-session` seems to be utilized to connect to pipewire (I guess?).~~ ![a30-03-22-23h42m02s](https://user-images.githubusercontent.com/26714676/160903184-bbefe93b-e1af-4fe8-8c10-40e6af1c3153.jpg) ~~(Also confirmed by restarting wireplumber and pipewire when dbus was down, to make sure sink/source nodes aren't just cached)~~ No, it seems like it connects to pipewire by dynamically linking with shared libpipewire library, and exposed headers only. I still don't get the use of dbus here...