https://bugs.kde.org/show_bug.cgi?id=423612
--- Comment #3 from Alexander Lohnau <alexander.loh...@gmx.de> --- This is a bigger problem: If the KCM has no X-KDE-System-Settings-Parent-Category it can't be loaded. This is the case with the other dolphin KCMs and a few others. To try this out add: >X-KDE-System-Settings-Parent-Category=desktopbehavior To the KCM (/usr/share/kservices5/kcmtrash.desktop) and then run kbuildsycoca5. Then you should be able to launch it with: >systemsettings5 kcmtrash The code responsible for this is located in systemsettings/core/MenuItem.cpp in MenuItem::descendantForModule And in SidebarMode line 714 where the method is called null is returned if no parent is found. -- You are receiving this mail because: You are watching all bug changes.