SHA256
1
0
forked from pool/xinit
xinit/xinit-nolonger-unset-dbus-session.patch
Stefan Dirsch 1c1d7f40a1 - xinit-nolonger-unset-dbus-session.patch
* no longer unset DBUS_SESSION_BUS_ADDRESS variable to prevent
    gnome-session (and probably other DEs or programs, except of
    Plasma) from launching a new D-Bus session, while systemd has
    already launched its own. Unsetting it broke user systemd
    services that use D-Bus (e.g. PulseAudio), because X uses
    another D-Bus session (boo#1108549)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=42
2018-09-15 13:47:21 +00:00

11 lines
303 B
Diff

--- xinit-1.4.0/startx.cpp.old 2018-09-15 15:37:45.914382000 +0200
+++ xinit-1.4.0/startx.cpp 2018-09-15 15:38:02.919921000 +0200
@@ -11,7 +11,6 @@
XCOMM Site administrators are STRONGLY urged to write nicer versions.
XCOMM
-unset DBUS_SESSION_BUS_ADDRESS
unset SESSION_MANAGER
#ifdef __APPLE__