Default download directory missing path separator
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
DC++ |
Fix Released
|
Low
|
Steven Sheehy | ||
LinuxDC++ |
Fix Released
|
Medium
|
Razzloss |
Bug Description
Upon first launching linuxdcpp without any prior settings, linuxdcpp seems to suggest I should save all new downloads into the folder (replace <user> with a user name):
/home/<
which would be fine if it weren't for the fact that the default setting for the download directory is missing the slash mark between "<user>" and "Downloads/", thus making the default download directory:
/home/<
which does not exist (at least there is no such user on my system). If someone does not change their default setting, they might not get anything downloaded, right?
I've attached a screen shot in case the explanation was unclear. (Notice the cursor between "<user>" and "Downloads" -- I didn't accidentally remove the slash mark :) the cursor just happened to be there.)
I already had a directory called Downloads in my home dir, if that might have anything to do with it.
summary: |
- Default download directory missing slash mark. + Default download directory missing path separator |
tags: |
added: preferences removed: directory settings |
Changed in dcplusplus: | |
assignee: | nobody → Steven Sheehy (steven-sheehy) |
importance: | Undecided → Low |
status: | New → Fix Committed |
Changed in linuxdcpp: | |
status: | Fix Committed → Fix Released |
And this is with the bzr trunk and not with the latest release 1.0.3?
Anyway confirmed for bzr trunk. Download path seems to be HOME + Downloads/ and I think in most cases $HOME doesn't include the trailing /.
--RZ