kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #35997
Re: python plugin folder misplaced?
-
To:
kicad-developers@xxxxxxxxxxxxxxxxxxx
-
From:
Carsten Schoenert <c.schoenert@xxxxxxxxxxx>
-
Date:
Wed, 30 May 2018 17:22:07 +0200
-
In-reply-to:
<CA+Mgg7NMrD-r4wSsm0dxwqtpOADy-FaPZ7qLqSjVu90BE=VyFg@mail.gmail.com>
-
User-agent:
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0
Hello Fabrizio,
Am 30.05.2018 um 16:42 schrieb Fabrizio Tappero:
> Hello,
> I recently discovered the existence of some useful BOM python plugins in
> this folder:
> /usr/lib/x86_64-linux-gnu/kicad/plugins/
>
> Wouldn't be recommendable to have the installer put the plugins folder in:
> /usr/share/kicad/
this depends if the plugin has a binary format or has a platform
independent format.
platform specific code -> /u/l/$platform/kicad/plugins
platform independent code -> /u/s/kicad/plugins
> In this way people might actually find a use these scripts easily.
>
> Additionally, it might be great to have the BOM menu button "Add Plugin" to
> point to /usr/share/kicad/
Well, this wouldn't be LSB conform. Python based plugins which also have
some other usable functions which could be imported into my scripts need
to go to a Python specific folder.
And also binary based plugins need to go to a folder which is respecting
the rules of the LSB.
--
Regards
Carsten Schoenert
Follow ups
References