SUMMARY On Plasma 5, I can open Trash settings via Kickoff/Krunner anymore, but cannot on on Plasma 6. STEPS TO REPRODUCE 1. search for "trash" with Kickoff or Krunner 2. 3. OBSERVED RESULT Trash settings is not found EXPECTED RESULT Trash settings is found SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.27.80 KDE Frameworks Version: 5.240.0 Qt Version: 6.6.0 Graphics Platform: Wayland
Can confirm. $ kcmshell6 --list | grep -i trash [nothing] However if I launch it from its desktop file, it opens. So I guess it's not being registered properly somehow?
This is sort of intentional. The trash KCM is intentinally not shown in systemsettings, so the systemsettings runner doesn't pick it up. It only exists for apps like Dolphin and Konqueror to embed it into their settings. In 5 it shows up in the runner, but that's more of a coincidence of an implementation detail than intention
All right.