Bug 474983

Summary: Trash KCM built but not found via KRunner in Plasma 6
Product: [Frameworks and Libraries] kio-extras Reporter: Patrick Silva <bugseforuns>
Component: Trash KCMAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED INTENTIONAL    
Severity: normal CC: nate, nicolas.fella
Priority: NOR Keywords: qt6
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Patrick Silva 2023-09-28 12:55:21 UTC
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
Comment 1 Nate Graham 2023-09-28 20:32:55 UTC
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?
Comment 2 Nicolas Fella 2023-09-29 20:23:02 UTC
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
Comment 3 Nate Graham 2023-10-11 17:04:50 UTC
All right.