KDE Dolphin keeps spamming images whenever I open my tmp folder

When I was trying to find a crash report for another application in the tmp folder, I stumbled upon some images of image thumbnails for video files in the tmp folder. The thumbnails were from my Downloads folder where I recently moved a video file.

Opening my tmp folder now causes dolphin to duplicate these folders nonstop and there are over 1000 duplicate image thumbnails now.

This is a small chunk of the images in the /tmp folder.

dolphin-mSPNAu4fb764526fc125a62590305df76095a3.png  dolphin-ZXRHEUa665858d516c2dad3de76ae9ce147c74.png
dolphin-mTBDZmba0cfb3a9d02bd50f760acaf2062ab85.png  dolphin-zXrUhvbddc6b2665183b952971c1940025c228.png
dolphin-MTCmeUe5d07dbf5ae02608590c0a13d07bdd42.png  dolphin-ZXUzOS339cb32b0d1064d122d65c25042169d6.png
dolphin-mTGxSGba0cfb3a9d02bd50f760acaf2062ab85.png  dolphin-zxvlrW4e242c3adcf677c67f9763bc1371c034.png
dolphin-MtiqOf8b40e3cef314a541dfdd851692de000a.png  dolphin-ZxZuvsba0cfb3a9d02bd50f760acaf2062ab85.png
dolphin-MTlNFo1c559ea7d37add1b1b3e6a05a9dfb709.png  dolphin-zydIuuba0cfb3a9d02bd50f760acaf2062ab85.png
dolphin-mtMSSTabe30f13042811c9c4a5c0351246934d.png  dolphin-ZyuTvXb7d11aa8d9eb8f733284828774ea0db0.png
dolphin-mttDpq92724a002ff02833d5e8e1da8c832a43.png  dolphin-ZZcDgPba0cfb3a9d02bd50f760acaf2062ab85.png

Opening dolphin from shell and navigating to the /tmp folder produces this output:

[user@machine tmp]$ dolphin
kf.kio.core.connection: Socket not connected QLocalSocket::PeerClosedError
kf.kio.core: An error occurred during write. The worker terminates now.
^C

Is this a bug? What steps can I take to get some debugging information?

It’s gotta be like an unintentional fork bomb right? It keeps generating the thumbnails for items in temp, those thumbnails get saved in /tmp, those thumbnails get their own thumbnails, etc, etc…

Whatever part of dolphin generates thumbnails probably needs to make sure it’s not generating thumbnails for the folder it stores it’s thumbnails in.

Something that does not act as expected, is the definition of a bug.
This is a recent bug due to

https://bugs.kde.org/show_bug.cgi?id=493274
https://bugs.kde.org/show_bug.cgi?id=494061

It will be fixed in next KF version.

1 Like