STEPS TO REPRODUCE 1. Add a Grouping applet to the desktop. 2. Try adding other applets to it. OBSERVED RESULT Nothing happens. EXPECTED RESULT Sub-applets added. Note: works in Plasma 6.5.4 SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.5.4 KDE Frameworks Version: 6.20.0 Qt Version: 6.10.1 Kernel Version: 6.17.9-arch1-1 (64-bit) Graphics Platform: Wayland Processors: 12 × AMD Ryzen 5 5600H with Radeon Graphics Memory: 16 GiB of RAM (15.0 GiB usable) Graphics Processor: AMD Radeon Graphics
Can confirm. I can't figure out how to add anything to it, either.
I can drag applets into it in 6.5.4. Might be broken afterwards.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/960
Git commit 2f42fd2a24f42359c6dc386e12fbf75dac41c09a by Christoph Wolk. Committed on 11/12/2025 at 09:37. Pushed by cwo into branch 'master'. applets/grouping: fix adding applets Amends 1d6a930dcaa94043736d856f3f35481fb7e23ec9 When this applet was converted to plasma_add_applet, the file PlasmoidItem.qml was moved from the items subfolder directly into the qml folder. The file is looked up by name for dynamic creation, and its path in the source code was not adjusted for this move, breaking the applet. This change fixes the path. FIXED-IN: 6.5.90 M +1 -1 applets/grouping/qml/main.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/2f42fd2a24f42359c6dc386e12fbf75dac41c09a