Created attachment 178074 [details] Confirmation SUMMARY ------- `kioclient ls` returns “Please fix the "kioworker" KIO worker.” at start of its output. STEPS TO REPRODUCE ------------------ ~~~sh #!/usr/bin/env sh kioclient ls applications:/ ~~~ OBSERVED RESULT --------------- > kf.kio.core: UDSEntry for '.' not found, creating a default one. Please fix the "kioworker" KIO worker. EXPECTED RESULT --------------- The desired data shouldn't be returned with that string prepended. SOFTWARE/OS VERSIONS -------------------- 1. ~~~sh #!/usr/bin/env sh kinfo ~~~ 2. > ~~~YAML > Operating System: Fedora Linux 41 > KDE Plasma Version: 6.2.5 > KDE Frameworks Version: 6.10.0 > Qt Version: 6.8.2 > Kernel Version: 6.12.11-200.fc41.x86_64 (64-bit) > Graphics Platform: Wayland > Processors: 12 × AMD Ryzen 5 7600X 6-Core Processor > Memory: 30.4 GiB of RAM > Graphics Processor: AMD Radeon RX 5700 > ~~~ ADDITIONAL INFORMATION ---------------------- Confirmed at [`discuss.kde.org/t/25380/3`][1]. [1]: https://discuss.kde.org/t/does-kf-kio-core-udsentry-for-not-found-creating-a-default-one-please-fix-the-kioworker-kio-worker-indicate-a-fault-in-how-im-calling-it/25380/3?u=rokejulianlockhart
The bug is in applications:/ kioworker part of plasma-workspace repository.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5178
Git commit ee8609d5982961ac774bda29c24f9335608b1bad by Méven Car. Committed on 10/02/2025 at 09:22. Pushed by meven into branch 'master'. kioworker applications: prevent a warning when listing WorkerBase::listDir must return an UDSEntry for the local path '.'. KIO prints a warning: kf.kio.core: UDSEntry for '.' not found, creating a default one. Please fix the "kioworker" KIO worker. M +16 -0 kioworkers/applications/kio_applications.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/ee8609d5982961ac774bda29c24f9335608b1bad