Here it is: cut here #!/bin/sh if test $# -eq 0 then gconftool-2 -g /desktop/gnome/interface/accessibility fi if test $# -eq 1 then if test $1 = on -o $1 = true then gconftool-2 -s /desktop/gnome/interface/accessibility \ -t bool true elif test $1 = off -o $1 = false then gconftool-2 -s /desktop/gnome/interface/accessibility \ -t bool false else echo gnome-accessibility: unknown command $1 fi fi Nath writes: > From: Nath <nath.ml@xxxxxxx> > > Hi Janina, > > Can you tell me please where we can find this gnome-accessiblity script > ? thx, > > > Janina Sajka <janina@xxxxxxxxxxx> writes: > > > Christian Moller writes: > >> From: "Christian Moller" <uwv@xxxxxxxxxx> > >> > >> Hi, > >> How do I start the test program? > > > > test-speech > > > > You might want to run that as root just do avoid any ambiguities in your > > setup. > > > >> Do I then start Gnopernicus by typing: > >> gnopernicus > > If you have the gnome-accessibility script, run: > > > > gnome-accessibility true > > > > as the user who will use gnopernicus. > > > > > > Then just log in from your graphical login screen. You won't have speech > > during login. > > > >> Then press F8 to return to a graphical console and login? > >> Best regards and thanks, > >> Christian > >> > >> > >> ----- Original Message ----- > >> From: "Janina Sajka" <janina@xxxxxxxxxxx> > >> To: <blinux-list@xxxxxxxxxx> > >> Sent: Monday, February 02, 2004 10:41 PM > >> Subject: Re: Viavoice and Gnopernicus > >> > >> > >> > The quickest thing you can do is to simply use the Festival that comes > >> > with Fedora. Anything else takes more work. > >> > > >> > You might want to start by starting the festival server: > >> > > >> > festival_server > >> > > >> > Then, use the test-speech program to make sure gnome-speech is seeing > >> > Festival. > >> > > >> > Christian Moller writes: > >> > > From: "Christian Moller" <uwv@xxxxxxxxxx> > >> > > > >> > > Hi all, > >> > > I have just installed Fedora on my computer, and I am now going to try > >> to > >> > > use Gnopernicus. However, I have tried to find Viavoice but it seems to > >> me > >> > > that it is not free, am I right? > >> > > If any Gnopernicus user out there could get back it would be nice. > >> > > Any help would be apreciated! > >> > > Best regards and thanks, > >> > > Christian > >> > > > >> > > > >> > > > >> > > _______________________________________________ > >> > > > >> > > Blinux-list@xxxxxxxxxx > >> > > https://www.redhat.com/mailman/listinfo/blinux-list > >> > > >> > -- > >> > > >> > Janina Sajka > >> > Email: janina@xxxxxxxxxxx > >> > Phone: +1 (202) 408-8175 > >> > > >> > Director, Technology Research and Development > >> > American Foundation for the Blind (AFB) > >> > http://www.afb.org > >> > > >> > Chair, Accessibility Work Group > >> > Free Standards Group > >> > http://a11y.org > >> > > >> > > >> > _______________________________________________ > >> > > >> > Blinux-list@xxxxxxxxxx > >> > https://www.redhat.com/mailman/listinfo/blinux-list > >> > > >> > > >> > >> > >> > >> _______________________________________________ > >> > >> Blinux-list@xxxxxxxxxx > >> https://www.redhat.com/mailman/listinfo/blinux-list > > > > -- > > > > Janina Sajka > > Email: janina@xxxxxxxxxxx > > Phone: +1 (202) 408-8175 > > > > Director, Technology Research and Development > > American Foundation for the Blind (AFB) > > http://www.afb.org > > > > Chair, Accessibility Work Group > > Free Standards Group > > http://a11y.org > > > > > > _______________________________________________ > > > > Blinux-list@xxxxxxxxxx > > https://www.redhat.com/mailman/listinfo/blinux-list > > > > > > -- > Nath > > > _______________________________________________ > > Blinux-list@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/blinux-list -- Janina Sajka Email: janina@xxxxxxxxxxx Phone: +1 (202) 408-8175 Director, Technology Research and Development American Foundation for the Blind (AFB) http://www.afb.org Chair, Accessibility Work Group Free Standards Group http://a11y.org _______________________________________________ Blinux-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/blinux-list