From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wy0-f170.google.com (mail-wy0-f170.google.com [74.125.82.170]) by speech.braille.uwo.ca (Postfix) with ESMTP id 4B92DC1A208 for ; Thu, 23 Sep 2010 13:17:43 -0400 (EDT) Received: by wye20 with SMTP id 20so1845506wye.29 for ; Thu, 23 Sep 2010 10:17:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:subject :message-id:mail-followup-to:mime-version:content-type :content-disposition:user-agent; bh=pnAjuBQaIVWcyTPIW4lAom3JFhHnuJ0Ds98mFO4EvLQ=; b=fSJsrtqFKbK2Cm4PmJTjw7cOKsGDS7lZ9F6HyWIBze/IoCThpQWsb72kA+NRMc0NWi qhyGg+RqRvWw/WIxDodw6xHda1OxdekbVharvv7q7DiXYrn5OhfzQiTItiQg2s19RRZv HCHUg3pMHKG73G14jliw9XWQtu1GoudjUq3dA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-type:content-disposition:user-agent; b=dA/rcnjTiKoivZpIVJp/izv6bbaBJtK3FF1JtL9OhJFCV1Oj7ENP56mRTvokEnj0QB ze+U+twnEXY3vV2y+PN9+LNrpulE6lRP3Bjg2IU1pX+SpR8Fu0qJD9CuvnUyCbYQM+St VjBaOP1erQmQuvUkxyNcGjQqRRx+AMAQ4NlhE= Received: by 10.216.1.77 with SMTP id 55mr1739276wec.72.1285262262438; Thu, 23 Sep 2010 10:17:42 -0700 (PDT) Received: from linux1 (cpe-76-183-49-63.tx.res.rr.com [76.183.49.63]) by mx.google.com with ESMTPS id k83sm663139weq.14.2010.09.23.10.17.40 (version=SSLv3 cipher=RC4-MD5); Thu, 23 Sep 2010 10:17:41 -0700 (PDT) Received: by linux1 (sSMTP sendmail emulation); Thu, 23 Sep 2010 12:17:36 -0500 Date: Thu, 23 Sep 2010 12:17:36 -0500 From: William Hubbs To: speakup mailing list Subject: specifying directory to save to or load from in speakupconf Message-ID: <20100923171736.GB12005@linux1> Mail-Followup-To: speakup mailing list MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.13 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: Thu, 23 Sep 2010 17:17:43 -0000 Hi Steve, On Wed, Sep 22, 2010 at 04:48:22PM -0700, Steve Holmes wrote: > On Wed, Sep 22, 2010 at 10:44:13AM -0500, William Hubbs wrote: > > Speakupconf only saves or loads from /etc/speakup if it is run > > as root, or ~/.speakup if it is run as a user. enhancing it to allow a > > location to be specified might be possible. > > OK, I didn't remember for sure if it was hard coded or if one could > pass a command line parm. That change should be easy enough. What I > would do is if no parameters are specified, then do the current > behavior but if a directory is specified, verify its presence and then > use the parms from there. I would be glad to make the change if > people would like. Should I use the standard speakup git archive to > pull and patch against? Yes, just use the speakup git repository. Make sure your clone is up to date, then make the modification to the speakupconf script in the tools directory. Once you have made the changes, use 'git diff' to generate the patch to send. William