From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 66.69-93-35.reverse.theplanet.com ([69.93.35.66] helo=server1.sidns.com) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1CE3FF-0000Bi-00 for ; Sun, 03 Oct 2004 06:05:33 -0400 Received: from dsl-202-173-132-131.nsw.westnet.com.au ([202.173.132.131] helo=themuso.com) by server1.sidns.com with esmtp (Exim 4.42) id 1CE3F3-00016D-Hu for speakup@braille.uwo.ca; Sun, 03 Oct 2004 10:05:23 +0000 Date: Sun, 3 Oct 2004 20:03:06 +1000 From: Luke Yelavich To: "Speakup is a screen review system for Linux." Message-ID: <20041003100306.GA16614@luke-laptop.yelavich.home> References: <20041001235215.GA15049@luke-laptop.yelavich.home> <20041003093606.GA2991@volny.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-PopBeforeSMTPSenders: themuso X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server1.sidns.com X-AntiAbuse: Original Domain - braille.uwo.ca X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - themuso.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: Speech dispatcher, speechd-up and DECtalk. X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Oct 2004 10:05:39 -0000 On Sun, Oct 03, 2004 at 07:48:47PM EST, Chuck Hallenbeck wrote: > Hynek, > > Also, if speechdispatcher is run in a bootup script with the explicit > path specified to it, there may still be a path problem. The > dtk-generic file invokes "say" without a path specification, so once > again a potential path problem arises. Two solutions occur to me: > > 1. modify dtk-generic to include the path to "say" at the invocation > point; or Good idea. > 2. in the top level script which invokes speechdispatcher, include > something like this > > PATH=$PATH:/usr/local/bin > so that wherever speechdispatcher might have been installed, it will > know how to find "say" even if it appears by name only. I might add these modification myself, and see if that makes a difference. Luke