STEPS TO REPRODUCE 1. Navigate to System Settings > Notifications > System Notifications OBSERVED RESULT It only includes notifications sent by plasmashell. EXPECTED RESULT It includes all non-app-provided notifications. ADDITIONAL INFORMATION The sidebar in "System Settings > Notifications > Applications" contains a section named "System Services" which does not make sense to have on a page announced as being all about apps. I see two options here: 1. Group all the system notifications on the "System Notifications" page 2. Return to having a single page as we did in the past, and genericize the name
>I see two options here: Lets understand why it was split first. The original commit (f9b7e9bbbf9928baecc761510ff5bcc420c25ca9) > It's an implementation detail that generic notification sounds for > message boxes are in a "Plasma Workspace" category. i.e any KDE app can be emitting the notification "fatal error" / "information" / "question" etc. Arguably beep. The problematic part of that commit is that it moved all of Plasma, and some of these *are* plasma specific. Moving the generic part back brings back the original problem.