Summary: | MimeTypeFinderJob does not follow symlinks - causes problem launching file manager | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Jonathan Marten <jjm> |
Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | a.samirh78, kdelibs-bugs, nate |
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kio/-/commit/e79da836c34fce66231e396c7215314d0eba51b4 | Version Fixed In: | 5.83 |
Sentry Crash Report: |
Description
Jonathan Marten
2021-05-06 20:33:45 UTC
Replacing the KIO::StatBasic near the start of KIO::MimeTypeFinderJobPrivate::statFile() with KIO::StatBasic||KIO::StatResolveSymlink fixes the problem, but I don't know if there are other implications if doing this. Might make sense to open a merge request and ask again in there. A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kio/-/merge_requests/442 |