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 750358 - [PATCH] gdm-{x,wayland}-session: skip spawning dbus-daemon if already present
[PATCH] gdm-{x,wayland}-session: skip spawning dbus-daemon if already present
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-03 18:12 UTC by David Herrmann
Modified: 2015-06-03 19:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] gdm-{x,wayland}-session: skip spawning dbus-daemon if already present (2.84 KB, patch)
2015-06-03 18:12 UTC, David Herrmann
committed Details | Review

Description David Herrmann 2015-06-03 18:12:21 UTC
Created attachment 304540 [details] [review]
[PATCH] gdm-{x,wayland}-session: skip spawning dbus-daemon if already  present

Hi

This fixes running newer gdm with kdbus. With kdbus, the bus is pre-created in the pam_session_open() dance, hence, gdm should not start another dbus-daemon.

Thanks
David
Comment 1 Ray Strode [halfline] 2015-06-03 19:18:55 UTC
thanks, pushed.