[opensuse] Client failed to connect to the D-BUS daemon
Hello: I would like to run deluge on openSUSE 13.1 with KDE3 desktop. When I run deluge, I get a list of errors: ~> deluge (deluge:26545): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Failed to connect to socket /tmp/dbus-zceXBHrC2m: Connection refused (deluge:26545): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Failed to connect to socket /tmp/dbus-zceXBHrC2m: Connection refused (deluge:26545): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Failed to connect to socket /tmp/dbus-zceXBHrC2m: Connection refused (deluge:26545): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Failed to connect to socket /tmp/dbus-zceXBHrC2m: Connection refused (deluge:26545): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Failed to connect to socket /tmp/dbus-zceXBHrC2m: Connection refused (deluge:26545): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Failed to connect to socket /tmp/dbus-zceXBHrC2m: Connection refused Traceback (most recent call last): File "/usr/bin/deluge", line 9, in <module> load_entry_point('deluge==1.3.11', 'gui_scripts', 'deluge')() File "/usr/lib/python2.7/site-packages/deluge/main.py", line 132, in start_ui UI(options, args, options.args) File "/usr/lib/python2.7/site-packages/deluge/ui/ui.py", line 150, in __init__ ui = GtkUI(args) File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/gtkui.py", line 233, in __init__ common.associate_magnet_links(False) File "/usr/lib/python2.7/site-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 dbus-daemon is running. ~> ps -e|grep dbus 1494 ? 00:00:05 dbus-daemon I know nothing about dbus but deluge used to work earlier. How could I fix this? Thanks, Istvan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
12.10.2016 19:26, Istvan Gabor пишет:
Hello:
I would like to run deluge on openSUSE 13.1 with KDE3 desktop. When I run deluge, I get a list of errors:
~> deluge
(deluge:26545): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Failed to connect to socket /tmp/dbus-zceXBHrC2m: Connection refused ...
dbus-daemon is running. ~> ps -e|grep dbus 1494 ? 00:00:05 dbus-daemon
It is system bus. Deluge likely wants to connect to session bus.
I know nothing about dbus but deluge used to work earlier. How could I fix this?
Thanks,
Istvan
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2016-10-12 18:26, Andrei Borzenkov wrote:
12.10.2016 19:26, Istvan Gabor пишет:
Hello:
I would like to run deluge on openSUSE 13.1 with KDE3 desktop. When I run deluge, I get a list of errors:
~> deluge
(deluge:26545): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Failed to connect to socket /tmp/dbus-zceXBHrC2m: Connection refused ...
dbus-daemon is running. ~> ps -e|grep dbus 1494 ? 00:00:05 dbus-daemon
It is system bus. Deluge likely wants to connect to session bus.
I know nothing about dbus but deluge used to work earlier. How could I fix this?
Is it actually failing to work? I don't know what deluge is, but I get similar wodges of messages wingeing about dbus from many programs if I run them from an xterm as another user than the one that owns the desktop. The programs still work, but the controlling xterm is pretty useless from then on because of all these messages (and yes, I suppose I could 2> /dev/null) Cheers, Dave -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Dave Howorth írta:
On 2016-10-12 18:26, Andrei Borzenkov wrote:
12.10.2016 19:26, Istvan Gabor пишет:
Hello:
I would like to run deluge on openSUSE 13.1 with KDE3 desktop. When I run deluge, I get a list of errors:
~> deluge
(deluge:26545): GConf-WARNING **: Client failed to connect to the D-BUS daemon: Failed to connect to socket /tmp/dbus-zceXBHrC2m: Connection refused ...
dbus-daemon is running. ~> ps -e|grep dbus 1494 ? 00:00:05 dbus-daemon
It is system bus. Deluge likely wants to connect to session bus.
I know nothing about dbus but deluge used to work earlier. How could I fix this?
Is it actually failing to work?
Yes, it could not start.
I don't know what deluge is, but I get similar wodges of messages
It's a gui torrent client.
wingeing about dbus from many programs if I run them from an xterm as another user than the one that owns the desktop. The programs still work, but the controlling xterm is pretty useless from then on because of all these messages (and yes, I suppose I could 2> /dev/null)
I usually run a vnc session using the same desktop (KDE3). I wanted to test if it causes the problem or not. I restarted the computer. After login I could start deluge in the main graphical session (:0, vt7). A quit the program, started a vnc session, logged in to the vnc session. I could start deluge in the vnc session too, no problem. I quit the program. Went back to the main desktop (while the vnc desktop was still running) and tried to run deluge again from the main desktop. It started without problem. It seems that not the running vnc session causes/caused the dbus problem. Now (after computer restart) the problem is not showing and I hope it will not return. (But is shouldn't have happened at all.) Thanks, Istvan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (3)
-
Andrei Borzenkov
-
Dave Howorth
-
Istvan Gabor