From b5d36dc27d1905d4d46ad7f0097f0ea0e0776adb Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 13 Aug 2012 19:57:13 +0100 Subject: Split DBUS_SESSION_BUS_DEFAULT_ADDRESS into listen, connect addresses and set better defaults On Unix, the connect address should basically always be "autolaunch:" but the listen address has to be something you can listen on. On Windows, you can listen on "autolaunch:" or "autolaunch:scope=*install-path", for instance, and the dbus-daemon is involved in the auto-launching process. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=38201 Reviewed-by: David Zeuthen [default address changed to autolaunch: for interop with GDBus -smcv] Signed-off-by: Simon McVittie --- README.cmake | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.cmake') diff --git a/README.cmake b/README.cmake index 0e923356..0c30ba66 100644 --- a/README.cmake +++ b/README.cmake @@ -129,8 +129,11 @@ DBUS_HAVE_ATOMIC_INT:BOOL=OFF // install required system libraries DBUS_INSTALL_SYSTEM_LIBS:BOOL=OFF -// session bus default address -DBUS_SESSION_BUS_DEFAULT_ADDRESS:STRING=nonce-tcp: +// session bus default listening address +DBUS_SESSION_BUS_LISTEN_ADDRESS:STRING=autolaunch: + +// session bus fallback address for clients +DBUS_SESSION_BUS_CONNECT_ADDRESS:STRING=autolaunch: // system bus default address (only useful on Unix) DBUS_SYSTEM_BUS_DEFAULT_ADDRESS:STRING=unix:path=/var/run/dbus/system_bus_socket -- cgit v1.2.1