Summary: | does not close accessed folder => accumulates folder tabs | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Philippe ROUBACH <philippe.roubach> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | CC: | elvis.angelaccio, kfm-devel, nate |
Priority: | NOR | Keywords: | usability |
Version: | 20.12.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=427274 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Philippe ROUBACH
2020-12-11 16:07:49 UTC
This was an intentional change (see Bug 427274) but I'm starting to wonder if that was a good idea. To be honest, it kind of annoys me too--and I'm the one who made the change! Thing is, we can't really revert this change without regressing the fix for Bug 427274. Maybe it's something to make configurable, or maybe we need to make the tough decision of telling someone no. :) In the meantime you can tell Dolphin to not remember any previous window state in its config window. (In reply to Nate Graham from comment #1) > In the meantime you can tell Dolphin to not remember any previous window > state in its config window. this is what i did. add 2 options like in firefox "display last session" and "display history" Elvis, what are your thoughts? I think the fix for #427274 was necessary, you want tabs to be restored regardless of how you started dolphin. I'm not sure how to reproduce this issue, the steps are not really clear. > you want tabs to be restored regardless of how you started dolphin.
It would appear that the reporter of this bug report doesn't. :)
Here are clearer steps to reproduce:
1. Launch Dolphin and navigate somewhere, open some tabs, etc. Just use it normally
2. Close Dolphin
3. Launch Dolphin again with a specific location using an app's "Open Containing Folder" feature or by executing `dolphin [some location]`
Dolphin opens with the specified URL in a new tab, rather than erasing the history from the last session.
(In reply to Nate Graham from comment #6) > > you want tabs to be restored regardless of how you started dolphin. > It would appear that the reporter of this bug report doesn't. :) > > Here are clearer steps to reproduce: > 1. Launch Dolphin and navigate somewhere, open some tabs, etc. Just use it > normally > 2. Close Dolphin > 3. Launch Dolphin again with a specific location using an app's "Open > Containing Folder" feature or by executing `dolphin [some location]` > > Dolphin opens with the specified URL in a new tab, rather than erasing the > history from the last session. Oh, I get it now. Yeah this is exactly what #427274 asked for... But maybe a good middle-ground could be to revert that commit and change the label in the settings dialog to: "Show on startup: Folders, tabs and window state from last time, if not asked for a specific folder". Or something similar :) Or... make it configurable! >:P A setting to configure another setting :D After thinking more about this, I think we should close this ticket actually. If you don't like tabs to be restored, you can just turn off the feature... That seems reasonable to me. I imagine that the people who are annoyed by this behavior are satisfied by simply turning the feature off, as the reporter apparently has done. |