This has been observed in the rawhide-20040628-x86_64 tree. It might happen with x86 etc. but those rawhide trees have other problems which prevent testing. Traceback (most recent call last): File "/usr/lib/anaconda/gui.py", line 1064, in handleRenderCallback self.nextClicked() File "/usr/lib/anaconda/gui.py", line 775, in nextClicked self.setScreen () File "/usr/lib/anaconda/gui.py", line 1111, in setScreen new_screen = apply(self.currentWindow.getScreen, args) File "/usr/lib/anaconda/iw/timezone_gui.py", line 52, in getScreen self.tz = TimezoneMap(zonetab=zonetab, map=path) File "/usr/lib/anaconda/iw/timezone_map_gui.py", line 49, in __init__ tpixbuf = gtk.gdk.pixbuf_new_from_file(map) GError: Couldn't recognize the image file format for file '/usr/share/anaconda/pixmaps/map480.png'
Due to gtk2 changes on Friday, change committed and built earlier today that _should_ fix it.
FWIW, I'm hitting this on anaconda-10.0.1-0.20040629211549 on an i686 machine.
How about 0702 stuff? (I made more changes again late last night... the gtk changes didn't work with the same batch of stuff as I used for pango :/)
Still happens with RHEL4-re0706.0 on x86_64, but not i386.
Foiled by more than one copy of gtk2 in the tree. *sigh* Another fix added.