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 581352 - Remove brl module
Remove brl module
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: braille
unspecified
Other All
: Normal normal
: 2.28.0
Assigned To: Willie Walker
Orca Maintainers
Depends on:
Blocks: 581372
 
 
Reported: 2009-05-04 18:42 UTC by Willie Walker
Modified: 2009-11-09 21:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (35.70 KB, patch)
2009-05-04 18:45 UTC, Willie Walker
committed Details | Review
Further fix to prevent brlapi from being a hard dependency (12.44 KB, patch)
2009-06-07 09:08 UTC, Willie Walker
committed Details | Review

Description Willie Walker 2009-05-04 18:42:25 UTC
Remove the custom brl module in favor of the Python brlapi module provided by the BrlTTY folks.
Comment 1 Willie Walker 2009-05-04 18:45:51 UTC
Created attachment 133946 [details] [review]
Patch
Comment 2 Willie Walker 2009-06-07 08:40:18 UTC
Reopening this because it now makes a hard dependency on brlapi:

- ----- Begin Error Log -----
Traceback (most recent call last):
  • File "<string>", line 1 in <module>
  • File "/usr/lib/python2.5/site-packages/orca/orca.py", line 54 in <module>
    import mouse_review
  • File "/usr/lib/python2.5/site-packages/orca/mouse_review.py", line 44 in <module>
    import braille
  • File "/usr/lib/python2.5/site-packages/orca/braille.py", line 90 in <module>
    command_name[brlapi.KEY_CMD_FWINLT]   = _("Line Left")
NameError: name 'brlapi' is not defined

Comment 3 Willie Walker 2009-06-07 09:08:58 UTC
Created attachment 136083 [details] [review]
Further fix to prevent brlapi from being a hard dependency