https://bugs.kde.org/show_bug.cgi?id=446588
--- Comment #7 from Dmitry Kazakov <dimul...@gmail.com> --- Hi, Eoin! > Are you sure this isn't a bigger issue with the way the md5 sums work? I bet you are requesting MD5 via loadedResource->md5(), which (for a resource not loaded into any storage) triggers a fallback and generates MD5 on the fly. This MD5 is extremely fragile and cannot be used. You need to calculate MD5 explicitly on the resource file using `KoMD5Generator::generate()`. -- You are receiving this mail because: You are watching all bug changes.