#2075: Daemon paramaters in Windows
-------------------------+--------------------------------------------------
 Reporter:  StormPooper  |       Owner:        
     Type:  bug          |      Status:  new   
 Priority:  minor        |   Milestone:  Future
Component:  windows      |     Version:  1.3.4 
 Keywords:               |  
-------------------------+--------------------------------------------------
 When starting the Daemon via the GUI in Windows, the config parameter does
 not put quotes around the path name. This is fine if there are no spaces
 in the path (such as in my Win7 installation), but when running on my WHS
 (Server 2003) there are two spaces, in "Documents and Settings" and
 "Application Data".

 This is what the command looks like when run via the GUI:
 {{{
 "C:\Program Files\Deluge\deluged.exe" --port=58846 --config=C:\Documents
 and Settings\[username]\Application Data\deluge
 }}}


 and this is what it should look like:
 {{{
 "C:\Program Files\Deluge\deluged.exe" --port=58846 --config="C:\Documents
 and Settings\[username]\Application Data\deluge"
 }}}

 The first command fails due to the spaces, whereas wrapping the entire
 path in quotes fixes the issue.

 I believe this behaviour needs to be edited for running Deluged without
 any parameters too, but have not tested this.

-- 
Ticket URL: <http://dev.deluge-torrent.org/ticket/2075>
Deluge <http://deluge-torrent.org/>
Deluge project

-- 
You received this message because you are subscribed to the Google Groups 
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-dev?hl=en.

Reply via email to