Custom Query (2447 matches)
Results (4 - 6 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#14 | Fixed | Debian Lenny x64 version does not specify dbus-x11 package as required | ||
Description |
The dbus-x11 package provides dbus-launch, which is evidently required for deluge startup. The deb installation file should include this package as a dependency. |
|||
#23 | Fixed | Specify Download Location/Files in WebUI | ||
Description |
The add torrent dialog for the current WebUI is very basic. If it could be made to match the GTK dialog, or at least have the ability to specify the download location that would be great, and help those of us who use our desktops are seedboxes. |
|||
#24 | Fixed | Segfault in deluge_core.so while checking partial download (Debian) | ||
Description |
Torrent partially downloaded; ran out of disk space; killed deluge forcefully (ctrl-alt-backspace to kill X). Added disk space to partition and resumed deluge. On startup, deluge started to check the partial download. It reproducibly crashes part way through the check. Here is the backtrace: #0 0xb6c9995d in libtorrent::piece_manager::export_piece_map ()
#1 0xb6c04bed in libtorrent::torrent_handle::write_resume_data ()
#2 0xb6d571c1 in ?? ()
... Appears to be the same as this Ubuntu bug: https://bugs.launchpad.net/ubuntu/+source/deluge-torrent/+bug/190028 I have also filed this as Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465059 |