does not work with last libnotify upload

Bug #332929 reported by Laurent Bigonville
2
Affects Status Importance Assigned to Milestone
gajim (Ubuntu)
New
Undecided
Unassigned
notify-python (Ubuntu)
New
Medium
Unassigned

Bug Description

With last libnotify upload, pynotify display dialogs with cancel/ok buttons instead of bubbles.

This can be easily reproduced:

import pynotify
pynotify.init( "Some Application or Title" )
n = pynotify.Notification("Title", "body", "dialog-warning")
n.set_urgency(pynotify.URGENCY_NORMAL)
n.set_timeout(pynotify.EXPIRES_NEVER)
n.show()

This is quite annoying with apps such gajim

Changed in notify-python:
importance: Undecided → Medium
Revision history for this message
Laurent Bigonville (bigon) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.