X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wellesley-edu.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=iU2ON5naRs+SYEHn/7V63XnxBGAoh6Ht8coIkX1O30o=; b=ImhQAQEDMySXA7hOJJ4lLpkAvLf7EZayqtqEVGm5jU9rdg4e0ek2o1hfr3euupBt9/ N6EksQNZxmJHHW8k72MYtu4LMfF4k4SWqWYGxs5+duaFcl1k+FtMJgYId0sxyAyrskNK 0Izlfu6KP4ftvrWhNKA31ha55OtlZnKH9fenP8Cs2mvj00042aeyeCRs4Q/t2ysD+1Gc aXVtX05XEfByUernfEPFCVtyYdb996+J4qdzh+o9Suyof7mByYdJBlCsP+ktqt/BRVV6 IasY8cWPPtuIyrwJGHQgl2+vSpYZo4rNV40sFOlnkOvSesdjg6lzuJtD1oBngy3YA0Ab iC6g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=iU2ON5naRs+SYEHn/7V63XnxBGAoh6Ht8coIkX1O30o=; b=MEop3kjpzUDNstY+172SqEXK6EN7T574PlrEtUppb3+QcZyDC1pnvzVssXnckFYpnA 7sHL6pcCo7QqFEoVP5r0zrXVlJhCe7DWKsfQQn9nccajgiSqstZT8oiOM48rozYqC3Cx vwF1+IM5Yl4r6VJ4zXfABAkpYFCxsMDfY3IjaIObOCfPIk/RvtpYkZo1HtSjM0o9shEj S5taoGab0J8bdYeGuSqQlH7Bjb38farO3HEQKTLXjjl23Q3BrwSvCXawiUS0OMFDWv7e P5uduK551WdzDDeeMkergsEI4YLnCyNpx0Q+r8TY1CZzvw00ccVa6zOT9VFkvuOs9cNx QXxw== X-Gm-Message-State: AD7BkJLJlZ5pUbWFCRamuJ1Wwn+/mfEghlicS1bHXmQjP6Od9Tc8SRs6GtGSNwZZyk+f1Ci0 X-Received: by 10.13.234.85 with SMTP id t82mr6522870ywe.195.1457746723609; Fri, 11 Mar 2016 17:38:43 -0800 (PST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: [geda-help] Restrict pcb's Import Schematics to only use custom elements (footprints) From: "James Battat (jbattat AT wellesley DOT edu) [via geda-help AT delorie DOT com]" In-Reply-To: <201603112228.u2BMSLJF018619@envy.delorie.com> Date: Fri, 11 Mar 2016 20:38:40 -0500 Message-Id: References: <201603112143 DOT u2BLhfip016903 AT envy DOT delorie DOT com> <1726D2A5-45F1-41E5-B544-765491C27C92 AT wellesley DOT edu> <201603112228 DOT u2BMSLJF018619 AT envy DOT delorie DOT com> To: geda-help AT delorie DOT com X-Mailer: Apple Mail (2.1878.6) Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u2C1cleN007259 Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Also, keep in mind that there are two default libraries, and the > library path only overrides one. You also need to disable the m4 > library, which is where 0603 comes from. Try this in ~/.pcb/settings: > > lib-contents-command = /bin/true I tried this in both ~/.pcb/preferences (which already existed) and ~/.pcb/settings (which I created for this test). Neither worked (i.e. the default lib 0603 was used by Import Schematic). Not sure which file(s) is/are read (or in what order)… Either way, the problem persists