Deluge D-BUS error
Posted: Sun May 04, 2014 5:14 pm
I have been running Deluge for about 3 months now on my Ubuntu machine with no issues until now. One day, I restart my system to find Deluge not running at all. Try starting it manually and get this error message:
I'm a bit of a novice in terms of linux but I tried everything I could find to try and fix this D-BUS issue. Ended up reinstalling to Xubuntu 14.04 and the issue still persists. Anyone have any ideas on what's wrong?
Code: Select all
$ deluge
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display
warnings.warn(str(e), _gtk.Warning)
(deluge:9506): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
Traceback (most recent call last):
File "/usr/bin/deluge", line 9, in <module>
load_entry_point('deluge==1.3.6', 'gui_scripts', 'deluge')()
File "/usr/lib/python2.7/dist-packages/deluge/main.py", line 132, in start_ui
UI(options, args, options.args)
File "/usr/lib/python2.7/dist-packages/deluge/ui/ui.py", line 150, in __init__
ui = GtkUI(args)
File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py", line 213, in __init__
common.associate_magnet_links(False)
File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/common.py", line 255, in associate_magnet_links
if (gconf_client.get(key) and overwrite) or not gconf_client.get(key):
glib.GError: No D-BUS daemon running