#13791: UPDATE: deluge 0.5.8 ---------------------------------------+------------------------------------ Reporter: guido.soranzio@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------------+------------------------------------ Comment (by raimue@macports.org): 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). -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13791#comment:2> MacPorts </projects/macports> Ports system for Mac OS