[Bug 663726] Re: pynotify.set_timeout() ignores timeout

John Kuang 663726 at bugs.launchpad.net
Tue May 21 22:51:06 UTC 2013


Still not fixed as of 13.04! Please fix this!

-- 
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:
  Confirmed

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