https://bugs.kde.org/show_bug.cgi?id=397545
Christoph Cullmann <cullm...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cullm...@kde.org --- Comment #2 from Christoph Cullmann <cullm...@kde.org> --- Did you try it with my patch from https://phabricator.kde.org/D14890 applied? For me it only happens with the None filter variant of the KDevFilter, which is worked around in that. Could you try with some non-gz file but without the shortcut in the line QScopedPointer<QIODevice> saveFile((type == KCompressionDevice::None) ? static_cast<QIODevice*>(new QFile(filename)) : static_cast<QIODevice*>(new KCompressionDevice(filename, type))); aka always using the KCompressionDevice? -- You are receiving this mail because: You are watching all bug changes.