google-code-export / hotot

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

Fail start. glib.GError, don't recognize icon file format #450

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In a fresh KUbuntu 11.10, installed lastest hotot from PPA: 
"0.9.7~git-1071-gebef54c-0ubuntu0ppa1~oneiric1"

When i want to start, it throws me this immediately

$ hotot
Traceback (most recent call last):
  File "/usr/bin/hotot", line 14, in <module>
    hotot.hotot.main()
  File "/usr/lib/pymodules/python2.7/hotot/hotot.py", line 355, in main
    app = Hotot()
  File "/usr/lib/pymodules/python2.7/hotot/hotot.py", line 75, in __init__
    self.create_trayicon()
  File "/usr/lib/pymodules/python2.7/hotot/hotot.py", line 307, in create_trayicon
    utils.get_ui_object('image/ic24_hotot_mono_light.svg'))
glib.GError: No se pudo reconocer el formato de imagen del archivo 
«/usr/share/hotot/image/ic24_hotot_mono_light.svg»

"ic24_hotot_mono_light.svg" is there and I can open it with other programs 
without problems.

If you want any file or information, i will try to give you all.

Thanks

Original issue reported on code.google.com by thywa...@gmail.com on 15 Oct 2011 at 9:42

GoogleCodeExporter commented 9 years ago
Today, Kubuntu upgrade to KDE 4.6.2 and all is working now. Thanks

Original comment by thywa...@gmail.com on 24 Oct 2011 at 2:03

GoogleCodeExporter commented 9 years ago
Sorry for necrobump this thread. But today I had the same issue on a fresh Arch 
linux installation. Weird because I'd always installed hotot without any 
problem on that distro.

I could fix it by installing librsvg. Hope it helps

Original comment by docampo....@gmail.com on 29 Aug 2012 at 7:55