| Thread Previous • Date Previous • Date Next • Thread Next |
** Changed in: notify-osd (Ubuntu)
Status: In Progress => Fix Released
** Changed in: notify-osd (Ubuntu)
Milestone: None => ubuntu-16.04
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to notify-osd in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1570483
Title:
Appending empty content causes the bubble to grow for no reason
Status in notify-osd package in Ubuntu:
Fix Released
Bug description:
This can be easily triggered with this script:
#!/usr/bin/python
from gi.repository import Notify
from time import sleep
Notify.init(Append None")
for i in range(10):
n = Notify.Notification.new("Append to me", "")
n.set_hint_string("append", "true")
n.show()
sleep(1)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/notify-osd/+bug/1570483/+subscriptions
| Thread Previous • Date Previous • Date Next • Thread Next |