X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Wed, 25 Apr 2012 11:33:55 -0700 From: Colin D Bennett To: geda-user AT delorie DOT com Subject: Re: [geda-user] local project dir symbols and footprints Message-ID: <20120425113355.6c1b464c@svelte> In-Reply-To: <4F9835CA.9050201@ecosensory.com> References: <4F915B7C DOT 9000009 AT schinagl DOT nl> <4F959E1F DOT 6010803 AT schinagl DOT nl> <4F9723DC DOT 8010006 AT schinagl DOT nl> <201204242210 DOT q3OMAm6Z017747 AT envy DOT delorie DOT com> <4F97B293 DOT 6000409 AT schinagl DOT nl> <4F9835CA DOT 9050201 AT ecosensory DOT com> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator297.hostgator.com X-AntiAbuse: Original Domain - delorie.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gibibit.com X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: spk.venturedesignservices.com (svelte) [65.61.115.34]:34361 X-Source-Auth: colin AT gibibit DOT com X-Email-Count: 2 X-Source-Cap: c2t5bGVuO3NreWxlbjtnYXRvcjI5Ny5ob3N0Z2F0b3IuY29t Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 25 Apr 2012 12:35:06 -0500 John Griessen wrote: > footprints can be dealt with similarly, but the file > ~/.pcb/settings controls every pcb program you launch to look in: > lib-newlib = /home/john/xxx/xxx/footprints > > You need to change that to use the local footprint directory as > you use pcb. You don't need to change your global pcb settings for each project. pcb does support a local settings file too. If you store copies of your footprints local to each project, as I do, then you should put a pcb.settings file in the directory in your project where your .pcb file is, like this: cdb AT svelte:~/Projects/PANIA/Layout$ cat pcb.settings lib-newlib = ../Footprints Regards, Colin