| Summary: | Dolphin does not delete temp files | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Vadym Krevs <vkrevs> |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | bugs.kde.org-97810000, dandyoctavian, dolphin-bugs-null, kdedev, kitts.mailinglists, meven, vkrevs |
| Priority: | NOR | ||
| Version First Reported In: | 25.08.2 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Vadym Krevs
2025-10-11 18:32:35 UTC
ViewProperties have to use tmp to save view metadata due to a limitation in Kconfig. Those files are supposed to be cleaned after use, apparently not correctly. A KConfig path is underway to allow to lift this limitation and coincidentally fix this. This still can be fixed in dolphin. This has been discussed in https://discuss.kde.org/t/dolphin-is-spamming-tmp/40585/6 It does not seem renaming files is the explanation. Or it depends on the method used to rename files. I don't reproduce this easily. Well, turns out all one needs to do is simply open dolphin in /tmp directory. I've done a quick screen recording reproducing the issue. No renames involved. https://www.youtube.com/watch?v=spMbL6VSOBU P.S.: I cannot believe someone seriously suggested rebooting as a solution to this issue in that linked discuss.kde.org thread ... Is Opensuse using LTO for compilation ? I know Fedora does, and this creates bugs due to LTO changing valid code to whatever sometimes. > https://www.youtube.com/watch?v=spMbL6VSOBU I don't reproduce simply opening /tmp in Arch. You asked in the video why dolphin used files in /tmp, you could read my answer: https://bugs.kde.org/show_bug.cgi?id=510500#c1 (In reply to Méven from comment #4) > Is Opensuse using LTO for compilation ? > > I know Fedora does, and this creates bugs due to LTO changing valid code to > whatever sometimes. > > > https://www.youtube.com/watch?v=spMbL6VSOBU > > I don't reproduce simply opening /tmp in Arch. > > You asked in the video why dolphin used files in /tmp, you could read my > answer: https://bugs.kde.org/show_bug.cgi?id=510500#c1 I recall reading somewhere that openSUSE Tumbleween does use LTO by default, but cannot find anything definitive regarding Leap which is what I am using. Still not fixed in Plasma 6.5. I've deleted all these dolphin.* files manually and now when I open /tmp in Dolphin it is next to impossible to select any file with a mouse (to right click on it or delete, etc) whose name alphabetically follows dolphin.* - because the constant creation and deletion of dolphin.*** files in /tmp while /tmp is open in Dolphin makes all the file/directory icons shift randomly on the screen very rapidly. This is reliably reproducable for me in Arch while using the current flatpak of dolphin. Flatpak version: org.kde.dolphin 25.08.2 (In reply to Vadym Krevs from comment #6) > Still not fixed in Plasma 6.5. I've deleted all these dolphin.* files > manually and now when I open /tmp in Dolphin it is next to impossible to > select any file with a mouse (to right click on it or delete, etc) whose > name alphabetically follows dolphin.* - because the constant creation and > deletion of dolphin.*** files in /tmp while /tmp is open in Dolphin makes > all the file/directory icons shift randomly on the screen very rapidly. Are you also using dolphin through flatpak ? No I have same issue on Artix Linux video: https://github.com/user-attachments/assets/4be4656a-2c3c-46f2-bf6b-eaea32d46a0e Operating System: Artix Linux KDE Plasma Version: 6.5.2 KDE Frameworks Version: 6.19.0 Qt Version: 6.10.0 Kernel Version: 6.17.7-artix1-1 (64-bit) Graphics Platform: Wayland I have the same issue with KDE neon user edition. Thanks for the bug report. Based on the symptoms, this looks like the same thing as bug 508402, which has a fix in progress *** This bug has been marked as a duplicate of bug 508402 *** |