[dolphin] [Bug 452924] Dolphin not showing metadata for files on network shares, "Details" tab in File Properties missing

Matt bugzilla_noreply at kde.org
Sat May 18 01:54:29 BST 2024


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

Matt <contact at downrightnifty.me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |contact at downrightnifty.me

--- Comment #28 from Matt <contact at 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 on the CC list for the bug.


More information about the kfm-devel mailing list