diff --git a/DBus-service.md b/DBus-service.md index 13e6b97..badec07 100644 --- a/DBus-service.md +++ b/DBus-service.md @@ -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)```