https://bugs.kde.org/show_bug.cgi?id=454206
--- Comment #13 from Mirco Miranda <mirco...@gmail.com> --- (In reply to Martin Kyral from comment #12) > Browsing folders with images is now usable again. However, viewing of an > image still uses QtRaw which is a) slow b) generates ugly previews. I was rereading this bug, and maybe (I have to check if it's possible) I could add the "jpg" subformat to the QtRaw plugin. If set, it returns the preview if it exists otherwise it generates the image from the raw (with the fastest mode). This way there would be two subformats: raw (default) and jpg. I have to check if it's possible for readers. The Qt doc is contradictory: the list of subformats seems made for writers, while setting/reading the subformat for reader and writer. For plugin disabling... I was recently considering standardizing cmake scripts and making all plugins disableable (currently only some can be disabled). This would not be a solution for GwenView: it would depend on the distro's choices. Unfortunately Qt does not provide a way to disable a plugin at runtime. So we would have to do something dirty (e.g. via environment variable and for consistency it should be implemented for each plugin). Anyway, I'll take a look at it in the next few days and let you know. -- You are receiving this mail because: You are watching all bug changes.