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...
Created attachment 94782 [details] Screenshot - thumbnails in Krusader vs. Dolphin Screenshot (thumbnails in Krusader vs. Dolphin) from jpeg.cz added here
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());
*** This bug has been marked as a duplicate of bug 329307 ***