Bug 460429 - Notifier tray icon appears before notification does
Summary: Notifier tray icon appears before notification does
Status: CONFIRMED
Alias: None
Product: Discover
Classification: Applications
Component: Notifier (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
: 461642 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-10-14 12:36 UTC by Patrick Silva
Modified: 2022-11-09 20:45 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Silva 2022-10-14 12:36:07 UTC
SUMMARY
When updates are available, the updates notifier icon appears in the system tray but Plasma does not show a notification.

EXPECTED RESULT
Plasma shows a notification when updates are available.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.26.0
KDE Frameworks Version: 5.99.0
Qt Version: 5.15.6
Graphics Platform: Wayland
Comment 1 Nate Graham 2022-10-14 19:42:18 UTC
We suppressed notifications from appearing so frequently, and made them subject to a user-configurable setting. But just notifications, not also the tray icon. So this is currently the intentional state of the code, but I agree with you that it's awkward. IMO the icon shouldn't appear until the notification does.
Comment 2 Aleix Pol 2022-10-15 01:16:42 UTC
I'd like to think a bit more about this.

I think it's good to see the icon, it's true. We are muting some notifications in order to not overwhelm our users. I think that it would also be a disservice to entirely hide the update.
Comment 3 Nate Graham 2022-10-17 18:46:10 UTC
The problem is that suppressing the update notification without also suppressing the tray icon reveals to the user that our update check interval setting isn't doing what it says it does; clearly Discover is checking for updates whenever it feels like it, and it's just suppressing the notification and showing that to the user based on the schedule the user has chosen.

So I think we have two options here:
1. Rename the setting in the KCM to "only show update notification: [once a day, once a week, etc]
2. Also suppress the tray icon on the same schedule we suppress the notification
Comment 4 Diggory Hardy 2022-11-09 14:35:15 UTC Comment hidden (spam)
Comment 5 Nate Graham 2022-11-09 19:45:56 UTC Comment hidden (spam)
Comment 6 Nate Graham 2022-11-09 20:29:02 UTC
*** Bug 461642 has been marked as a duplicate of this bug. ***
Comment 7 Enrico 2022-11-09 20:45:42 UTC
(In reply to Nate Graham from comment #6)
> *** Bug 461642 has been marked as a duplicate of this bug. ***

As an user, I would expect that the notification and the icon are synced: if the notification is set on weekly basis, the icon should also appear weekly.
To be honest I didn't even noticed the notification (maybe a wrong setting in my installation) and I thought by "notification" you mean the icon. For me it's annoying to see that icon everyday just to update a single 30KB package :-)

My 2 cents. I welcome any option you choose. Thanks again for your hard work on KDE.