Mailinglist Archive: opensuse-bugs (5381 mails)

< Previous Next >
[Bug 615318] Splashy unbranded and shows default ugly image while hibernation
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Mon, 28 Jun 2010 08:49:12 +0000
  • Message-id: <20100628084912.6A943CC7CE@xxxxxxxxxxxxxxxxxxxxxx>
http://bugzilla.novell.com/show_bug.cgi?id=615318

http://bugzilla.novell.com/show_bug.cgi?id=615318#c5


--- Comment #5 from Holger Macht <hmacht@xxxxxxxxxx> 2010-06-28 08:49:11 UTC ---
The following is done: In %post of branding-openSUSE we do

if [ -x %{_sbindir}/splashy_config ] ; then
%{_sbindir}/splashy_config --set-theme openSUSE
fi

and in %postun of branding-openSUSE we do

if [ -x %{_sbindir}/splashy_config ] ; then
%{_sbindir}/splashy_config --set-theme default
fi

When _updating_ the package, I guess that %postun of the old package is run
after %post of the new pacakge. So the theme is set to openSUSE and afterwards
to default again. You shouldn't see the issue if you install the package in
first place without updating. However, I'm not sure about a possible fix, but
also wouldn't consider a really bad issue because it works when freshly
installing.

--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >
References