dx-packages team mailing list archive
-
dx-packages team
-
Mailing list archive
-
Message #38398
[Bug 1570483] Re: Appending empty content causes the bubble to grow for no reason
** Branch linked: lp:~3v1n0/notify-osd/fix-empty-newlines-appending
--
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
References