https://bugs.kde.org/show_bug.cgi?id=411919
--- Comment #34 from Marcin Gurtowski <halftough...@gmail.com> ---
Ok, to be more specific, previews aren't currently showed, because when we
check if file is local, we also exclude "slow" devices

`if ((itemUrl.isLocalFile() || KProtocolInfo::protocolClass(itemUrl.scheme())
== QLatin1String(":local")) && !d->currentItem.item.isSlow())`

This causes kio to use logic for remote files. Once we change dolphin settings
and set a limit for remote previews, previews for encrypted storage will also
become visible.

What behavior are we expecting here? Should I just remove
`!d->currentItem.item.isSlow())` for this check or do we actually want to treat
slow devices same as remote ones?

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

Reply via email to