Custom Query (2447 matches)
Results (91 - 93 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#207 | Fixed | gtk ui crashes over ssh | ||
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 |
|||
#208 | Fixed | Plugin to mark some torrents as "sticky" | ||
Description |
When you're babysitting a number of torrents in seeding, you'd be interested in "purging" from the list only those not marked as "sticky". This can be especially nice if you've got some torrents of yours for which you're the only seeder, and removing occasional downloads, with a long list of torrents. So, it'd be great if you could pin down (like done for Tomboy notes) some torrents in the main window not to have them removed from the list when selecting "Clear seeding torrents". A little pin icon near the torrent ordinal number would probably do the trick. Stealing them shamelessly from Tomboy could be nice :-). |
|||
#215 | Fixed | Fix ETA sort order | ||
Description |
Downloads that are pauzed or are downloading at 0.0KiB/s have their ETA set to forever (or something like that, I'm not using it in English but you probably get what I'm trying to say). When sorting downloads by ETA these paused/stalled downloads are placed higher than the fastest download, in stead of lower than the slowest. This doesn't make sense. A torrent that is not downloading is not faster than one that only has a few seconds left, at this rate it is slower than one that is expected to take another 3,5 days to download. Can the sorting be changed to display them in this order? Thank you! |