Hi Klemen, It is sane to create your own libraries in another directory. Every time you update Kicad, the libraries at /usr/share/kicad/library/ are overwritten.
Once a library is saved in a project configuration, it stays loaded forever. If what you want is to add this library to every new project, edit the file /usr/local/kicad/template/kicad.pro and add your libraries. Save a copy in another directory, it will be also overwritten when updating Kicad. Regards, Pedro. > I created a new library in a folder on desktop. I tried to create one > at /usr/share/kicad/library/ but it was not possible. I think because > i have no permission to edit these files from kicad (that is why i > created a library on desktop). > > The problem is that every time i start the kicad, a have to manually > insert my new library (Preferences -> Libs and Dir) next to the > others. It seems kicad doesn't remeber those settings. Why is that? > Can this be solved somehow? > > Regards > Klemen
