Bug 423481 - maximum size incorrectly applied
Summary: maximum size incorrectly applied
Status: REPORTED
Alias: None
Product: kio-extras
Classification: Frameworks and Libraries
Component: Thumbnails and previews (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks: 423082
  Show dependency treegraph
 
Reported: 2020-06-25 09:57 UTC by Harald Sitter
Modified: 2020-06-26 10:20 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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