https://bugs.kde.org/show_bug.cgi?id=456055
--- Comment #7 from Nicolas Fella <nicolas.fe...@gmx.de> --- Git commit 8c0c1f4b8e32546579c98dd6f9731c02a06f92be by Nicolas Fella. Committed on 01/07/2022 at 12:13. Pushed by nicolasfella into branch 'master'. Don't treat KJob::UserDefinedError as unknown error KIO's jobs use UserDefinedError in several places for errors where there is no specific error code When converting the error code to string it is treated as unknown, suggesting to report a bug to bugs.kde.org However, the way we use UserDefinedError it's not necessarily a KDE bug, we use it for example when a desktop file's executable is not found Instead treat it the same as ERR_SLAVE_DEFINED, i.e. show the message, but without the special text around it M +2 -0 src/core/job_error.cpp https://invent.kde.org/frameworks/kio/commit/8c0c1f4b8e32546579c98dd6f9731c02a06f92be -- You are receiving this mail because: You are watching all bug changes.