Bug 480013 - Plasma Desktop Workspace "Widget Removed" notification doesn't display timeout timer, but does disappear on its own after a minute.
Summary: Plasma Desktop Workspace "Widget Removed" notification doesn't display timeou...
Status: CONFIRMED
Alias: None
Product: plasmashell
Classification: Plasma
Component: general (show other bugs)
Version: 5.27.10
Platform: Other Linux
: NOR minor
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-18 19:31 UTC by fin-w
Modified: 2024-02-15 20:30 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fin-w 2024-01-18 19:31:59 UTC
After removing a widget, there is a notification to say it has been removed. This notification does not display a timer, but it does disappear after one minute.

This seems like too long, and it should display a timer.

KDE Neon Unstable, updated today
Plasma 6.0.80
Frameworks 5.249.0
Qt 6.6.1
Wayland
Comment 1 Nate Graham 2024-02-15 20:30:39 UTC
That's because it doesn't time out in the normal way; the idea is to make it stay on screen until acknowledged. The issue here is that it in fact *does* time out, just after 1 minute, rather than a few seconds. That's bypassing the normal timeout mechanism because plasmashell is manually deleting it.

We should get rid of this one-minute timeout; it's confusing. I recall filing a bug report about this years ago too.