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
- Trigger few notifications with
for ((i=0; i<200; i++)); do notify-send "hello"; done .
- Open notification applet
- 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

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
for ((i=0; i<200; i++)); do notify-send "hello"; done.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