Page 1 of 1

Cant start Deluge 5.7.1 on FreebSD

Posted: Wed Dec 19, 2007 5:58 pm
by exseven
i have installed deluge 5.7.1 through the ports and all seemed ok but i am unable to start it. When run from terminal (in xfce) i get

Code: Select all

%deluge
no existing Deluge session
Traceback (most recent call last):
  File "/usr/local/bin/deluge", line 134, in <module>
    deluge.wizard.WizardGTK()
  File "/usr/local/lib/python2.5/site-packages/deluge/wizard.py", line 58, in __init__
    pixmap = deluge.common.get_logo(48)
  File "/usr/local/lib/python2.5/site-packages/deluge/common.py", line 154, in get_logo
    size, size)
gobject.GError: Unrecognized image file format


any ideas?

Re: Cant start Deluge 5.7.1 on FreebSD

Posted: Wed Dec 19, 2007 6:13 pm
by markybob
exseven wrote:i have installed deluge 5.7.1 through the ports and all seemed ok but i am unable to start it. When run from terminal (in xfce) i get

Code: Select all

%deluge
no existing Deluge session
Traceback (most recent call last):
  File "/usr/local/bin/deluge", line 134, in <module>
    deluge.wizard.WizardGTK()
  File "/usr/local/lib/python2.5/site-packages/deluge/wizard.py", line 58, in __init__
    pixmap = deluge.common.get_logo(48)
  File "/usr/local/lib/python2.5/site-packages/deluge/common.py", line 154, in get_logo
    size, size)
gobject.GError: Unrecognized image file format


any ideas?
you need to install librsvg2

Re: Cant start Deluge 5.7.1 on FreebSD

Posted: Fri Dec 21, 2007 4:18 am
by mezz
Oops, I must have missed a dependency.. I have committed a fix, thanks for report!

BTW: Next time, send me an email as I don't visit in this forum everyday. I repsone to email faster.