Comment 3 for bug 268204

Revision history for this message
Kjell Braden (afflux) wrote : Re: TrashScreenlet.py crashed with IOError in load_png()

Thanks for your report. I've forwarded it to the developers for the software.

Developers: user-trash-empty.png seems to be broken:

$ python
Python 2.5.2 (r252:60911, Sep 14 2008, 10:31:34)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import cairo
>>> cairo.ImageSurface.create_from_png("trunk/src/share/screenlets/Trash/themes/default/user-trash-empty.png")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
IOError: error while reading from input stream
>>>