You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(defun session-server-addresses ()
"Return a list of server addresses for the current session."
(when-let (string (getenv "DBUS_SESSION_BUS_ADDRESS"))
(parse-server-addresses-string string)))
on macOS however, particularly D-Bus installed via MacPorts, that information is obtained in the following way:
When connecting the following is assumed:
on macOS however, particularly D-Bus installed via MacPorts, that information is obtained in the following way:
export DBUS_SESSION_BUS_ADDRESS "unix:path=$DBUS_LAUNCHD_SESSION_BUS_SOCKET"
I therefore suggest to also check the
DBUS_LAUNCHD_SESSION_BUS_SOCKET
. Do you think this makes sense, or should be handled by the user?The text was updated successfully, but these errors were encountered: