Custom Query (2449 matches)
Results (259 - 261 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2075 | Fixed | Daemon paramaters in Windows | ||
| 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. |
|||
| #2425 | Fixed | Invalid shortkey in french translation | ||
| Description |
There is a small typo in the French translation which has an unwanted space between the '_' for keyboard shortcut and the actual letter of the word. |
|||
| #3083 | Fixed | utf8_encoded missing for backward compatibility | ||
| Description |
Trying to use YaRSS2 with deluge 2.0b2.dev10 gives following error when trying to activate plugin Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/pluginmanagerbase.py", line 145, in enable_plugin
instance = cls(plugin_name.replace('-', '_'))
File "build/bdist.linux-x86_64/egg/yarss2/__init__.py", line 40, in __init__
from core import Core as CorePluginClass
File "build/bdist.linux-x86_64/egg/yarss2/core.py", line 15, in <module>
File "build/bdist.linux-x86_64/egg/yarss2/rssfeed_scheduler.py", line 19, in <module>
File "build/bdist.linux-x86_64/egg/yarss2/torrent_handling.py", line 17, in <module>
ImportError: cannot import name utf8_encoded
|
|||
