Re: Deluge does not start
Posted: Sun Jun 08, 2008 5:58 pm
Found the solution for this:bigc211 wrote:I tried to remove the persistant.state file but that didn't help.
Got this when trying to run from cli
Traceback (most recent call last):
File "/usr/bin/deluge", line 122, in <module>
subprocess.Popen(["dbus-launch", "deluge"] + sys.argv[1:])
File "/usr/lib/python2.5/subprocess.py", line 594, in __init__
errread, errwrite)
File "/usr/lib/python2.5/subprocess.py", line 1147, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
I think it's a dependency problem. But can't find wich one...
Code: Select all
sudo apt-get install dbus-x11