https://bugs.kde.org/show_bug.cgi?id=407139
--- Comment #12 from crc <crc2...@126.com> --- Hi there! I reopened this bug report because the very same problem reappeared since version 5.98. I've noticed that the code in Kglobalaccel's dBus components handler to transform all non-ascii characters in a path to ''_" has been changed to use "replace" function in C++, probably brought the bug back. For example, in my system a desktop file named "网易云音乐.desktop" (the file has long been deleted and I don't know why the path remains there) was wrongly transformed to "网___乐_desktop", causing "invalid path" error report in dbus, and made it impossible to access kglobalaccel via systemsettings5 anymore. I tried to restore the old script that once saved the problem (see comment 9) in kglobalaccel's source code and recompile it, then the bug was all gone. So I think the current code of kglobalaccel may need rechecking. -- You are receiving this mail because: You are watching all bug changes.