#13791 closed update (fixed)
UPDATE: deluge 0.5.8
Reported by: | gui-dos (Guido Soranzio) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: |
Description
Update to deluge-torrent 0.5.8
Attachments (1)
Change History (8)
comment:1 Changed 17 years ago by neric27@…
comment:2 follow-up: 3 Changed 17 years ago by raimue (Rainer Müller)
It still does not work for me.
$ deluge no existing Deluge session Traceback (most recent call last): File "/opt/local/bin/deluge", line 152, in <module> deluge.wizard.WizardGTK() File "/opt/local/lib/python2.5/site-packages/deluge/wizard.py", line 58, in __init__ self.window.set_icon(deluge.common.get_logo(18)) File "/opt/local/lib/python2.5/site-packages/deluge/common.py", line 154, in get_logo size, size) gobject.GError: Unrecognized image file format
So it pertains to this code line:
153 return gtk.gdk.pixbuf_new_from_file_at_size(get_pixmap("deluge.svg"), \ 154 size, size)
GTK seems to be unable to work with SVG images. Any idea why? Any lib missing? We could also patch this to use the PNG version of the image (which is also used on Windows).
comment:3 Changed 17 years ago by gui-dos (Guido Soranzio)
Replying to raimue@macports.org:
GTK seems to be unable to work with SVG images. Any idea why? Any lib missing?
/opt/local/lib/gtk-2.0/2.10.0/loaders/svg_loader.so is provided by librsvg: I have updated the Portfile diff
Changed 17 years ago by gui-dos (Guido Soranzio)
Attachment: | Portfile-deluge.diff added |
---|
comment:4 Changed 17 years ago by jmpalacios (Juan Manuel Palacios)
Type: | defect → enhancement |
---|
comment:5 Changed 17 years ago by gui-dos (Guido Soranzio)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed: [32935]
comment:6 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → update |
---|
Note: See
TracTickets for help on using
tickets.
It has a missing dependency on py25-hashlib;
without, it fails to start.
See log :
Cheers,