kivy / plyer

Plyer is a platform-independent Python wrapper for platform-dependent APIs
https://plyer.readthedocs.io
MIT License
1.62k stars 427 forks source link

System tray is full of notifications and timeout doesn't seem to have any effect #752

Open Dashyyy opened 1 year ago

Dashyyy commented 1 year ago

OS: Win10 The notifications that are being created stay in the tray and in the notification bar unless I open up the tray and wait a few seconds. Changing the "timout" parameter doesn't seem to have any effect on how long the notification is shown nor does it fix said issue.

I don't know if this behaviour is intentional or not but if it ain't so I have found a possible fix #751

ogdendigital commented 1 year ago

I have this issue, whereby notifications are spamming the system tray. I tried adding the line from your possible solution to balloontip.py but it didn't seem to prevent it 😖