| Summary: | Configuration error: changing the home folder to a symbolic link (is an existing directory) | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | gottfried.mueller |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | dolphin-bugs-null, kdedev, pr715, qxlddwas |
| Priority: | NOR | ||
| Version First Reported In: | 22.12.2 | ||
| Target Milestone: | --- | ||
| Platform: | Manjaro | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | patch to fix symlink as directory | ||
|
Description
gottfried.mueller
2023-02-28 12:41:21 UTC
I think this is due to how the isDir check in FoldersTabsSettingsPage::applySettings is done [1]. Perhaps it needs KIO::StatDetail::StatResolveSymlink ? [1] https://invent.kde.org/system/dolphin/-/blob/07da115293dacf702e398e402bc61f0ce386e87c/src/settings/interface/folderstabssettingspage.cpp#L182 *** Bug 504159 has been marked as a duplicate of this bug. *** Created attachment 181419 [details]
patch to fix symlink as directory
With the attached patch, using a symlinked directory works.
(In reply to Martin from comment #3) This was 25.04.1, btw. |