After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 700816 - [PATCH] Add --enable-dbus-launch-no-fork
[PATCH] Add --enable-dbus-launch-no-fork
Status: RESOLVED WONTFIX
Product: gdm
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2013-05-21 23:42 UTC by Colin Walters
Modified: 2014-05-13 14:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-Add-enable-dbus-launch-no-fork.patch (2.08 KB, patch)
2013-05-21 23:43 UTC, Colin Walters
none Details | Review

Description Colin Walters 2013-05-21 23:42:46 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(-)
Comment 1 Colin Walters 2013-05-21 23:43:28 UTC
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.
Comment 2 Colin Walters 2013-05-21 23:43:49 UTC
See also https://bugs.freedesktop.org/show_bug.cgi?id=64843
Comment 3 Ray Strode [halfline] 2013-05-23 19:03:38 UTC
Couldn't we just set DBUS_DEBUG_OUTPUT=1 in the environment (but leave DBUS_VERBOSE unset) ?
Comment 4 Ray Strode [halfline] 2014-05-13 14:55:39 UTC
walters says i can close this