Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (664 - 666 of 2449)

Ticket Resolution Summary Owner Reporter
#1500 Fixed Console client crashes on command longer than terminal width Calum bjwebb
Description

If a command is typed in the console client that is longer than the width of the terminal, the client will close itself. This includes typing the command manually, pasting it in, or tab completing.

#1504 Fixed Running deluge daemon as a not logged in user via runas or as a service. Calum mindthemonkey
Description

The %APPDATA% environment variable referenced in deluge/common.py on line 149 and line 151 is not available when running a process via the "runas" command or running deluged as a service using the "srvany.exe" windows resource kit tool to setup a process as a service.

The following error occurs:

[ERROR ] 21:59:59 init__:1080 object of type 'NoneType' has no len() Traceback (most recent call last): File "deluge\main.py", line 214, in start_daemon File "deluge\core\daemon.py", line 52, in init File "deluge\configmanager.py", line 130, in get_config_dir File "deluge\configmanager.py", line 93, in get_config_dir File "deluge\configmanager.py", line 51, in config_directory File "deluge\common.py", line 151, in get_default_config_dir File "ntpath.py", line 96, in join TypeError: object of type 'NoneType' has no len()

The issues is detailed for another language here: http://groups.google.com/group/microsoft.public.vc.language/browse_thread/thread/9ccb4cfcae91a197?fwc=1

And a suggestion to pull the same variable from the registry is detailed which can be achieved with the attached python snippet

#1506 Fixed scheduler plugin does not restore speed on yellow->green transition Calum wyrm
Description

Everything works as expected on a green->yellow transition, but max speed is NOT restored on a yellow->green transition.

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