https://bugs.kde.org/show_bug.cgi?id=463989
Méven Car <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kio/-/commit/5e0b6cb | |f1b9ef5c1e181caa2726a5591ff | |0d5fde Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #3 from Méven Car <[email protected]> --- Git commit 5e0b6cbf1b9ef5c1e181caa2726a5591ff0d5fde by Méven Car, on behalf of Andrew Gunnerson. Committed on 30/04/2024 at 10:14. Pushed by meven into branch 'master'. PreviewJob: Add file extension to thumbnail temp files Previously, when previewing remote files, kio would create a local copy of the file using QTemporaryFile's default template. This would result in filenames, like /tmp/dolphin.XXXXXX. However, some thumbnail plugins, like kdegraphics-thumbnailers' libkdcraw thumbnailer, require the file extension to be valid in order to produce a preview. This commit updates the temp file's naming template to include the original file extension (if any). Signed-off-by: Andrew Gunnerson <[email protected]> M +8 -0 src/gui/previewjob.cpp https://invent.kde.org/frameworks/kio/-/commit/5e0b6cbf1b9ef5c1e181caa2726a5591ff0d5fde -- You are receiving this mail because: You are watching all bug changes.
