Summary: | davfs2 is treated as local filesystem | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Thomas Weissel <xapient> |
Component: | general | Assignee: | KIO Bugs <kio-bugs-null> |
Status: | REOPENED --- | ||
Severity: | normal | CC: | a.samirh78, bharadwaj.raju777, kdelibs-bugs-null, meven29, tim.rosenow |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kio/commit/afb37351506046272adcfd05213a9c5fa697e9fc | Version Fixed In: | |
Sentry Crash Report: |
Description
Thomas Weissel
2016-11-23 20:00:09 UTC
Git commit afb37351506046272adcfd05213a9c5fa697e9fc by Ahmad Samir, on behalf of Bharadwaj Raju. Committed on 02/02/2022 at 09:54. Pushed by ahmadsamir into branch 'master'. Consider slow files as remote files in previewjob Consider files which are slow according to `KFileItem::isSlow()` as remote files. This makes browsing FUSE remote mounts (like with rclone) much smoother. Such mounts are still `isLocalFile()`, even though they represent a remote resource. Related: bug 349161 M +1 -1 src/widgets/previewjob.cpp https://invent.kde.org/frameworks/kio/commit/afb37351506046272adcfd05213a9c5fa697e9fc The commit from comment#2 was reverted https://invent.kde.org/frameworks/kio/-/commit/be7d351a8ac4cccc5e66b1d278326e6f26ead1c0 Had to be reverted unfortunately as it caused regression https://invent.kde.org/frameworks/kio/-/commit/be7d351a8ac4cccc5e66b1d278326e6f26ead1c0 We will revisit this, once we have improved our ntfs/fuse detection. Can I please add to this - the issue is actually worse than just slow previews. The davfs2 cache is exhausted almost immediately for any moderately sized or greater davfs2 share (when mounted via autofs or mount.davfs2), causing Dolphin (etc) to crash and the network share to hang, and transfer speed is irrelevant in this case. |