Skip to content

Fix trash KCM not having any icon on wayland

Alexander Lohnau requested to merge work/alex/kcm_trash_icons into master

The plugin id is "kcm_trash", with https://invent.kde.org/plasma/kde-cli-tools/-/blob/master/kcmshell/main.cpp#L345 we want to make sure the desktop entry is found for it.

This is what we did for other KCMs inside of Plasma too.

BUG: 449859

Merge request reports