-
Notifications
You must be signed in to change notification settings - Fork 10
Description
The 'tvguide_arrow_left.png' and 'tvguide_arrow_right.png' icons for the mediaportal theme are corrupted and cause a crash like the following (which prevents you accessing the TV Guide!):
2013-06-08 19:55:56,135 INFO osd.py (815): SDL image load problem: Error reading the PNG file. - trying imlib2
2013-06-08 19:55:56,136 WARNING osd.py (829): Problem while loading image '/usr/share/freevo/icons/themes/mediaportal/tvguide_arrow_left.png': AttributeError('tostring',)
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/freevo/osd.py", line 818, in _load_image_filename
image = pygame.image.fromstring(i.tostring(), i.size, i.mode)
File "/usr/lib64/python2.7/site-packages/kaa/imlib2/image.py", line 109, in getattr
raise AttributeError, attr
AttributeError: tostring
2013-06-08 19:55:56,150 INFO osd.py (815): SDL image load problem: Error reading the PNG file. - trying imlib2
2013-06-08 19:55:56,150 WARNING osd.py (829): Problem while loading image '/usr/share/freevo/icons/themes/mediaportal/tvguide_arrow_right.png': AttributeError('tostring',)
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/freevo/osd.py", line 818, in _load_image_filename
image = pygame.image.fromstring(i.tostring(), i.size, i.mode)
File "/usr/lib64/python2.7/site-packages/kaa/imlib2/image.py", line 109, in getattr
raise AttributeError, attr
AttributeError: tostring
Looks like they've been this way for a long long time. I have an archived copy of the file from Feb 2008 and it is also corrupted.