Custom Query (2447 matches)
Results (43 - 45 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#43 | Fixed | gtkui fails to start | ||
Description |
Deluge 0.6.0.0r2826 gtkui fails to start with [INFO ] ui:55 Starting GtkUI.. [DEBUG ] client:55 CoreProxy init.. Traceback (most recent call last): File "/usr/bin/deluge", line 7, in ? sys.exit( File "/usr/lib/python2.4/site-packages/deluge/main.py", line 68, in start_ui UI(options, args) File "/usr/lib/python2.4/site-packages/deluge/ui/ui.py", line 56, in __init__ from deluge.ui.gtkui.gtkui import GtkUI File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/gtkui.py", line 62, in ? from coreconfig import CoreConfig ImportError: No module named coreconfig |
|||
#44 | Fixed | move up and down not implemented in web ui (nightly) | ||
Description |
Hi, I use yesterday's nightly deb package on ubuntu. Thank you for the nice work. It looks like the code for moving files up and down is not yet implemented. Here is the traceback from clicking on that green arrow. Traceback (most recent call last):
AttributeError: 'module' object has no attribute 'queue_up' Regards Rolf Leggewie |
|||
#45 | Fixed | separate maximum active torrents from torrents that are seeding | ||
Description |
i am trying the best way to describe it but basically so that for example you could have 1 torrent downloading and two torrents seeding and when the torrent downloading finishes it starts the next one in the queue and the finished torrents goes to seed and it doesn't affect the overall amount of maximum active torrents another example Max No. of torrents Downloading: 1 Max No. of torrents Seeding: 3 something setup like that instead of just Maximum simultaeneus active torrents: 4 |