Public bug reported:
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)
** Affects: notify-osd (Ubuntu)
Importance: Medium
Assignee: Marco Trevisan (Treviño) (3v1n0)
Status: In Progress
--
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:
In Progress
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
--
Mailing list: https://launchpad.net/~dx-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dx-packages
More help : https://help.launchpad.net/ListHelp