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:references:in-reply-to:from:date:message-id:subject:to; bh=/EVis0xw300w+lxwEGRrJ75d+eSpsEHOB4iHGFzgerI=; b=pRMmu/VI/x4f7VIaEbjjgDzy5J+zGCXkY5rDQxR/MWTtfebDnlu2k52RqMJYpQbj/j 5mzDjsERKQcRuxrYToRD8X4ZNDxw4eYNuZ3Yy/84D9ONWbSE783pQOv8C3sooIIE5ETU 1qnaOoQq02sdJTM8YaDAfwplMW8yU2PAulKrtiMf74vYsGXhFzzkndBoikmbPl6vM0xp ZyHqdMWaZ1aoC6+Ct9Sjae0/dB+0bBDlDGbKFQTpoGpcHUikT6Zm5ogmC2LgJHoWoF55 MSWPORNJtJULG5hnGbBuwtmLLO1tPGZEoFwjnN1IA+chgxq48H6/GST++6et+7uaRpLa 9dog== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=/EVis0xw300w+lxwEGRrJ75d+eSpsEHOB4iHGFzgerI=; b=RO7biTaikcjZUqDpAgKoD0Vh5gaWIAWn30y46e2wqMBEftCz9KTXDthbV7xVwtd+i8 IAWG+hs1Won8hFxfUl65tHlO4x34UrxeAeftEfhzL4gBLAiJZl6OreQmkNANtOdDgskK G2ZtWB3UTe75TVNXBn/Pck1wqb11PuakLvFvUgC7m1S0IYLAC6pjM/arUwpYdeIyvuji HzT5iYHYj+oZvPfW/Z9ZF1caud9Vjvo8yhfSpO39mMG6dIBFhKRppxwDB/gkrmMRF44x Q5FGMGZWIdJ6Ix/VXJcEX1FhPMC920vpBQa9+orTsSnKxhFZWjAZP193SUv607iUF/aV IajQ== X-Gm-Message-State: APjAAAVtje+4eDT2uq0E4oHXf0ALwgfO7QDC9jHU8iSrkOo/fa/edh5J ytkVXBd6v86M0+zqTK9eHYod9q0xBDWNWfMwSw5nSg== X-Google-Smtp-Source: APXvYqwExIj6sqNLUklEokBeel+m+6KrGc39vcEdno7xyTmoQMdF2SpUHH8ZGbIY2nHGBE8B9vBRdrO3Emjk3VV4B6Y= X-Received: by 2002:a81:f211:: with SMTP id i17mr78350696ywm.484.1564699056328; Thu, 01 Aug 2019 15:37:36 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "Erich Heinzle (a1039181 AT gmail DOT com) [via geda-help AT delorie DOT com]" Date: Fri, 2 Aug 2019 08:07:22 +0930 Message-ID: Subject: Re: [geda-help] Re: Picaxe 14M2 To: geda-help AT delorie DOT com Content-Type: multipart/alternative; boundary="0000000000006ed59f058f15e3b6" Reply-To: geda-help AT delorie DOT com --0000000000006ed59f058f15e3b6 Content-Type: text/plain; charset="UTF-8" Your screenshot seems to show PCB being run with the lesstif/motif HID. The gtk HID has a richer UI; the appearance shown may be an artefact of running with sudo. You should try launching pcb from a terminal window or launcher as a normal user and see if it looks different, with more gtk-like widgets. Regards, Erich On Tue, 30 Jul 2019 21:06 Torben Friis (friistf AT gmail DOT com) [via geda-help AT delorie DOT com], wrote: > Hi, > Is Wilson's tutorial up-to-date? I run: > > torben AT torben-Aspire-E5-773G:~/gaf/myproject3$ sudo gsch2pcb project > > with 2 resistors and get: > ---------------------------------- > Done processing. Work performed: > 2 file elements and 0 m4 elements added to board.pcb. > > Next step: > 1. Run pcb on your file board.pcb. > You will find all your footprints in a bundle ready for you to place > or disperse with "Select -> Disperse all elements" in PCB. > > 2. From within PCB, select "File -> Load netlist file" and select > board.net to load the netlist. > > 3. From within PCB, enter > > :ExecuteFile(board.cmd) > > to propagate the pin names of all footprints to the layout. > > I then run: > torben AT torben-Aspire-E5-773G:~/gaf/myproject3$ sudo pcb board.pcb > > and get: > File 'board.pcb' has no font information, using default font > > I then get the rather empty looking screen shown attached. > > I can disperse the components and run the netlist, but when I run > > sudo :ExecuteFile(board.cmd) (or :ExecuteFile(board.cmd)) > nothing happens > > Incidentally, when I run: > > sudo gschem one.sch > > the curser moves to the next line. It looks as if some input is expected. > What? > > > Can anyone help? > best regards > torben > > > On Thu, Feb 14, 2019 at 3:04 PM Torben Friis wrote: > >> Hi , >> I have been looking fo the above element, but I cannot find it. I have >> been looking for .../newlib and found it in two places, but neither one >> appeared to provide it. >> Is there anywhere else I can look for it? >> torben >> > --0000000000006ed59f058f15e3b6 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Your screenshot seems to show PCB being run with the less= tif/motif HID. The gtk HID has a richer UI; the appearance shown may be an = artefact of running with sudo.

You should try launching pcb from a terminal window or launcher as a norma= l user and see if it looks different, with more gtk-like widgets.

Regards,
<= br>
Erich

=
On Tue, 30 Jul 2019 21:06 Torben Frii= s (friistf AT gmail DOT com) [via geda-help AT delorie DOT com], <geda-help AT delorie DOT com> wrote:
<= /div>
Hi,=
Is Wilson's tutorial up-to-date? I run:

torben AT torben-Aspire-E5-= 773G:~/gaf/myproject3$ sudo gsch2pcb project

with 2 resistors and get:
----------------------------------
Done processing.=C2=A0 Work perfor= med:
2 file elements and 0 m4 elements added to board.pcb.

Next s= tep:
1.=C2=A0 Run pcb on your file board.pcb.
=C2=A0 =C2=A0 You will = find all your footprints in a bundle ready for you to place
=C2=A0 =C2= =A0 or disperse with "Select -> Disperse all elements" in PCB.=

2.=C2=A0 From within PCB, select "File -> Load netlist file= " and select
=C2=A0 =C2=A0 board.net to load the netlist.

3.=C2= =A0 From within PCB, enter

=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= :ExecuteFile(board.cmd)

=C2=A0 =C2=A0 to propagate the pin names of = all footprints to the layout.

I then run:
torben AT torben-Aspire-E5-773G:~/gaf/myproject3$= sudo pcb board.pcb

and get:
File 'board.pcb' has no font= information, using default font
=C2=A0
I then get the rather empty looking screen shown attac= hed.

I can disperse = the components and run the netlist, but when I run
=
sudo :ExecuteFile(board.cmd) (or :ExecuteFile(= board.cmd))
=C2=A0nothing happens

Incidentally, when I run:

sudo gschem one.sch

the curser moves to the next line. = It looks as if some input is expected. What?

Can anyone help?
best regards
torben


On = Thu, Feb 14, 2019 at 3:04 PM Torben Friis <friistf AT gmail DOT com> wrot= e:
Hi ,
I have been looking fo = the above element, but I cannot find it. I have been looking for .../newlib= and found it in two places, but neither one appeared to provide it.
<= div class=3D"gmail_default" style=3D"font-family:arial,helvetica,sans-serif= ;font-size:large">Is there anywhere else I can look for it?
torben
--0000000000006ed59f058f15e3b6--