Updated DBus service (markdown)

John Freed 2021-09-07 15:33:08 +02:00
parent 4b52ca2177
commit 0d964618c4

@ -19,7 +19,7 @@ brew install dbus
brew services start dbus
```
The environment variable DBUS_LAUNCHD_SESSION_BUS_SOCKET needs to be set correctly. If it has not been, you will see error messages similar to those in the Troubleshooting section below. If that happens, issue this command:
The environment variable DBUS_LAUNCHD_SESSION_BUS_SOCKET needs to be set correctly. Normally, this is handled automatically upon login by the MacOS `launchd` system working with Homebrew. If the variable has not been set correctly, you will see error messages similar to those in the Troubleshooting section below. If that happens, issue this command:
```export DBUS_LAUNCHD_SESSION_BUS_SOCKET=$(launchctl getenv DBUS_LAUNCHD_SESSION_BUS_SOCKET)```