Speech starting up automatically?

Willie Walker William.Walker at Sun.COM
Tue Nov 7 18:23:36 UTC 2006


Hi Terrence:

Thanks for the file and the extra info regarding the sporadic nature of
this.  If you're willing to help debug this, try removing the leading
'#' character from the "#orca.debug.debugLevel = orca.debug.LEVEL_ALL"
and "#orca.debug.debugFile = open('debug.out', 'w', 0)" lines.  This
will tell Orca to send a bunch of stuff to a file called "debug.out",
which might contain some information that can help track this down.

Will

> #orca.debug.debugLevel = orca.debug.LEVEL_OFF
> orca.debug.debugLevel = orca.debug.LEVEL_SEVERE
> #orca.debug.debugLevel = orca.debug.LEVEL_WARNING
> #orca.debug.debugLevel = orca.debug.LEVEL_INFO
> #orca.debug.debugLevel = orca.debug.LEVEL_CONFIGURATION
> #orca.debug.debugLevel = orca.debug.LEVEL_FINE
> #orca.debug.debugLevel = orca.debug.LEVEL_FINER
> #orca.debug.debugLevel = orca.debug.LEVEL_FINEST
> #orca.debug.debugLevel = orca.debug.LEVEL_ALL
> 
> #orca.debug.eventDebugLevel = orca.debug.LEVEL_OFF
> #orca.debug.eventDebugFilter =  None
> #orca.debug.eventDebugFilter = re.compile('[\S]*focus|[\S]*activ')
> #orca.debug.eventDebugFilter = re.compile('nomatch')
> #orca.debug.eventDebugFilter = re.compile('[\S]*:accessible-name')
> 
> #orca.debug.debugFile = open(time.strftime('debug-%Y-%m-%d-%H:%M:%
> S.out'), 'w', 0)
> #orca.debug.debugFile = open('debug.out', 'w', 0)
> 
> #orca.settings.useBonoboMain=False
> #orca.settings.debugEventQueue=True
> #orca.settings.gilSleepTime=0
> 
> if False:
>     import sys
>     import orca.util
>     sys.settrace(orca.util.traceit)
>     orca.debug.debugLevel = orca.debug.LEVEL_ALL
> 
> orca.settings.orcaModifierKeys = ['Insert', 'KP_Insert']
> orca.settings.enableSpeech = True
> orca.settings.speechServerFactory = 'orca.gnomespeechfactory'
> orca.settings.speechServerInfo = ['Festival GNOME Speech Driver',
> 'OAFIID:GNOME_Speech_SynthesisDriver_Festival:proto0.3']
> orca.settings.voices = {
> 'default' : orca.acss.ACSS({'average-pitch': 5.2000000000000002,
>  'family': {'locale': 'english', 'gender': None, 'name': 'kal_diphone'},
>  'gain': 9.0,
>  'rate': 78.0}),
> 'uppercase' : orca.acss.ACSS({'average-pitch': 6}),
> 'hyperlink' : orca.acss.ACSS({'average-pitch': 2}),
> }
> orca.settings.speechVerbosityLevel = orca.settings.VERBOSITY_LEVEL_BRIEF
> orca.settings.readTableCellRow = True
> orca.settings.enableSpeechIndentation = False
> orca.settings.enableEchoByWord = False
> orca.settings.enableKeyEcho = False
> orca.settings.enablePrintableKeys = False
> orca.settings.enableModifierKeys = False
> orca.settings.enableLockingKeys = False
> orca.settings.enableFunctionKeys = False
> orca.settings.enableActionKeys = False
> orca.settings.enableBraille = False
> orca.settings.enableBrailleGrouping = False
> orca.settings.brailleVerbosityLevel =
> orca.settings.VERBOSITY_LEVEL_VERBOSE
> orca.settings.brailleRolenameStyle =
> orca.settings.BRAILLE_ROLENAME_STYLE_LONG
> orca.settings.enableBrailleMonitor = False
> orca.settings.enableMagnifier = True
> orca.settings.enableMagCursor = True
> orca.settings.enableMagCursorExplicitSize = False
> orca.settings.magCursorSize = 32
> orca.settings.magCursorColor = '#000000'
> orca.settings.enableMagCrossHair = False
> orca.settings.enableMagCrossHairClip = False
> orca.settings.magCrossHairSize = 16
> orca.settings.magZoomerLeft = 576
> orca.settings.magZoomerRight = 1142
> orca.settings.magZoomerTop = 420
> orca.settings.magZoomerBottom = 840
> orca.settings.magZoomFactor = 10
> orca.settings.enableMagZoomerColorInversion = False
> orca.settings.magSmoothingMode =
> orca.settings.MAG_SMOOTHING_MODE_BILINEAR
> orca.settings.magMouseTrackingMode =
> orca.settings.MAG_MOUSE_TRACKING_MODE_CENTERED
> orca.settings.verbalizePunctuationStyle =
> orca.settings.PUNCTUATION_STYLE_SOME
> 
> try:
>     __import__("orca-customizations")
> except ImportError:
>     pass
> 
> 





More information about the Ubuntu-accessibility mailing list