[kio-extras] [Bug 453497] Dolphin doesn't show folder preview on local file system until you enter that folder

Kai Uwe Broulik bugzilla_noreply at kde.org
Wed May 11 09:57:53 BST 2022


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

Kai Uwe Broulik <kde at privat.broulik.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kde at privat.broulik.de

--- Comment #5 from Kai Uwe Broulik <kde at privat.broulik.de> ---
It's a bug in the thumbnail KIO which creates the directory thumbnails. Loading
from cahce works but generation of new ones does not work. This is why the
thumbnails start showing up after having entered the directory because the
thumbnails are generated properly then.

Bug is in
https://invent.kde.org/network/kio-extras/-/blob/master/thumbnail/thumbnail.cpp#L734
where "subPlugin" is the path to the .so file whereas m_enabledPlugins contains
a list of IDs, so this check never passes and no thumbnail is generated.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list