Summary: | Open dolphin in current activity folder by default | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Aldoo <aldo-public> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | kfm-devel, nate |
Priority: | NOR | Keywords: | junior-jobs |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/system/dolphin/commit/87bb0ca10b9a486d982ceadf9be3d0dad68cf437 | Version Fixed In: | 21.04 |
Sentry Crash Report: |
Description
Aldoo
2020-11-09 13:05:52 UTC
Seems reasonable. Right now the text field in the settings window for the initial view to open only accepts real locations, but it could easily be altered to accept abstract URIs like this one as well. A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/109 Git commit 87bb0ca10b9a486d982ceadf9be3d0dad68cf437 by Elvis Angelaccio, on behalf of Derek Christ. Committed on 21/12/2020 at 21:28. Pushed by elvisangelaccio into branch 'master'. Allow non-local startup location Only local directories were supported to be set as the starting location of Dolphin. This commit fixes this by using an KIO::StatJob to determine if the path is actually pointing to a directory or a file regardless if it is a local or a remote path. Additionaly a hard-coded exception for urls with the scheme "timeline" was removed because with the new fix it is now obsolete. M +16 -4 src/settings/startup/startupsettingspage.cpp M +1 -0 src/settings/startup/startupsettingspage.h https://invent.kde.org/system/dolphin/commit/87bb0ca10b9a486d982ceadf9be3d0dad68cf437 |