Bug 328940

Summary: Go to first available parent directory when missing directory detected
Product: [Applications] krusader Reporter: Cade <ahx2323>
Component: generalAssignee: Krusader Bugs Distribution List <krusader-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal CC: alex.bikadorov, krusader-bugs-null
Priority: NOR    
Version First Reported In: 2.4.0-beta3 "Single Step"   
Target Milestone: ---   
Platform: Mint (Ubuntu based)   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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.