Summary: | Two notifications when two default panels on the same screen are present | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Jan Grulich <jgrulich> |
Component: | Notifications | Assignee: | Martin Klapetek <mklapetek> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alvarenga, kde, richard.llom |
Priority: | NOR | ||
Version First Reported In: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jan Grulich
2014-11-07 13:15:18 UTC
Ahh yes, the popups do not check for presence of other active applets and yes, they should. Or somehow it needs to make sure there's only one popup. Maybe if we make the dialog positioner a singleton type? However, figuring out where to place the dialogs would become difficult since depending on the order of the applet initialization a different one might win over the other, and also how would we track the removal of an applet and move the dialogs accordingly? I cannot reproduce this here. Also I would like to add, that if someone has a desktop spreading across multiple monitors he might want to have EXACTLY this behavior (a pop-up for each notification widget, probably on each monitor). Whereas for the other case (multiple notification widgets on the same monitor) it is really easy to hide the notification widget from the systray and hence receiving only one pop-up. > Also I would like to add, that if someone has a desktop spreading across multiple monitors he might want to have EXACTLY this behavior (a pop-up for each notification widget, probably on each monitor).
That is the case with Plasma 5.5.4.
Fixed by notification rewrite. |