Opened 12 years ago
Closed 12 years ago
#2208 closed bug (Fixed)
Open Folder not working after Complete download moved under Windows
Reported by: | Albertina | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3.6 |
Component: | Windows OS | Version: | 1.3.5 |
Keywords: | windows open folder completed | Cc: |
Description
Deluge: 1.3.5
Operating System: Windows 7 64 bits with Service Pack 1
Steps involved to reproduce the bug:
Select a folder for Incomplete downloads Select a folder for Completed downloads Right click an incomplete download and select Open Folder (it will open) Right click the same download after it's completed and select Open Folder (it won't open)
Change History (4)
comment:1 by , 12 years ago
Version: | other (please specify) → 1.3.5 |
---|
comment:2 by , 12 years ago
comment:3 by , 12 years ago
Milestone: | Future → 1.3.6 |
---|
Note:
See TracTickets
for help on using tickets.
Just looked into this and it's an issue with non-ascii folder names, the fix should look something like the following but probably should be covered with a try..except for the decode.
deluge/common.py
"%s" % path)