Bug 328940 - Go to first available parent directory when missing directory detected
Summary: Go to first available parent directory when missing directory detected
Status: RESOLVED NOT A BUG
Alias: None
Product: krusader
Classification: Applications
Component: general (show other bugs)
Version: 2.4.0-beta3 "Single Step"
Platform: Mint (Ubuntu based) Linux
: NOR normal
Target Milestone: ---
Assignee: Krusader Bugs Distribution List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-17 23:32 UTC by Cade
Modified: 2018-05-06 00:15 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cade 2013-12-17 23:32:22 UTC
Go to first available parent directory when missing directory detected

Reproducible: Always

Steps to Reproduce:
1. Open terminal.
2. Type
mkdir --parents ./a/b/c
3. Type
krusader ./a/b/c
4. Type in terminal
rmdir ./a/b/c
5. Go to Krusader window.
6. Menu "View" -> "Reload".
Actual Results:  
Krusader show error message
"Error. The directory .../a/b/c does not exist."
and go to root directory "/".

Expected Results:  
Show above error message
and go to first available parent directory,
i.e. to "./a/b" (not to "/").
Comment 1 Alex Bikadorov 2017-03-21 19:36:24 UTC
With commit ec93890d automatically changing the directory to a parent if it does not exist was removed. See bug 298292.