dx-packages team mailing list archive
-
dx-packages team
-
Mailing list archive
-
Message #38428
[Bug 1570483] Re: Appending empty content causes the bubble to grow for no reason
** 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
References