Bug 205089
| Summary: | orca issues | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matthias Clasen <mclasen> | 
| Component: | orca | Assignee: | John (J5) Palmieri <johnp> | 
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | jkeck | 
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-09-20 04:12:24 UTC | Type: | --- | 
| Regression: | --- | Mount Type: | --- | 
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 197822 | ||
| 
        
          Description
        
        
          Matthias Clasen
        
        
        
        
        
          2006-09-04 01:25:27 UTC
        
       Furthermore, turning off speech does not seem to turn of speech. i get this, when i start orca from command line (orca-1.0.0-1.fc6.i386.rpm):
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/orca/speech.py", line 57, in
getSpeechServerFactories
    [''])
  File "/usr/lib/python2.4/site-packages/orca/gnomespeechfactory.py", line 50, in ?
    atspi.ORBit.load_typelib('GNOME_Speech')
RuntimeError: could not load typelib
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/orca/speech.py", line 98, in init
    [''])
  File "/usr/lib/python2.4/site-packages/orca/gnomespeechfactory.py", line 50, in ?
    atspi.ORBit.load_typelib('GNOME_Speech')
RuntimeError: could not load typelib
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/orca/orca.py", line 882, in
_showPreferencesConsole
    module.showPreferencesUI()
  File "/usr/lib/python2.4/site-packages/orca/orca_console_prefs.py", line 296,
in showPreferencesUI
    if not setupSpeech(prefsDict):
  File "/usr/lib/python2.4/site-packages/orca/orca_console_prefs.py", line 96,
in setupSpeech
    speech.init()
  File "/usr/lib/python2.4/site-packages/orca/speech.py", line 108, in init
    __speechserver = factory.SpeechServer.getSpeechServer()
AttributeError: 'NoneType' object has no attribute 'SpeechServer'
See the upstream bug for ideas how to work around some of the issues. The orca menuitem is gone, John has added a Preferences button to the a11y prefs instead. This clearly needs more work post-FC6, but that should probably happen upstream. |