View Single Post
Posts: 182 | Thanked: 3 times | Joined on Mar 2006
#103
Originally Posted by insert_nick
urgh, it was that! shame on me, thank you very much... wow great app. Btw, can I repeat the same "stupid" question someone has done on the beginning of this thread, about how to set that "classpath" to work with flite? (flite installed and working, but not set in classpath. I'm too bad in linux stuff sorry)
This is what Gnuite told me and it worked for me:




"If you don't have vim to edit the /etc/profile file, copy/paste this sed command into your XTerm:

Code:
sed 's@PATH *=[^/]*@&/var/lib/install/usr/bin:@' /etc/profile > /tmp/profile.new
Move /tmp/profile.new to /etc/profile. (it would be wise to make a backup first).

Once you move it, test it by typing "source /etc/profile" into XTerm. If an error occurs, restore your backup and try again. If nothing happens, thats a good sign. Now, retry the flite command to see if it works now: (make sure you have sound on)
Code:
flite "This is a test."

Last edited by kutibah; 2006-05-15 at 22:39.