Bug 423481

Summary: maximum size incorrectly applied
Product: [Frameworks and Libraries] kio-extras Reporter: Harald Sitter <sitter>
Component: Thumbnails and previewsAssignee: Plasma Bugs List <plasma-bugs>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
See Also: https://bugs.kde.org/show_bug.cgi?id=178678
Latest Commit: Version Fixed In:
Bug Depends on:    
Bug Blocks: 423082    

Description Harald Sitter 2020-06-25 09:57:57 UTC
SUMMARY
as per dolphin and also as per the apparent behavior elsewhere the MaximumSize config means ignore if set to 0, yet thumbForDirectory incorrectly checks the dirents are < MaximumSize which in turn means when one configures dolphin to 0 (No Limit) it will in effect disable previews for folders.

size check probably simply needs to ignore 0