Public bug reported:
We have to display notifications longer than 10 seconds. But pynotify
seems to ignore the timeout.
Here's my sample code:
#!/usr/bin/python
# -*- coding: utf-8 -*-
import pynotify
pynotify.init("Test")
n = pynotify.Notification("Test", "<b>Test</b>")
n.set_urgency(pynotify.URGENCY_NORMAL)
n.set_timeout(5000) # 60 seconds
n.show()
** Affects: notify-python (Ubuntu)
Importance: Undecided
Status: New
--
pynotify.set_timeout() ignores timeout
https://bugs.launchpad.net/bugs/663726
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs