Re: [orca-list] speech-dispatcher, where else does it get its settings?
- From: "Derek London" <derekedit hotmail com>
- To: <orca-list gnome org>
- Subject: Re: [orca-list] speech-dispatcher, where else does it get its settings?
- Date: Wed, 3 Nov 2010 16:48:31 -0400
Ah, I see it now. in /var/lib/gdm/.speech-dispatcher/conf there was the
speechd.conf I didn't see before, with DefaultModule espeak. This copy, like
the others, has all but a few of the settings commented out.
So:
sed -i 's/DefaultModule espeak/DefaultModule ibmtts/' speechd.conf
and then, to check that it's actually there:
cat /var/lib/gdm/.speech-dispatcher/conf/speechd.conf | grep ibmtts
AddModule "ibmtts" "sd_ibmtts" "ibmtts.conf"
DefaultModule ibmtts
Whoops, it still uses espeak at the login screen. There's also a .orca
directory in the gdm directory. Does that need to be there? This is not the
issue of the century by any means, but I get curious whenever I encounter
configuration files that don't seem to control the behavior of the programs
that read from them.
--------------------------------------------------
From: "Kyle" <kyle4jesus gmail com>
Sent: Wednesday 03 Nov, 2010 15:11
To: <orca-list gnome org>
Subject: Re: [orca-list] speech-dispatcher,where else does it get its
settings?
type the following line into a terminal
grep gdm /etc/passwd
You should see a line that looks something like
gdm:x:113:120:Gnome Display Manager:/var/lib/gdm:/bin/false
Pay close attention to this line, especially the directory that is listed
before the last colon, which on my Ubuntu Maverick system is /var/lib/gdm.
Now try
sudo cp -R .speech-dispatcher /var/lib/gdm
sudo chown -R gdm.gdm /var/lib/gdm/.speech-dispatcher
If I read a previous mail in this thread correctly, your problem should be
solved at this point. If not, try instead
sudo mkdir -p /var/lib/gdm/.speech-dispatcher/conf
sudo cp -R /etc/speech-dispatcher/* /var/lib/gdm/.speech-dispatcher/conf
sudo chown gdm.gdm /var/lib/gdm/.speech-dispatcher
If I think of anything else that may help, I'll post it in this thread.
Good luck.
~Kyle
_______________________________________________
orca-list mailing list
orca-list gnome org
http://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca for more information on Orca.
The manual is at
http://library.gnome.org/users/gnome-access-guide/nightly/ats-2.html
The FAQ is at http://live.gnome.org/Orca/FrequentlyAskedQuestions
Netiquette Guidelines are at
http://live.gnome.org/Orca/FrequentlyAskedQuestions/NetiquetteGuidelines
Log bugs and feature requests at http://bugzilla.gnome.org
Find out how to help at http://live.gnome.org/Orca/HowCanIHelp
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]