problem running deluge 1.1.3
Posted: Wed Mar 11, 2009 8:11 pm
I got Deluge 1.1.3 compiled on a distro that's based on Arch Linux. I compiled it from the PKGBUILD in the official Arch Repo without errors and it installed also without errors. I can't get it to load though.
I'm not sure what the output is pointing to as a problem. I'm running fluxbox if that makes a difference, but I know deluge runs under fluxbox just fine because I've used it under fluxbox on my old debian box.
Code: Select all
$ deluge
Traceback (most recent call last):
File "/usr/bin/deluge", line 8, in <module>
load_entry_point('deluge==1.1.3', 'console_scripts', 'deluge')()
File "/usr/lib/python2.6/site-packages/deluge/main.py", line 120, in start_ui
UI(options, args, options.args)
File "/usr/lib/python2.6/site-packages/deluge/ui/ui.py", line 54, in __init__
from deluge.ui.gtkui.gtkui import GtkUI
File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/gtkui.py", line 44, in <module>
from torrentview import TorrentView
File "/usr/lib/python2.6/site-packages/deluge/ui/gtkui/torrentview.py", line 44, in <module>
deluge.common.get_pixmap("downloading16.png"))
glib.GError: Couldn't recognize the image file format for file '/usr/lib/python2.6/site-packages/deluge/data/pixmaps/downloading16.png'