Bug 177994 - release_notes_viewer_gui.py:183: GktWarning: Error loading XPM image loader
Summary: release_notes_viewer_gui.py:183: GktWarning: Error loading XPM image loader
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 5
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: David Cantrell
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-01-17 03:07 UTC by Ricky Ng-Adam
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-01-17 18:35:27 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.