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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1570483

Title:
  Appending empty content causes the bubble to grow for no reason

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/notify-osd/+bug/1570483/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to