GNOME Bugzilla – Bug 700816
[PATCH] Add --enable-dbus-launch-no-fork
Last modified: 2014-05-13 14:55:39 UTC
A separate patch adds support for the --bus-no-fork command line argument to dbus-launch. See that patch for extended rationale, but basically we want to ensure that activated services (and the bus daemon itself) have the systemd journal as stdout/stderr, and not /dev/null. However we can't hard depend on dbus from git, so allow builders to specify a configure option to enable. --- configure.ac | 8 ++++++++ daemon/gdm-launch-environment.c | 7 ++++++- 2 files changed, 14 insertions(+), 1 deletions(-)
Created attachment 245005 [details] [review] 0001-Add-enable-dbus-launch-no-fork.patch Note this patch is not complete; we need to also use this dbus-launch for the login session.
See also https://bugs.freedesktop.org/show_bug.cgi?id=64843
Couldn't we just set DBUS_DEBUG_OUTPUT=1 in the environment (but leave DBUS_VERBOSE unset) ?
walters says i can close this