Hello community, here is the log from the commit of package xinit for openSUSE:Factory checked in at 2018-09-20 11:37:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xinit (Old) and /work/SRC/openSUSE:Factory/.xinit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xinit" Thu Sep 20 11:37:34 2018 rev:23 rq:635868 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xinit/xinit.changes 2018-07-18 22:35:11.662688863 +0200 +++ /work/SRC/openSUSE:Factory/.xinit.new/xinit.changes 2018-09-20 11:37:44.136987909 +0200 @@ -1,0 +2,11 @@ +Sat Sep 15 13:40:18 UTC 2018 - [email protected] + +- 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) + +------------------------------------------------------------------- New: ---- xinit-nolonger-unset-dbus-session.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xinit.spec ++++++ --- /var/tmp/diff_new_pack.44up3L/_old 2018-09-20 11:37:45.972986826 +0200 +++ /var/tmp/diff_new_pack.44up3L/_new 2018-09-20 11:37:45.972986826 +0200 @@ -31,6 +31,7 @@ Patch1: xinit-client-session.patch Patch2: xinit-suse.patch Patch3: xinit-tolerant-hostname-changes.patch +Patch4: xinit-nolonger-unset-dbus-session.patch # needed for patch0 BuildRequires: gcc-c++ BuildRequires: libtool @@ -65,6 +66,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 # needed for patch0 autoreconf -fi ++++++ xinit-nolonger-unset-dbus-session.patch ++++++ --- 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__
