X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:date:to:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to; bh=2ebIoUSpe4HkQawIT3E6wzgRDyLdjuwYXyd2oy489z4=; b=b3i6aM4JELyJL7iNmwfY1YXysoq78laoGqkY3JyJSUokphpTmKmaCkLF9VayxDU15w Mggd0kaSBoMAmlmkW9qyq6rfiIryUI8f6f6cok2oxuMupRKUD+0ZlXJ738ZeC6RnVqx4 bkhw72+/X2aGwjPyJVZgVk2fPJEZycwGCMAyj/gVLj6SSJQt6EcgV4oGCO5KRPAxgCLp 1kjMweh1nCBmu04+GByOgbvWOVTPxwkV4/AdxZbOiAbS3KybYZMQnOLt4FvE422ctSzg SW1UZ7DeRGqqCEPw8pouJ7+IYBfWqli8AxzpjOLtd4cgTIS9TqeXCAPCEgp8pjOqVKkK rvNg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:date:to:subject:message-id:mail-followup-to :references:mime-version:content-disposition:in-reply-to; bh=2ebIoUSpe4HkQawIT3E6wzgRDyLdjuwYXyd2oy489z4=; b=i3ADdtkH7q3RmBpF3vF22jkqXw3RTOO0oZcu89b3tigM+juJGLMEU041UwK/Xwno8u ZN+RbJtJ78iC6AYRc6Ards3RoEcp/7NJahuewVB9OP3tsRRqYNgR/lb/J/qOmPkFVrUV 12v62eFOdZEyzHPGxQiPudWoEbYQYuAv42MY/j5jtpM1muUCwWW9TsZmbiBamPtS6wtB KIbLj9PC+ojh2pQGU0/ceDAjNXBJpbnTo5DBeNUXzfiLJNVpQ11mtO3mCj65fGjsS7w8 KSpEYoGYHUfCZ8UCPr0LIAVKgiqqTZBzN5YU764lmBACFu240tuFz7k+Exg8qd2k976J 3XLg== X-Gm-Message-State: AOAM533N2IQdn+d4IOAn1wBCPb2ZXoI/3wKzMXzJSHy//Z6bw3OPUChA HSS6OXuuIoXFVteuPSFAKe+hsEWk2Js= X-Google-Smtp-Source: ABdhPJyhHpGvkgjmGa8BiW7Ok32I6iNOXpvqtHMcFIV8PAH4SbaWdUGMKCPeYhGHBGCq4WemIn/MaA== X-Received: by 2002:a05:651c:603:: with SMTP id k3mr21095303lje.191.1618426170053; Wed, 14 Apr 2021 11:49:30 -0700 (PDT) From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" X-Google-Original-From: Vladimir Zhbanov Date: Wed, 14 Apr 2021 21:49:28 +0300 To: geda-user AT delorie DOT com Subject: Re: [geda-user] Lepton and local components Message-ID: Mail-Followup-To: geda-user AT delorie DOT com References: <2102fee4326483830cc14ed3d3ebbf371d98e1d6 DOT camel AT gmail DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <2102fee4326483830cc14ed3d3ebbf371d98e1d6.camel@gmail.com> 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 Hi Onetmt, On Wed, Apr 14, 2021 at 07:56:26PM +0200, Onetmt (onetmt AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > Hello, > > after some times from my last hardware design, I tried to update gEDA > on my Debian system, and I found that Debian no longer maintains gEDA > packages. I successfully compiled gEDA from sources, and now I have it > running in my /opt directory - so basically I tainted my Debian box, > and I don't like it very much. > > Just today I discovered that Lepton has entered Debian repos, and I > decided to give it a try; but here arises one problem: I used to have > my own symbols in /usr/share/gEDA/sym/local, but if I try to copy it in > /usr/share/lepton-geda simply it doesn't work. Has Lepton changed the > symbols import mechanism? > System wide available symbol directories are usually in $prefix/lepton-eda/sym/ (not lepton-_g_eda) where $prefix is '/usr/share' or '/usr/local/share' depending on the way you installed the program. In any case, you don't have to copy anything. Just write the path you want to use in your user 'gafrc' file as described here: https://lepton-eda.github.io/lepton-manual.html/gafrc.html#gafrc HTH, Vladimir