https://bugs.kde.org/show_bug.cgi?id=452924
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #35 from [email protected] --- (In reply to Matt from comment #28) > Inspired by Alex's patch, but not wanting to re-compile kio after every > update, I wrote a temporary fix for this issue using LD_PRELOAD, which only > requires a single compilation and should work as kio/Dolphin updates. It > simply intercepts statfs() syscalls and returns a fake filesystem type of > "ext4" for NFS filesystems. KFileItemPrivate::isSlow() calls > KFileSystemType::fileSystemType() which calls statfs(). > > https://gist.github.com/DownrightNifty/fbfdf50cac60c6d973ebef10438d7ee5 > > It seems this could be resolved upstream by allowing the user to choose > which remote filesystems are designated as "slow". This patch was working well for me for the passed year but seems to have stopped working with a recent update. I genuinely can't understand how this isn't a bigger issue for people, but maybe it's only happening on certain systems/configurations? Wish I had something to offer beyond a plea, but If anyone happens to know how to get Matts patch working again, or some other solution, I'd greatly appreciate it. -- You are receiving this mail because: You are watching all bug changes.
