org.freedesktop.Notifications.CloseNotification doesn't close the relevant notification immediately, without fading out.
Bug #445289 reported by
Mario Kemper (Romario)
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
notify-osd (Ubuntu) |
Fix Committed
|
Low
|
David Barth |
Bug Description
Using org.freedesktop
It used to work in earlier versions of notify-osd and it still does in jaunty.
I've changed some of your python examples to demonstrate the problem and attached it.
Please let me know if you need any further information.
Regards
Mario
Related branches
Changed in notify-osd: | |
assignee: | nobody → David Barth (dbarth) |
Changed in notify-osd: | |
status: | Triaged → In Progress |
status: | In Progress → Fix Committed |
affects: | notify-osd → notify-osd (Ubuntu) |
Changed in notify-osd (Ubuntu): | |
milestone: | ubuntu-9.10 → none |
To post a comment you must log in.
Correct. This part was changed on the ground that it was breaking a basic design principle of n-osd to manage a queue of notifications and avoid "rushing" the user.
From a protocol point of view, we still honor the call and return a success value. However, the notification is /not/ immediately closed.
However, I think we could remove a notification from the queue, if it is not already on display.