https://bugs.kde.org/show_bug.cgi?id=439864
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/syst | |em/dolphin/commit/ea7d4f059 | |d5cb81b51053e7fec6492a727a9 | |68c2 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Version Fixed In| |21.08 --- Comment #12 from Nate Graham <n...@kde.org> --- Git commit ea7d4f059d5cb81b51053e7fec6492a727a968c2 by Nate Graham. Committed on 28/07/2021 at 18:59. Pushed by elvisangelaccio into branch 'release/21.08'. Revert "Don't session-restore invalid paths" This reverts commit c733b3aa9787a618a0ce5bb03b3fc731f5663b21. There are people who prefer the old behavior of session-restoring all paths including the ones which are currently inaccessible. The idea is that Dolphin is like a web browser; if a website is not currently available, the browser tells you that instead of silently discarding the URL and showing you the homepage. Doing this can be considered a form of data loss. In addition, the reason for the change was to prevent Dolphin from showing invalid paths on launch for unmounted removable disks, but that specific case was fixed separately by switching to ~ for any tabs/views that were showing locations on a just-unmounted removable disk. So you will never run into the problem if yo unmount a disk in Dolphin and then close it. Accordingly, let's revert the change because it causes more problems than it resolves. Related: bug 427619 FIXED-IN: 21.08 M +0 -14 src/dolphinmainwindow.cpp M +0 -6 src/dolphinmainwindow.h M +0 -4 src/main.cpp https://invent.kde.org/system/dolphin/commit/ea7d4f059d5cb81b51053e7fec6492a727a968c2 -- You are receiving this mail because: You are watching all bug changes.