https://bugs.kde.org/show_bug.cgi?id=452924

Matt <cont...@downrightnifty.me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cont...@downrightnifty.me

--- Comment #28 from Matt <cont...@downrightnifty.me> ---
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".

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to