https://bugs.kde.org/show_bug.cgi?id=400567
Jonathan Marten <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED CC| |[email protected] --- Comment #13 from Jonathan Marten <[email protected]> --- 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 the assignee for the bug.
