Bug 496912

Summary: Dolphin changes to the wrong dir when the current dir becomes unavailable
Product: [Applications] dolphin Reporter: Jin Liu <ad.liu.jin>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: kfm-devel
Priority: NOR    
Version First Reported In: 24.08.3   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Jin Liu 2024-12-02 01:23:45 UTC
STEPS TO REPRODUCE
1. `mkdir -p ~/tmp/a/b/c`
2. Open Dolphin
3. Navigate to ~/tmp/a/b/c
4. `rmdir ~/tmp/a/b/c`

OBSERVED RESULT
Dolphin changes to `~/tmp/a` and says `Current location changed, ‘/home/jin/tmp/a/b’ is no longer accessible.`

EXPECTED RESULT
Dolphin changes to `~/tmp/a/b` and says `Current location changed, ‘/home/jin/tmp/a/b/c’ is no longer accessible.`


SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 6.2.4
KDE Frameworks Version: 6.8.0
Qt Version: 6.8.0
Kernel Version: 6.12.1-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 5600H with Radeon Graphics
Memory: 15.0 GiB of RAM
Graphics Processor: AMD Radeon Graphics
Comment 1 Jin Liu 2024-12-02 01:33:21 UTC
Seems already fixed in master.