[master][PATCH] Use an alternative image if logo is missing

Martin Kolman mkolman at redhat.com
Mon Mar 24 15:00:57 UTC 2014


Currently the /usr/share/anaconda/pixmaps/logo.png image is missing and
this results in GTK continuously spamming TTY1 with errors.

This patch makes Anaconda check if the logo image is there during GUI startup.
If the logo is missing, an alternative image will be used.

By default it will use the Anaconda fedora header image:
http://m4rtink.fedorapeople.org/anaconda/screenshots/logo/anaconda_logo_anaconda_header.png

If this image is also not available (it comes from fedora-logos which
I guess might not be always installed), it will use a sad smiley icon from GTK:
http://m4rtink.fedorapeople.org/anaconda/screenshots/logo/anaconda_logo_sad_smiley.png

The sad smiley icon should always be there as the Anaconda GUI uses various
other GTK icons so the corresponding package should be always installed.
The say smiley icon might also work like a good motivation for people to fix their
installation composes.


Martin Kolman (1):
  Use an alternative image if logo is missing

 anaconda | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

-- 
1.8.5.3



More information about the anaconda-patches mailing list