You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
What steps will reproduce the problem?
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
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.
The text was updated successfully, but these errors were encountered: