Hello community,

here is the log from the commit of package branding-openSUSE for 
openSUSE:Factory checked in at 2013-09-09 09:52:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/branding-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.branding-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "branding-openSUSE"

Changes:
--------
--- /work/SRC/openSUSE:Factory/branding-openSUSE/branding-openSUSE.changes      
2013-09-03 22:08:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.branding-openSUSE.new/branding-openSUSE.changes 
2013-09-09 09:52:11.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Sep  7 17:10:08 UTC 2013 - [email protected]
+
+- Reduce the amount of KDM settings in sysconfig/displaymanager to
+  purely autologin. This enables that KDM can be configured again
+  through the normal KDE systemsettings module. (bnc#267903)
+
+-------------------------------------------------------------------
kde-branding-openSUSE.changes: same change

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

Other differences:
------------------
++++++ kde-branding-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.tSReqc/_old  2013-09-09 09:52:13.000000000 +0200
+++ /var/tmp/diff_new_pack.tSReqc/_new  2013-09-09 09:52:13.000000000 +0200
@@ -130,6 +130,14 @@
 
 %post -n kdm-branding-openSUSE
 %{fillup_only -n displaymanager -s kdm}
+if [ -f /usr/share/kde4/config/kdm/kdmrc ]; then
+    sed -i -e 's/elarun/openSUSE/g' /usr/share/kde4/config/kdm/kdmrc
+fi
+
+%postun -n kdm-branding-openSUSE
+if [ $1 -eq 0 -a -f /usr/share/kde4/config/kdm/kdmrc ]; then
+   sed -i -e 's/openSUSE/elarun/g' /usr/share/kde4/config/kdm/kdmrc
+fi
 
 %files -n kdelibs4-branding-openSUSE
 %defattr(-,root,root)

++++++ sysconfig.displaymanager-kdm ++++++
--- /var/tmp/diff_new_pack.tSReqc/_old  2013-09-09 09:52:13.000000000 +0200
+++ /var/tmp/diff_new_pack.tSReqc/_new  2013-09-09 09:52:13.000000000 +0200
@@ -1,37 +1,14 @@
 ## Path:       Desktop/Display manager
 ## Description: settings to generate a proper displaymanager config
-## Config:      kdm3
-
-## Type:    string
-## Default: 
-#
-# space separated list of users for which icons should be shown in KDM
-# if empty, then take system defaults
-#
-KDM_USERS=""
-
-## Type:    string
-## Default: 
-#
-# Special greeting words in kdm
-#
-KDM_GREETSTRING=""
+## Config:      kdm
 
 ## Type:        string
-## Default: 
+## Default:
 #
 # Defines extra Server Arguments given to the kdm display manager when
 # starting a local display. Useful to override e.g. the -dpi setting.
-# 
-DISPLAYMANAGER_KDM_LOCALARGS=""
-
-## Type:        string
-## Default:     openSUSE
 #
-# Define the theme to be used by kdm. If empty, the traditional login
-# window is used (which lacks some features)
-# 
-DISPLAYMANAGER_KDM_THEME="openSUSE"
+DISPLAYMANAGER_KDM_LOCALARGS=""
 
 ## Type:       yesno
 ## Default:    yes

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to