GNOME Bugzilla – Bug 573156
Support Ubuntu's notify-osd
Last modified: 2009-03-10 14:25:42 UTC
Ubuntu rolled out a new desktop notification service called notify-osd[1]. Currently the version in Jaunty alpha is not accessible since no ATK support was added. A version with ATK support could be found in my bzr branch[2]. The new notification bubbles also supports an integer value from 0 to 100 (-1 means that there is no value). This is used for indicators of scalar values, for example volume or screen brightness. The a11y interface is implemented as a childless, top-level accessible with the role of ROLE_GLASS_PANE. The accessible's name is the notification bubble's title, the accessible's description is the bubble's text body. The bubble glass pane accessible also supports an Accessibility::Value interface. This reflects the bubble's current value. Displayed notification bubbles' values could be updated, so the object:property-change:accessible-value reflects this. 1. https://launchpad.net/notify-osd 2. https://code.launchpad.net/~eeejay/notify-osd/atk
Created attachment 129500 [details] [review] A notify-osd script.
Eitan - looks good and thanks for doing this. The "Notification..." string and comment are already in notification-daemon.py, so this is not a string change/addition (phew). I say commit as long as you also make sure to add the file to po/POTFILES.in.
Thanks for the quick turnaround.