Bug 474983 - Trash KCM built but not found via KRunner in Plasma 6
Summary: Trash KCM built but not found via KRunner in Plasma 6
Status: RESOLVED INTENTIONAL
Alias: None
Product: kio-extras
Classification: Frameworks and Libraries
Component: Trash KCM (other bugs)
Version First Reported In: unspecified
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords: qt6
Depends on:
Blocks:
 
Reported: 2023-09-28 12:55 UTC by Patrick Silva
Modified: 2023-10-11 17:04 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.