Skip to content

[Enhancement] Hide popup notifications while the notification applet is open #1500

Description

@KodeBarista

Issue

When the notification applet is open, popup notifications continue to appear on the screen.

Since the user is already interacting with the notification center, these popup notifications are redundant and can be distracting. Opening the notification applet should temporarily suppress popup notifications until the applet is closed.

Version

Steps to Reproduce

  1. Trigger few notifications with for ((i=0; i<200; i++)); do notify-send "hello"; done .
  2. Open notification applet
  3. Observe that a popup notification is still displayed.

Expected Behavior

While the notification applet is open, new notifications should be added directly to the notification list without displaying popup notifications. Popup notifications should resume once the applet is closed.

Other Notes

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions