Bug 205089

Summary: orca issues
Product: [Fedora] Fedora Reporter: Matthias Clasen <mclasen>
Component: orcaAssignee: John (J5) Palmieri <johnp>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: 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
Orca puts a menu item in Applications->Other. 
The entry behaves oddly, it seems to do two things at once,
start orca, and present the preferences dialog. Clicking it
multiple times does not work as expected, and there is no obvious
way to stop orca again.

Comment 1 Matthias Clasen 2006-09-04 01:28:10 UTC
Furthermore, turning off speech does not seem to turn of speech.

Comment 2 Ronald Warsow 2006-09-06 15:56:54 UTC
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'



Comment 3 Matthias Clasen 2006-09-07 19:32:53 UTC
See the upstream bug for ideas how to work around some of the issues.

Comment 4 Matthias Clasen 2006-09-20 04:12:24 UTC
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.