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

Barry Warsaw 663726 at bugs.launchpad.net
Thu May 23 14:16:35 UTC 2013


AFAICT, Ubuntu and Debian have the latest upstream release.

http://www.galago-project.org/news/index.php

OTOH, it's not at all clear to me that this is still a viable project.
According to the above page, notify-python 0.1.1 was released on October
08, 2006 and its bug tracker link is broken.

I'm going to mark this Launchpad bug as Won't Fix.  I think there's
little motivation and probably zero resources to fix this in Ubuntu
only.  OTOH, if someone comes up with a patch, please re-open the bug
and I will review it.

** Changed in: notify-python (Ubuntu)
       Status: Confirmed => Won't Fix

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