Skip to content

mediaportal theme icons corrupted. #19

@annunaki2k2

Description

@annunaki2k2

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions