Hello all,
Before filing a bug, I want to investigate more about a problem with kioworker/thumbnail.so.
My setup is the following:
- Plasma 6.3.5 on Archlinux
- Thinkpad T14s, Ryzen 7 PRO 6850U, Ram 30GiB, 1TB storage with btrfs (on top of luks)
- KDE startup configured to “new session” (do not re-open apps)
- Dolphin thumbnails disabled (i.e., all checkbox unticked under “Thumbnail” tab in Dolphin config)
- KDE file indexing disabled
If I do the following:
- Boot my laptop
- Login to plasma with my user
- Open Konsole and execute “top”
I find out that
/usr/lib/kf6/kioworker /usr/lib/qt6/plugins/kf6/kio/thumbnail.so thumbnail local:/run/user/1000/plasmashellDMLlBQ.4.kioworker.socket
Uses 100% of CPU.
Now, if I understand correctly, this process “just” computes thumbnails for files to be later showed quickly in dolphin. But then, is it expected for it to run in background (after boot, I do not open Dolphin)? Why it’s running even after disabling thumbnails? Why it uses 100% of CPU? It will continue using 100% CPU until I kill it, no matter how long I wait.
But more importantly, how can I debug this? How can I find on which folder/file it stucks? journalctl
shows nothing about it.