sa3paleasm / gespeaker

Automatically exported from code.google.com/p/gespeaker
0 stars 0 forks source link

dependency problem on kubuntu 10.10 #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install and launch gespeaker
2.
3.

What is the expected output? What do you see instead?
gespeaker doesn't start. console output is reported below:

virgolus@virgolus:~$ gespeaker 
starting gespeaker
python version detected: 2.6
loading interface from /usr/share/gespeaker/data/ui/gespeaker.glade
loading controls from UI
Traceback (most recent call last):
  File "gespeaker.py", line 33, in <module>
    main = gespeakerUI.gespeakerUI()
  File "/usr/share/gespeaker/src/gespeakerUI.py", line 77, in __init__
    self.loadControls()
  File "/usr/share/gespeaker/src/gespeakerUI.py", line 99, in loadControls
    self.winMain.set_icon_from_file(handlepaths.get_app_logo())
glib.GError: Couldn't recognize the image file format for file 
'/usr/share/gespeaker/data/icons/gespeaker.svg'

What version of the product are you using? On what operating system?
gespeaker from ubuntutrucchi repo. kubuntu 10.10

Please provide any additional information below.
I have fixed the problem installing python-rsvg package.

Original issue reported on code.google.com by virgo...@gmail.com on 30 Nov 2010 at 12:04