Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 2449)

Ticket Resolution Summary Owner Reporter
#201 WorksForMe Deluge crashes when selecting the Peers tab andar anonymous
Description

Yup. Summary pretty much covers it. In 0.5.9.0, Deluge crashes anytime and everytime I select the "Peers" tab for any torrent.

#206 Fixed SystemTray instance has no attribute 'tray_glade' andar anonymous
Description

when changing the max. upload speed in the statusbar of the 0.6 gtkui, I get this:

[DEBUG   ] signals:114 config_value_changed signal received..
Traceback (most recent call last):
  File "/usr/lib64/python2.5/site-packages/deluge/ui/gtkui/signals.py", line 116, in config_value_changed
    component.get("SystemTray").config_value_changed(key, value)
  File "/usr/lib64/python2.5/site-packages/deluge/ui/gtkui/systemtray.py", line 149, in config_value_changed
    self.config_value_changed_dict[key](value)
  File "/usr/lib64/python2.5/site-packages/deluge/ui/gtkui/systemtray.py", line 162, in _on_max_upload_speed
    self.build_tray_bwsetsubmenu()
  File "/usr/lib64/python2.5/site-packages/deluge/ui/gtkui/systemtray.py", line 206, in build_tray_bwsetsubmenu
    self.tray_glade.get_widget("menuitem_download_limit").set_submenu(
AttributeError: SystemTray instance has no attribute 'tray_glade'

There is no crash and changing the speed works, but it is a bug I think.

#207 Fixed gtk ui crashes over ssh andar deluge-trac@…
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
Note: See TracQuery for help on using queries.