Bug 452109

Summary: Dolphin Thumbnail issue
Product: [Applications] dolphin Reporter: issue137
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: bugseforuns, kfm-devel
Priority: NOR    
Version: 21.12.2   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description issue137 2022-03-31 13:43:58 UTC
SUMMARY

Dolphin doesn't show thumbnails on FUSE filesystems.

STEPS TO REPRODUCE
1. dd if=/dev/zero of=test bs=1M count=1K
2. mkfs.ntfs -F test
3. mkdir /media/tmp; mount.ntfs-3g test /media/tmp
4. mkdir /media/tmp/test; cp <some-picture-file> /media/tmp/test/; chmod -R 777 /media/tmp
5. Navigate to the /media/tmp folder in Dolphin and turn on previews.

OBSERVED RESULT

You will see that the test-folder doesn't show the thumbnail of the file in it.
It works on all other filesystems, but not on filesystems mounted via FUSE.

EXPECTED RESULT

The folder should show the thumbnail of the file in it.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: tested on Fedora 35 and Ubuntu 21.10 (with 22.04 repo in apt)
Dolphin: 21.08.1 works correctly, 21.12.2 has the issue
Comment 1 Patrick Silva 2022-04-01 14:13:17 UTC

*** This bug has been marked as a duplicate of bug 451408 ***