Bug 411554 - Auto-dismiss download progress notification
Summary: Auto-dismiss download progress notification
Status: RESOLVED WORKSFORME
Alias: None
Product: plasma-browser-integration
Classification: Plasma
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Kubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Kai Uwe Broulik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-03 12:22 UTC by leftcrane
Modified: 2019-09-03 12:53 UTC (History)
0 users

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 leftcrane 2019-09-03 12:22:00 UTC
The download progress notification duplicates information found in the browser and system tray, so there is no need for it to be shown for the entire duration of the download. So the same info is repeated in three places and that's really unnecessary.

Two seconds should be enough and then it should close itself, the user can always monitor detailed progress by clicking on the icon in the systray.

Of course the notification should still appear on download completion.
Comment 1 Kai Uwe Broulik 2019-09-03 12:23:40 UTC
In System Settings → Notifications uncheck "Application progress: Keep open during progress"
Comment 2 leftcrane 2019-09-03 12:26:52 UTC
Ah, I forgot there is a toggle for everything on KDE. thanks!

Will you consider changing the default though? I don't think the current behavior makes sense and it's not something the user should have to configure.
Comment 3 Kai Uwe Broulik 2019-09-03 12:44:24 UTC
This popup is also used for copying files in Dolphin, which doesn't have its own job tracking.
Comment 4 leftcrane 2019-09-03 12:50:30 UTC
I think the tray is sufficient for that. It still shows up in the tray.

Notifications are in general very well done, but the main problem is that they are hard to get rid of. 

There is no dismiss shortcut and many of them don't close even after you act on them. For example Chrome email notifications stick around even after you click the link in the notification. This issue is just one example of this larger problem.

It may seem trivial but, repeated it dozens of times per day and it really does get in the way of the stuff you're actually working on and the desktop should never do that.
Comment 5 leftcrane 2019-09-03 12:53:06 UTC
Again, nothing wrong with showing the notification but I don't see any reason for it to ever persist for the duration of a process by default. Plasma makes it really to check previous notifications now anyway.
Comment 6 leftcrane 2019-09-03 12:53:16 UTC
*really easy.