Re: [Kicad-developers] A few run-time problems on kicad-git build on Slackware64-current Linux

2020-11-05 Thread Mark Roszko
Your issues in (1) are by design. Whether that design is correct or not is another story. I actually removed that behavior on Windows because Microsoft has a stable api to determine top level window for focus. Linux does not and GDK used to be but with the fragmented x11/wayland mess, they remove

Re: [Kicad-developers] Torrent downloads

2020-11-05 Thread Andrew Lutsenko
Hi Nick, Is there anything else I can help with here? I see 5.1.8 update is released already. On Thu, Oct 1, 2020 at 3:48 AM Andrew Lutsenko wrote: > Oh, I did verify that, sorry I wasn't clear. It definitely works. > > On Thu, Oct 1, 2020, 02:00 Nick Østergaard wrote: > >> I was implicitly ho

Re: [Kicad-developers] A few run-time problems on kicad-git build on Slackware64-current Linux

2020-11-05 Thread Tom Crane
On Thu, 5 Nov 2020, Nick Østergaard wrote: Thanks again for the quick follow-up. Did you install wxpython (phoenix) with pip? No. you have some python stuff in ~/.local. I have uploaded the modified SlackBuild scripts I used to build both the Slackware wxGTK3 package (wxWidgets/Phoenix) a

Re: [Kicad-developers] A few run-time problems on kicad-git build on Slackware64-current Linux

2020-11-05 Thread Nick Østergaard
Did you install wxpython (phoenix) with pip? you have some python stuff in ~/.local. Maybe just try to clear that out completely, or explicitly set PYTHONPATH to the site-packages path of your install location? On Thu, 5 Nov 2020 at 20:51, Tom Crane wrote: > Thanks for the quick response. In t

Re: [Kicad-developers] A few run-time problems on kicad-git build on Slackware64-current Linux

2020-11-05 Thread Tom Crane
Thanks for the quick response. In the past I have been bitten by old libraries in non-standard places derailing other application builds but can't see anything obviously amiss here. My $LD_LIBRARY_PATH EV is empty. I checked where ldconfig looks and could not see anything incriminating outsi

Re: [Kicad-developers] A few run-time problems on kicad-git build on Slackware64-current Linux

2020-11-05 Thread Nick Østergaard
Are you using a build script? If so please link it. Also check if you partially installed in multiple locations, sucha as where ldconfig looks and echo LD_LIBRARY_PATH from your runtime env. Nicl tor. 5. nov. 2020 16.26 skrev Tom Crane : > I have been using recent builds for the past few weeks.

[Kicad-developers] A few run-time problems on kicad-git build on Slackware64-current Linux

2020-11-05 Thread Tom Crane
I have been using recent builds for the past few weeks. They are usable but I have a couple of outstanding problems which I'm not sure how to diagnose/fix. (1) I have strange behaviours with open Kicad application windows. For example I have a Kicad project, eeschema and pcbnew windows open o