Bug 177994

Summary: release_notes_viewer_gui.py:183: GktWarning: Error loading XPM image loader
Product: [Fedora] Fedora Reporter: Ricky Ng-Adam <rngadam>
Component: anacondaAssignee: David Cantrell <dcantrell>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: low Docs Contact:
Priority: medium    
Version: 5   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-01-17 18:35:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ricky Ng-Adam 2006-01-17 03:07:20 UTC
Description of problem:

release_notes_viewer_gui.py:183: GktWarning: Error loading XPM image loader:
Image type 'xpm' is not supported
   textWin.show_all()

Version-Release number of selected component (if applicable):


How reproducible:

always

Steps to Reproduce:
1. open release notes during install
2. look at console (CTRL-ALT-F1
3.
  
Actual results:

warning:

release_notes_viewer_gui.py:183: GktWarning: Error loading XPM image loader:
Image type 'xpm' is not supported
   textWin.show_all()


Expected results:

no error message and presumably an image in the release notes

Additional info:

Comment 1 David Cantrell 2006-01-17 18:35:27 UTC
This warning is harmless for anaconda.  It occurs when the window is
instantiated and the pixbuf handlers are loaded for various image types.  XPM is
in that list, but we don't make use of any XPM images for this window.  But I've
added the handler to the anaconda root image so the warning is gone now.