Summary: | Video thumbnails using ffmpegthumbs stopped working within gocryptfs mounts after updating to KDE frameworks 6.1 | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | SC <kde> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | ax.saintclair, ipha00, kfm-devel, techsav, todorst |
Priority: | NOR | ||
Version First Reported In: | 24.02.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
SC
2024-04-15 02:31:37 UTC
After this update, I noticed my network drive thumbnails were not showing anymore, and I figured out that the setting Skip previews for remote files above a certain size is set to no previews. That's the reason why it's not showing any previews, but I thought this setting was only for network drives. Why does it affect vaults? That seems like a bug. In Dolphin, go to Configure > Interface > Previews and increase the size of the remote file previews. See if that works for you as well. (In reply to Rean from comment #1) > After this update, I noticed my network drive thumbnails were not showing > anymore, and I figured out that the setting Skip previews for remote files > above a certain size is set to no previews. That's the reason why it's not > showing any previews, but I thought this setting was only for network > drives. Why does it affect vaults? That seems like a bug. In Dolphin, go to > Configure > Interface > Previews and increase the size of the remote file > previews. See if that works for you as well. Ah yes. That does appear to be the issue. It seems like Dolphin is misclassifying gocryptfs mounts as network mounts. I'm guessing, maybe it has always had this problem, but it has always been occluded by ffmpegthumbs's behaviour of disregarding the preview limit. Then in a recent update the preview limit is now respected, so the problem becomes visible. Same issue with encfs. The problem is that even if you increase the preview file size for remote files, the previews are never saved. That means if you're clicking through directories, it will have to reload all preview files every single time. |