D28745: Skip caching thumbnails on encrypted filesystems
Thiago Macieira
noreply at phabricator.kde.org
Mon Jun 29 16:25:29 BST 2020
thiago added a comment.
> for (Device device: list) {
> StorageAccess *storageAccess = device.as<StorageAccess>();
> if (canonPath.startsWith(storageAccess->filePath()) && storageAccess->filePath().size() > match_length) {
> match_length = storageAccess->filePath().size();
> match = device;
> }
>
This search is affected by the same sibling match bug that QStorageInfo was. See https://bugreports.qt.io/browse/QTBUG-49498.
REPOSITORY
R320 KIO Extras
REVISION DETAIL
https://phabricator.kde.org/D28745
To: marcingu, ivan, broulik, #dolphin, ngraham, meven, bruns
Cc: thiago, bruns, meven, ngraham, kde-frameworks-devel, kfm-devel, waitquietly, azyx, nikolaik, pberestov, iasensio, aprcela, fprice, LeGast00n, cblack, fbampaloukas, alexde, Codezela, feverfew, michaelh, spoorun, navarromorales, firef, andrebarros, emmanuelp, rdieter, mikesomov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20200629/fd150115/attachment.htm>
More information about the kfm-devel
mailing list