Package Details: kicad-git 8.99.0.r1825.gb38357a5ea-1

Git Clone URL: https://aur.archlinux.org/kicad-git.git (read-only, click to copy)
Package Base: kicad-git
Description: Electronic schematic and printed circuit board (PCB) design tools
Upstream URL: https://kicad.org/
Licenses: GPL
Conflicts: kicad, kicad-bzr
Provides: kicad
Submitter: Chocobo
Maintainer: nickoe
Last Packager: nickoe
Votes: 67
Popularity: 0.000007
First Submitted: 2015-10-08 16:39 (UTC)
Last Updated: 2024-07-16 22:49 (UTC)

Required by (21)

Sources (1)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 29 Next › Last »

k3a commented on 2018-03-30 12:13 (UTC)

I can confirm that Pcbnew freezes when opened from Kicad. It won't fully initialize UI and attempt to close the window would crash the app.

The core reason seems to be mismatched versions of the wxWidgets (wxgtk) and wxPython. The problem can be resolved by disabling WxPython scripting or ensuring versions match (which may be difficult to achieve long-term):

-DKICAD_SCRIPTING_WXPYTHON=OFF

Not sure how many people are using this part of scripting. KiCad 5 is a very nice improvement over version 4 and I recommend it to everyone! :)

nickoe commented on 2018-03-13 09:03 (UTC)

You write OFF in every line that says SCRIPTING instead of ON.

Llama commented on 2018-03-12 14:31 (UTC)

What does it mean, "Disable scripting completely?"

nickoe commented on 2018-02-23 12:40 (UTC)

Disable scripting completely.

dexterlb commented on 2018-02-23 12:21 (UTC)

Does anyone have an idea how to make kicad start pcbnew correctly, so that we don't need to start it standalone?

nickoe commented on 2018-02-17 15:33 (UTC)

Although pcbnew seems like it is still broken when started from kicad, but it looks ok when started standalone.

nickoe commented on 2018-02-17 15:22 (UTC)

It seems to work fine afterall with only wxpython disabled

greyltc commented on 2018-02-17 13:42 (UTC)

Cool. I think we all hope the gtk2 vs 3 stuff here gets ironed out.

https://aur.archlinux.org/packages/kicad-scripting-git/

nickoe commented on 2018-02-17 13:08 (UTC)

You can just modify the pkgbuild and enable it. But it is beacuse it depends on wxpython built with gtk2. And wxpython-gtk2 can not coexist with the normal wxpython package. So I disabled it to be safe. I am ok with your makeing a specific package which enables scripting, but that is hopefully just temporary.