Opened 13 years ago
Closed 12 years ago
#2075 closed bug (Fixed)
Daemon paramaters in Windows
Reported by: | StormPooper | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Future |
Component: | Windows OS | Version: | 1.3.4 |
Keywords: | Cc: |
Description
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.
Fixed in cd8ab2805cb7