Bug 506701 - Most system notifications live on the "Application Settings" page, not the "System Notifications" page
Summary: Most system notifications live on the "Application Settings" page, not the "S...
Status: CONFIRMED
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_notify (other bugs)
Version First Reported In: 6.4.80
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2025-07-07 02:46 UTC by Nate Graham
Modified: 2025-07-07 09:05 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nate Graham 2025-07-07 02:46:27 UTC
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
Comment 1 David Edmundson 2025-07-07 09:05:42 UTC
>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.