Bug 496912 - Dolphin changes to the wrong dir when the current dir becomes unavailable
Summary: Dolphin changes to the wrong dir when the current dir becomes unavailable
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 24.08.3
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-02 01:23 UTC by Jin Liu
Modified: 2024-12-02 01:33 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.