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 Use cat to make sure that the new profile (in /tmp/profile.new) looks okay, and if it does, move it to /etc/profile (you should probably back up the original file, just in case!). Once you move it, test it by typing "source /etc/profile" into XTerm. If an error occurs, restore your backup and then retrying the flite command. Otherwise, retry the flite command to see if it works now. If not, PM me and I'll work you through it, or you can mail your Nokia 770 with a SASE to: Gimmy Ur. Tabblit 1250 NokiaStealer St. Bermuda Triangle, NW 12345 (Just kidding, please do not mail your Nokia 770.) If what I've said confuses you, you might not want to try it, and even if you do try it, do not hold me responsible for any strange gooey substance that may ooze from your Nokia 770's USB port. I'll look into possibly modifying the PATH environment variable (in Maemo Mapper, not in the installer) to automatically include this path, or I'll just bite the bullet and hardcode the entire path (gulp), or maybe I can provide it as yet another config option in the Settings dialog (grumble... it grows beyond my desires...). Or, my favorite option might be to just change the system() call to just try both flite and /var/lib/install/usr/bin/flite.
sed 's@PATH *=[^/]*@&/var/lib/install/usr/bin:@' /etc/profile > /tmp/profile.new