Bug 353312 - Image thumbnails (jpeg) missing for files bigger than 3 MB
Summary: Image thumbnails (jpeg) missing for files bigger than 3 MB
Status: RESOLVED DUPLICATE of bug 329307
Alias: None
Product: krusader
Classification: Applications
Component: general (other bugs)
Version First Reported In: 2.4.0-beta3 "Single Step"
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Krusader Bugs Distribution List
URL: http://www.jpeg.cz/images/2015/09/29/...
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-29 09:13 UTC by JirkaZ
Modified: 2018-05-06 00:15 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Screenshot - thumbnails in Krusader vs. Dolphin (475.98 KB, image/jpeg)
2015-09-30 07:35 UTC, JirkaZ
Details

Note You need to log in before you can comment on or make changes to this bug.
Description JirkaZ 2015-09-29 09:13:41 UTC
Krusader does not show thumbnails for jpeg images bigger than 3 MB. Dolphin has no problem in the same situation (in the same system and PC)... See screenshots on URL above.

Reproducible: Always

Steps to Reproduce:
1. open folder in Krusader with jpeg images with file size below and above 3 MB
2. switch to thumbnail view
3. thumbnails for files below 3 MB are visible, for files above 3 MB are not visible 

Actual Results:  
no visible thumbnails for jpeg files above 3 MB

Expected Results:  
visible thumbnails for jpeg files above 3 MB

I actually use openSUSE 13.1 with KDE 4.11.5, but described problem is here from beginning of my Krusader use...
Comment 1 JirkaZ 2015-09-30 07:35:22 UTC
Created attachment 94782 [details]
Screenshot - thumbnails in Krusader vs. Dolphin

Screenshot (thumbnails in Krusader vs. Dolphin) from jpeg.cz added here
Comment 2 Alex Bikadorov 2016-10-09 19:55:56 UTC
Maximum file size should be 5MB. Or you have some old setting somewhere.
See https://api.kde.org/frameworks/kio/html/previewjob_8cpp_source.html#l00760

I would say we need a new setting here for the maximum file size, Dolphin is just doing
> job->setIgnoreMaximumSize(m_item.isLocalFile());
Comment 3 Alex Bikadorov 2017-05-14 14:04:05 UTC

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