Version: (using KDE 4.2.90) OS: Linux Installed from: Ubuntu Packages Currently, when setting the size limit for previews, it does not generate previews for the files with size above that limit. That is good for images, but considering other file types, like PDF or plain text (or even video), this is too restrictive. If I have a 5MB size limit, it will not generate thumbnail for a 10MB text file. But note that it is not needed to read 10MB of text to generate the thumbnail for the first lines. I believe the size limit is to restrict the amount of data to read from disk/network, which would not make much sense in this case. I believe this also applies to PDF and video files, where only one page or frame is previewed, requiring much less reads than the whole file. So the wish would be to take in consideration how much would need to be read depending on the particular file type and content, instead of blindly assuming the entire file.
Thanks for the suggestion! I agree that this sounds very reasonable from a user's point of view. But I'm afraid this would not be easy to implement, and it would add a lot of complexity to the code (the calculation of the required size would have to be done separately for every file type). Moreover, I don't know if it's actually possible to read files partially over a network connection.
Resetting assignee to default as per bug #305719
Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved.
This wish is still relevant.