After update with Ubuntu from V7 to V8 the new version starts perfect and old projects open without complaints. Using V7 I created some custom symbol partitions what still live at /home/jv/job/kilib and pinned them on top of the choose symbol selection tree dialog as they were frequently in use.
As far as I understand, Kicad supplied symbols are in /usr/share/kicad/… what I used but never modified to allow new updates from our always busy Kicad librarians. First moment I was not able access my own libraries with the “Place-AddSymbol” as schematic editor cannot find the correct search paths.
Search paths after update are attached. The name MY_KICAD6_LIB was my own invention what I copied from other Kicad paths but probably its not a good idea to use version number in path name as the versions frequently updates every year.
Using “Configure Paths” I introduced a new Enviroment Variable MY_KICAD_LIB with /home/jv/kilib but I am not able to delete the old MY_KICAD6_LIB using the bin icon.
With Preference->ManageSymbolLibs->AddExistingLib2Table I am able to access the own library again. The ${MY_KICAD6_LIB} is selected again and I cannot avoid or delete this and it seems annoying to add each available kicad_sym file in the directory individual. Any hints to improve this ?