https://bugs.kde.org/show_bug.cgi?id=400567
Jonathan Marten <j...@keelhaul.me.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED CC| |j...@keelhaul.me.uk --- Comment #13 from Jonathan Marten <j...@keelhaul.me.uk> --- Coinfirmed with current Git master. This happens because SignatureConfigurator::slotEdit() calls job->setDeleteTemporaryFile(true). This should not be done, it is telling the job that the file specified is a temporary file and therefore should be deleted (after a delay of 3 minutes) when the editor is closed. If the file URL is remote, KIO will handle downloading it to a temporary file and deleting the local copy afterwards itself. -- You are receiving this mail because: You are watching all bug changes.