Ticket #207 (closed bug: fixed)
gtk ui crashes over ssh
| Reported by: | deluge-trac@… | Owned by: | andar |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | gtkui | Version: | 0.6.0svn |
| Keywords: | Cc: |
Description
Hi,
the gtk ui crashes in the latest hardy nightly. Not sure if it makes a difference, but I call it on machine X and forward it over SSH to machine Y's display. Both machines are on a LAN.
[DEBUG ] component:102 Registered QueuedTorrents with ComponentRegistry..
[DEBUG ] configmanager:88 Getting config 'gtkui.conf'
/var/lib/python-support/python2.5/deluge/ui/gtkui/queuedtorrents.py:55: GtkWarning: Unable to locate theme engine in module_path: "industrial",
"glade/queuedtorrents.glade"))
[DEBUG ] component:102 Registered DbusInterface with ComponentRegistry..
Traceback (most recent call last):
File "/usr/bin/deluge", line 8, in <module>
load_entry_point('deluge==0.6.0.0', 'console_scripts', 'deluge')()
File "/var/lib/python-support/python2.5/deluge/main.py", line 70, in start_ui
UI(options, args)
File "/var/lib/python-support/python2.5/deluge/ui/ui.py", line 61, in __init__
ui = GtkUI(args)
File "/var/lib/python-support/python2.5/deluge/ui/gtkui/gtkui.py", line 133, in __init__
self.dbusinterface = DbusInterface(args)
File "/var/lib/python-support/python2.5/deluge/ui/gtkui/dbusinterface.py", line 57, in __init__
bus = dbus.SessionBus()
File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 217, in __new__
mainloop=mainloop)
File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 106, in __new__
bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
File "/var/lib/python-support/python2.5/dbus/bus.py", line 125, in __new__
bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute dbus-launch to autolaunch D-Bus session
Change History
Note: See
TracTickets for help on using
tickets.
