From 41f4751c25ed402d2c49e80390790052f85aaf36 Mon Sep 17 00:00:00 2001 From: exquo <62397152+exquo@users.noreply.github.com> Date: Fri, 25 Dec 2020 10:59:54 +0000 Subject: [PATCH] Updated DBus service (markdown) --- DBus-service.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/DBus-service.md b/DBus-service.md index 38e35c5..1596d89 100644 --- a/DBus-service.md +++ b/DBus-service.md @@ -99,4 +99,10 @@ brew install dbus brew services start dbus ``` -Then restart. \ No newline at end of file +Then restart. + +### Troubleshooting + +#### Cannot Resolve Session Bus Address + +Environment variable `DBUS_SESSION_BUS_ADDRESS` needs to be set. See [#258](https://github.com/AsamK/signal-cli/issues/258) and this [blog post](https://antranigv.am/weblog_en/posts/freebsd-signal-cli-scli/) for setting it on BSD. \ No newline at end of file