The title may sound silly, but on Ubuntu 13.10, I'm getting frequent audible notifications using text to speech.
Is this the "speech dispatcher" and how can I disable it?
The title may sound silly, but on Ubuntu 13.10, I'm getting frequent audible notifications using text to speech.
Is this the "speech dispatcher" and how can I disable it?
Pressing AltSuperS will disable or enable speech dispatcher.
The last thing you should hear is "screen reader off" :-
ps. The Super key is the "windows" key...
Go to the Settings application. Select
Universal Access
. You will see a tab labeled "Seeing". In there should beScreen Reader
. Turn that off.I had the same problem maybe, starting with Ubuntu 15.04. The Screen reader is off, same with the dispatcher setting; but it keeps telling me what I'm typing.
I have running four dispatcher, all at the time that can't be killed because they're starting again directly. To solve my problem, I went to System Settings -> Sound. On Applications, I muted the four speech-dispatcher.
Do you want to change the systemwide settings for Speech Dispatcher? The (yes/no) systemwide settings for Speech Dispatcher can be changed by editing the
/etc/default/speech-dispatcher
file.Open the terminal and from the terminal open the
/etc/default/speech-dispatcher
file for editing in nano text editor:Find the lines in speech-dispatcher that say:
...and change
RUN=yes
toRUN=no
.This will disable the system wide speech dispatcher audible notifications, if they have been previously enabled. Press the keyboard combination Ctrl+O and after that press Enter to save the speech-dispatcher file. Press the keyboard combination Ctrl+X to exit nano.
You can still toggle enable/disable the screen reader after it has been turned off systemwide by using the keyboard shortcut Alt+Super+S
Maybe "orca" has bean launched. Kill the "orca" (Screen Reader) process, then you should hear "screen reader off".
Go to universal access under settings then turn off the screen reader
You can disable it in following ways :-
Press Alt + Super + S
or goto System Settings > Universal Access > Turn Off Screen Reader
If you will check your System Setting > Sound > Applications then may be you can find that some instance of Speech Dispatcher is running. You can kill the running instances in this way:-
I was also facing same problem with Laptop My solution was simple System -> Sound -> Application and then I muted all four Speech-dispatcher and it solves my issue.