Custom Query (2447 matches)
Results (295 - 297 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#630 | Fixed | Blocklist Importer stuck | ||
Description |
When I try to enable the Blocklist importer module it is stuck on the "Importing..." dialog whilst attempting to import an previously invalid archive (Failed before when I could access preferences). When I cancel it the "Preferences" button is greyed out. This effectively prevents me from enabling or configuring the module. After pressing OK the module is still disabled after canceling the import. |
|||
#632 | Fixed | Doesn't load torrents with some special characters in path name | ||
Description |
Deluge fails to add torrents with some special characters in path name. For example characters: ä and ö. Nothing happens when I try to load those torrents, no error message. Log file says: [DEBUG ] 19:18:38 addtorrentdialog:184 Attempting to open C:\Documents and Settings\User\Työpöytä\blaa.torrent for add.
[WARNING ] 19:18:38 addtorrentdialog:193 Unable to open C:\Documents and Settings\User\Työpöytä\blaa.torrent: [Errno 2] No such file or directory: 'C: I'm using Deluge 1.0.6 and win xp SP3. |
|||
#636 | Fixed | start_localhost deluged config to gtkui location... | ||
Description |
While trying to hack on deluge (installed in a develop dir) and preserve my current deluge configuration, I noticed that deluged would use the configuration from my current deluge configuration. As I didn't want to risk messing up my current config or torrents, I looked around the deluge and found that, when deluge is started in classic_mode, the daemon is started and the config location is the default one (even if a gtkui config location is specified). Therefore, the attached diff feeds the gtkui config location to the daemon if the daemon is started up in classic_mode. You will notice that the start_localhost method in connectionmanager uses: 1) the long options, and 2) the winprocess call isn't changed. The first because the short options weren't being correctly parsed in main (or my poor usage of python is so bad that I could only get the long options to work). The second was because I don't have a windows box to test changes to the winprocess call on. |