https://bugzilla.novell.com/show_bug.cgi?id=781687 https://bugzilla.novell.com/show_bug.cgi?id=781687#c2 Joseph Mulloy <jdmulloy@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|coolo@suse.com | --- Comment #2 from Joseph Mulloy <jdmulloy@gmail.com> 2012-09-25 14:30:09 UTC --- (In reply to comment #1)
Who/which script or program is responsible for changing the KDE theme in /etc/sysconfig/displaymanager to "openSUSE" during upgrade?
The kdm-branding-openSUSE package is responsible for updating /etc/sysconfig/displaymanager. The config file is updated on line 372 in branding-openSUSE.spec. branding-openSUSE.spec lines 371-372 371 %post -n kdm-branding-openSUSE 372 %{fillup_only -n displaymanager -s kdm} Because there is already a value fillup doesn't change it. I've created a branch to work on a fix. My current fix is to add the following on line 373. 373 sed -i 's/DISPLAYMANAGER_KDM_THEME="SUSE"/DISPLAYMANAGER_KDM_THEME="openSUSE"/' /etc/sysconfig/displaymanager #Fix theme for users upgrading from <= 12.1 (bnc #781687) My branch is home:jdmulloy:branches:openSUSE:12.2:Update/branding-openSUSE.openSUSE_12.2_Update https://build.opensuse.org/package/show?package=branding-openSUSE.openSUSE_12.2_Update&project=home%3Ajdmulloy%3Abranches%3AopenSUSE%3A12.2%3AUpdate This will fix the problem for anyone who has already upgraded, and anyone doing a fresh live upgrade. Anyone who does an upgrade using the regular install media will still see this issue, but this will fix it when they update their system. If this is an acceptable solution I will submit it. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.