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

tatsu tatsu 663726 at bugs.launchpad.net
Sun Jul 27 18:49:34 UTC 2014


you can set it to lower than ten seonds via NotifyOSD but not hicher,
there's a hard cap somwhere else in ubuntu files.

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