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: CONFIRMED ---    
Severity: normal CC: nate, postix
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
See Also: https://bugs.kde.org/show_bug.cgi?id=178678
https://bugs.kde.org/show_bug.cgi?id=504984
Latest Commit: Version Fixed In:
Sentry Crash Report:
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