Hello community,

here is the log from the commit of package xinit for openSUSE:Factory checked 
in at 2020-03-25 23:43:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xinit (Old)
 and      /work/SRC/openSUSE:Factory/.xinit.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xinit"

Wed Mar 25 23:43:18 2020 rev:25 rq:787767 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/xinit/xinit.changes      2019-03-08 
11:59:41.419972281 +0100
+++ /work/SRC/openSUSE:Factory/.xinit.new.3160/xinit.changes    2020-03-25 
23:43:27.115996654 +0100
@@ -1,0 +2,7 @@
+Tue Mar 24 11:41:07 UTC 2020 - Stefan Dirsch <sndir...@suse.com>
+
+- /etc/X11/xinit/xinitrc.common  
+  * prevent gnome-session from failing by setting 
+    XDG_SESSION_TYPE to 'x11' (boo#1163262)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xinit.spec ++++++
--- /var/tmp/diff_new_pack.4ZRHhl/_old  2020-03-25 23:43:27.915996916 +0100
+++ /var/tmp/diff_new_pack.4ZRHhl/_new  2020-03-25 23:43:27.919996917 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xinit
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,7 +22,7 @@
 Summary:        X Window System initializer
 License:        MIT
 Group:          System/X11/Utilities
-Url:            http://xorg.freedesktop.org/
+URL:            http://xorg.freedesktop.org/
 Source0:        
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
 Source1:        xinit.tar.bz2
 Source2:        keygen.c

++++++ xinit.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/X11/xinit/xinitrc.common 
new/etc/X11/xinit/xinitrc.common
--- old/etc/X11/xinit/xinitrc.common    2016-06-01 14:36:57.304664137 +0200
+++ new/etc/X11/xinit/xinitrc.common    2020-03-24 12:39:54.076007000 +0100
@@ -199,6 +199,9 @@
     xrdb -nocpp -load -retain $XETCDIR/Xresources
 fi
 
+# prevent gnome-session from failing (boo#1163262)
+export XDG_SESSION_TYPE=x11
+
 #
 # Disable new Xcursor themes if none is specified resp. located
 # in $HOME (use "unset XCURSOR_CORE" to enable them again later)


Reply via email to