Custom Query (2449 matches)
Results (601 - 603 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1450 | Fixed | Setting paths with "config --set" in deluge-console appends trailing space | ||
| Description |
If a path is set in deluge-console with a command such as:
The path that gets saved to /home/user/.config/deluge/core.conf contains a trailing space:
This causes a directory with the name "/home/user/Downloads\ " to be created (notice the trailing space). The only way to correctly set the path is to manually change it in "/home/user/.config/deluge/core.conf". |
|||
| #990 | Fixed | Setting max upload speed to zero in AJAX WebUI makes it unlimited | ||
| Description |
If you set the upload speed to zero (0) one would expect Deluge to completely throttle upload traffic, but instead, setting it to zero removes the limit. Note that it doesn't say "(-1 KB/s)" on the status bar, it says "(0 KB/s)" instead. Resolution: Either choosing 0 should limit upload speed completely OR 0 should be an invalid value. For the record I'm using Deluge 1.1.9 compiled from SVN. |
|||
| #3470 | Fixed | Setproctitle not opt-dep. | ||
| Description |
As title, the code in deluge using setproctitle, uses it in optional manner, but it's "hardcoded" for install in setup.py(and requirements.txt but ok there I guess, maybe add comment though) under 'install_requires'. Only stumbled upon this one, and didn't check if other optional deps have same issue. Thanks in advance. |
|||
