Public bug reported:

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

** Affects: notify-python (Ubuntu)
     Importance: Medium
         Status: New

** Changed in: notify-python (Ubuntu)
   Importance: Undecided => Medium

-- 
does not work with last libnotify upload
https://bugs.launchpad.net/bugs/332929
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to