Deluge does not start

General support for problems installing or using Deluge
TrD

Re: Deluge does not start

Post by TrD »

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...
Found the solution for this:

Code: Select all

sudo apt-get install dbus-x11
Here is the bug: https://bugs.launchpad.net/ubuntu/+sour ... bug/223519
bigc211
New User
New User
Posts: 4
Joined: Wed May 28, 2008 2:54 am

Re: Deluge does not start

Post by bigc211 »

That solved it. Thanks.
Post Reply