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=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=d/8oSkC2KcJkS1/Z1o3UXhwfLy7vobe3ZA/dPrjMr9w=; b=XpO07812D2DKUHuxVljZ5keCvcPk6Pibu1OrCtbw4FQmtchvnqbSECYstVqSb4gj6c R3tLcPdK6Ia0C71/7v5dK+vAzRqLDGNICNovT4wYPR0bkRveFxv19z7oxzHfhFOvIoI2 89OvXtlvyIZep4hi/vnQbXQV2pVA6LuPF7FyglpE42MH9FREeKSaI9WV1hV0Klsep04M a/HJ4fQfcz5QMen9sZiHqyZu8J6CsGVu6XNx3bCVM5EsEIkwcDrKkIe8CLxM5Y6cWhqk jVZeRwI5XxOgy4sDylwj4MEox77rxHAP5l6bCWQ3/R7eH58Xuv1ywmuJeMOkGEu/05Ur WCcg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=d/8oSkC2KcJkS1/Z1o3UXhwfLy7vobe3ZA/dPrjMr9w=; b=iuhde/+s5GOaB7PmFiGbd+MbwAcYS6mpE1RVOmBEIEEUlRbRPTWsrQqvndy7pt4Ncg tzCRdGd6Q2oIiMHjOzgJd+AOGl05rrV5iKduWs4QdSVymrw70O82cWp1pXfjZs3FDGcJ hOJ1VppmlNjm8jdRoZl2gqddO91XP6pvAwfCCkBwqceCisDeey3ea2WrY5tsPysdkvHT 8c+lE6NLwvf9UOgTxte4Xy/fAst/+cgAKojETy3KCaP8JcIoA23QwrG6Y5COhAo/o5kr 6OdCKTTcIUcwNSoHY3iIfncYEFlZ2Gao3UtPP8u42QZwKrFe52p49ay0mjCELpdScOlo TDNg== X-Gm-Message-State: APjAAAWxHuAUVfLYvaUXwJ4jPq5yibxFcCo06o5t2BWN5piIwIg2bmL5 kOmImSOWkgvjwxUt4PglaXtztyDPMH96zij6p6MnDxUK X-Google-Smtp-Source: APXvYqycZcMC28hrnuGZ/iSInABhgnWJyVEwfF7dGsjvXM28TN7N1V0go76XUrX4nvWZ3fcak8/T6IrGIw4DejaNSRU= X-Received: by 2002:a24:3556:: with SMTP id k83mr8587299ita.68.1555787317224; Sat, 20 Apr 2019 12:08:37 -0700 (PDT) MIME-Version: 1.0 From: "Graham S (graham DOT seale AT gmail DOT com) [via geda-help AT delorie DOT com]" Date: Sat, 20 Apr 2019 19:08:26 +0000 Message-ID: Subject: [geda-help] Setting up lepton-eda and pcb To: geda-help AT delorie DOT com Content-Type: multipart/alternative; boundary="00000000000063a93e0586faf63d" Reply-To: geda-help AT delorie DOT com --00000000000063a93e0586faf63d Content-Type: text/plain; charset="UTF-8" Hi gEDA folk I have installed lepton-eda by downloading *git clone https://github.com/lepton-eda/lepton-eda.git *, and compiling. I also have pcb, installed the same way it seems to have all worked, but now we need some advice on how to set it up. The system here is Linux mint 19.1, based on Ubuntu 18.04 LTS (Bionic Beaver). The install location is $HOME/lepton. Similarly, the place for pcb is $HOME/pcb-4.2.0 The executable for pcb arrived in the $HOME/pcb-4.2.0/src folder. Maybe I could have been smarter about where to pint to when doing *sudo make install*, such as aiming at /usr/local/bin, but in the end, I opted to copy the executable into $HOME/bin, which is included in my $PATH I have noticed that even though all the lepton component programs are there, and do appear to launch OK when I use the command line, they do not associate their extensions with lepton programs, nor have the right icons. The installed set in $HOME/lepton are .. .. bin .. include .. lib .. share I did notice that there is a mime folder within the share folder, which has the complete .xml file in $HOME/lepton/share/mime/packages that defines the new filetypes and their associations. I have a $HOME/.geda/gafrc (empty) .. also $HOME/.geda/geda-user.conf (empty) .. and a $HOME/.geda/gschem-dialog-geometry containing some location, width and height setups. I have removed all the old geda packages that came with the distribution repository. I do have a single place where I keep any local .sym symbols and packages of pcb footprints I may create myself. I usually put a gafrc file in with any project folder, and a "packages" symlink to the footprints. I think the pcb program is in a better situation than the lepton install. Files with extension .pcb have the little green icon, and launch pcb when clicked. This is all very new, and not yet used. I am happy to re-arrange it, or even start again. What is your best advice to get this set up - particularly to associate the .sch and other extensions with their respective lepton programs, and to use the supplied icons? Thanks in advance if you can help. My regards Graham --00000000000063a93e0586faf63d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi=C2=A0 gEDA folk
I have installed lepton-= eda by downloading git clone https://github.com/lepton-eda/lepton-eda.gi= t, and compiling. I also have pcb, installed the same way it seems = to have all worked, but now we need some advice on how to set it up.
<= div>
The system here is Linux mint 19.1, based on Ubuntu 18.0= 4 LTS (Bionic Beaver).
The install location is $HOME/lepton. =
Similarly, the place for pcb is $HOME/pcb-4.2.0
The executable for pcb arrived in the $HOME/pcb-4.2.0/src fold= er.
Maybe I could have been smarter about where to pint to when d= oing sudo make install, such as=C2=A0 aiming at /usr/local/bin, but = in the end, I opted to copy the executable into $HOME/bin, which is include= d in my $PATH

I have noticed that even though all = the lepton component programs are there, and do appear to launch OK when I = use the command line, they do not associate their extensions with lepton pr= ograms, nor have the right icons.

The installed se= t in $HOME/lepton are ..
.. bin
.. include
.. lib
.. share
I did notice that there is a mime fol= der within the share folder, which has the complete .xml file in $HOME/lept= on/share/mime/packages that defines the new filetypes and their association= s.

I have a $HOME/.geda/gafrc (empty)
..= also $HOME/.geda/geda-user.conf (empty)
.. and a $HOME/.geda/gsc= hem-dialog-geometry containing some location, width and height setups.
I have removed all the old geda packages that came with the distribut= ion repository.

I do have a single place where= I keep any local .sym symbols and packages of pcb footprints I may create = myself. I usually put a gafrc file in with any project folder, and a "= packages" symlink to the footprints.

I think = the pcb program is in a better situation than the lepton install. Files wit= h extension .pcb have the little green icon, and launch pcb when clicked.

This is all very new, and not yet used. I am ha= ppy to re-arrange it, or even start again.
What is your best advi= ce to get this set up - particularly to associate the .sch and other extens= ions with their respective lepton programs, and to use the supplied icons?<= /div>

Thanks in advance if you can help.
My re= gards
Graham


=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0


--00000000000063a93e0586faf63d--