Comment 6 for bug 663726

Revision history for this message
Dominik (domfi) wrote : Re: [Bug 663726] Re: pynotify.set_timeout() ignores timeout

2010 ... Didn't even remember this bug... Good luck getting it fixed :-/ I don't need it fixed anymore.

Mit freundlichem Gruß
Dominik Fischer

Am 04.03.2012 um 22:51 schrieb Launchpad Bug Tracker <email address hidden>:

> Status changed to 'Confirmed' because the bug affects multiple users.
>
> ** Changed in: notify-python (Ubuntu)
> Status: New => Confirmed
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> 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