Summary: | Plasma Desktop Workspace "Widget Removed" notification doesn't display timeout timer, but does disappear on its own after a minute. | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Finley Watson <fin-w> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | minor | CC: | kde, nate |
Priority: | NOR | ||
Version First Reported In: | 5.27.10 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Finley Watson
2024-01-18 19:31:59 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. |