https://bugs.kde.org/show_bug.cgi?id=362077
--- Comment #21 from Nate Graham <n...@kde.org> --- Git commit 5816f1810688b932075e73b7621476fa0725d9af by Nate Graham. Committed on 23/09/2022 at 02:14. Pushed by ngraham into branch 'master'. System Tray: Make Media Player and Notifications applets SystemServices Right now these are marked as ApplicationStatus, which means they appear in the System Tray in the same logical group as app icons from the likes of Steam, Discord, Telegram etc. This is sort of weird since those icons are app status notifiers (SNIs) and focus an app when clicked, while the Media Player and Notifications applets are applets that show a popup when clicked. We have gotten a few user complaints about it feeling weird to have them interspersed. And the Media Player and Notifications applets do show application status, but they don't show status for a single application, which makes them more like system services. And in fact, they are system services--just system services that get their content from applications. So moving them to the System Services category isn't semantically incorrect. Let's do it to improve the grouping here. M +1 -1 applets/mediacontroller/metadata.json M +1 -1 applets/notifications/package/metadata.json https://invent.kde.org/plasma/plasma-workspace/commit/5816f1810688b932075e73b7621476fa0725d9af -- You are receiving this mail because: You are watching all bug changes.