From 8b81914c00d12b1259aadd72f22d0a66ddbdab15 Mon Sep 17 00:00:00 2001 From: exquo <62397152+exquo@users.noreply.github.com> Date: Wed, 4 Nov 2020 17:58:54 +0000 Subject: [PATCH] Add section on "Resolving DBus issues on FreeBSD" --- Quickstart.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Quickstart.md b/Quickstart.md index d860948..f6adad6 100644 --- a/Quickstart.md +++ b/Quickstart.md @@ -86,4 +86,7 @@ Must be run with superuser rights ('sudo'). ### Use signal-cli to register an account without a phone and link with Signal-desktop - [A short guide](https://gist.github.com/szepeviktor/2c6a19cb91c4bb561369707f22bcf413) for registering a new account with signal-cli on windows, and linking it with signal-desktop. -- [Guide](https://community.signalusers.org/t/using-signal-desktop-without-android-device/390) for old version of signal-desktop (pre-electron). To get to the html source described there in the current signal-desktop, go to View -> Toggle Developer Tools \ No newline at end of file +- [Guide](https://community.signalusers.org/t/using-signal-desktop-without-android-device/390) for old version of signal-desktop (pre-electron). To get to the html source described there in the current signal-desktop, go to View -> Toggle Developer Tools + +### Resolving DBus issues on FreeBSD +If using the dbus functionality on FreeBSD throws errors, you might need to set the `DBUS_SESSION_BUS_ADDRESS` variable. Detailed instructions in a [blog post](https://antranigv.am/weblog_en/posts/freebsd-signal-cli-scli).