New comment by facadeproof on void-packages repository https://github.com/void-linux/void-packages/pull/13208#issuecomment-634211917 Comment: I got it working after a bit of tinkering but I'm not sure if this is the right approach. First, change the version number on this template to 0.6.8 as the newer version [does not depend on libmatthew-unix-java](https://github.com/AsamK/signal-cli/releases/tag/v0.6.8) anymore. Then, for some reason running `signal-cli -u phone_no daemon` yielded a session bus error. I'm using a tiling window manager, so I had to change my `.xinitrc` to include `exec dbus-run-session -- bspwm` and in my `bspwmrc` include `export $(dbus-launch)` because somehow, the env variables are not being set with `dbus-run-session` (which should be enough).