Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (601 - 603 of 2449)

Ticket Resolution Summary Owner Reporter
#1450 Fixed Setting paths with "config --set" in deluge-console appends trailing space Calum ionsquare
Description

If a path is set in deluge-console with a command such as:

config --set download_location /home/user/Downloads

The path that gets saved to /home/user/.config/deluge/core.conf contains a trailing space:

"download_location": "/home/user/Downloads "

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 Damien Churchill neggelandia@gmail.com
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. mhertz
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.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.