Changing the home folder to a symbolic link brings the following error: The location for the home folder is invalid or does not exist, it will not be applied.
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.