Cant start Deluge 5.7.1 on FreebSD

General support for problems installing or using Deluge
Post Reply
exseven

Cant start Deluge 5.7.1 on FreebSD

Post 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?
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Cant start Deluge 5.7.1 on FreebSD

Post 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
mezz
Leecher
Leecher
Posts: 53
Joined: Tue May 29, 2007 5:40 pm

Re: Cant start Deluge 5.7.1 on FreebSD

Post 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.
Post Reply