Hello community,

here is the log from the commit of package kiwi-config-openSUSE for 
openSUSE:Factory checked in at 2017-08-01 09:25:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-config-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi-config-openSUSE"

Tue Aug  1 09:25:14 2017 rev:122 rq:513078 version:13.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/kiwi-config-openSUSE/kiwi-config-openSUSE.changes    
    2017-07-17 09:10:49.902696472 +0200
+++ 
/work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new/kiwi-config-openSUSE.changes
   2017-08-01 09:25:17.832391541 +0200
@@ -1,0 +2,6 @@
+Sat Jul 29 08:15:13 UTC 2017 - [email protected]
+
+- Configure XDG_CURRENT_DESKTOP and KDE_SESSION_VERSION to avoid
+  loading the KDE platform plugin in YaST (boo#1045798)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ config.xml.in ++++++
--- /var/tmp/diff_new_pack.ilDOQJ/_old  2017-08-01 09:25:18.764260211 +0200
+++ /var/tmp/diff_new_pack.ilDOQJ/_new  2017-08-01 09:25:18.784257393 +0200
@@ -37,6 +37,7 @@
     <package name="patch"/>
     <package name="zypper"/>
     <package name="package-lists-openSUSE-@PLIST@"/>
+    <package name="memtest86+"/>
   </packages>
   <packages type="bootstrap">
     <package name="filesystem"/>
@@ -44,7 +45,6 @@
     <package name="openSUSE-release"/>
     <package name="openSUSE-release-@FLAVOR@"/>
     <package name="branding-openSUSE"/>
-    <package name="memtest86+"/>
   </packages>
   <repository type="yast2">
     <source path="http://download.opensuse.org/distribution/13.1/repo/oss/"/>

++++++ start-install.sh ++++++
--- /var/tmp/diff_new_pack.ilDOQJ/_old  2017-08-01 09:25:18.948234283 +0200
+++ /var/tmp/diff_new_pack.ilDOQJ/_new  2017-08-01 09:25:18.948234283 +0200
@@ -3,8 +3,11 @@
 #snippet from man 1 flock
 [ "${FLOCKER}" != "$0" ] && exec env FLOCKER="$0" flock -en "$0" "$0" "$@" || :
 
-#Look like the DVD installer everywhere
-unset XDG_CURRENT_DESKTOP
+#Look like the DVD installer everywhere (if this is unset, it looks for X 
atoms)
+export XDG_CURRENT_DESKTOP=DOESNOTMATTER
+
+#Don't load the KDE platform theme, to avoid messing with accelerator 
mnemonics (boo#1045798)
+export KDE_SESSION_VERSION=0
 
 cat >/etc/install.inf <<EOF
 ZyppRepoURL: http://download.opensuse.org/tumbleweed/repo/oss


Reply via email to