After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 573156 - Support Ubuntu's notify-osd
Support Ubuntu's notify-osd
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: 2.26.0
Assigned To: Eitan Isaacson
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-02-25 17:49 UTC by Eitan Isaacson
Modified: 2009-03-10 14:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
A notify-osd script. (3.44 KB, patch)
2009-02-25 17:53 UTC, Eitan Isaacson
committed Details | Review

Description Eitan Isaacson 2009-02-25 17:49:58 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
Comment 1 Eitan Isaacson 2009-02-25 17:53:30 UTC
Created attachment 129500 [details] [review]
A notify-osd script.
Comment 2 Willie Walker 2009-02-25 18:28:18 UTC
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.
Comment 3 Eitan Isaacson 2009-02-25 19:03:27 UTC
Thanks for the quick turnaround.