https://bugs.kde.org/show_bug.cgi?id=427274
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Version Fixed In| |20.12 Latest Commit| |https://invent.kde.org/syst | |em/dolphin/commit/4937992e9 | |3088bb572cda971bb899aed0e81 | |2aa3 Resolution|--- |FIXED --- Comment #6 from Nate Graham <n...@kde.org> --- Git commit 4937992e93088bb572cda971bb899aed0e812aa3 by Nate Graham. Committed on 11/10/2020 at 17:02. Pushed by ngraham into branch 'master'. When restoring former window state, append any URLs passed as args Before, when Dolphin was closed but opened with any URLs, it would open a new window with only those URLs, rather than restoring any window state (if the user has this feature enabled). Now, Dolphin will first restore state (if enabled) and then append any URLs, rather than replacing the existing set of URLs. The "new instance" case was previously handled automatically and now needs to be explictly handled by checking for it, to make sure that new instances give you a clean window rather than a state-restored window. FIXED-IN: 20.12 M +9 -2 src/main.cpp https://invent.kde.org/system/dolphin/commit/4937992e93088bb572cda971bb899aed0e812aa3 -- You are receiving this mail because: You are watching all bug changes.