[Bug 663726] Re: pynotify.set_timeout() ignores timeout
Blair Houghton
blair at houghton.net
Mon Apr 25 15:49:53 UTC 2016
Setting it lower than 10 seconds doesn't shorten the timeout either. But
if you set it to 0 you get the info in a dialog box that persists until
you dismiss it instead of a bubble that goes away in 10 seconds.
(Currently running xenial.)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to notify-python in Ubuntu.
https://bugs.launchpad.net/bugs/663726
Title:
pynotify.set_timeout() ignores timeout
Status in notify-python package in Ubuntu:
Won't Fix
Bug description:
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()
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/notify-python/+bug/663726/+subscriptions
More information about the foundations-bugs
mailing list