My german is pretty rusty, but I think the first issue is that your template is calling out some files that don’t exist. Do you have a ~/kicad/templates/wks_versions/meta/icon.png and ~/kicad/templates/wks_versions/meta/info.html? If not, you may need to copy those files from /usr/share/kicad/template/meta/icon.png and /usr/share/kicad/template/meta/info.html.
Issue #3 isn’t related to the first issues and can be ignored. You’ll have to click ok every time you start pcbnew, but it won’t cause any problems. It’s a packaging issue out of your control: your packaged kicad was compiled by a different version of gcc than the GUI libraries that kicad relies on (wxwidgets). WxWidgets complains about the mismatch, but it doesn’t cause an issue. This is a packaging annoyance that has come up before, but the packagers for the WxWidgets packages don’t consider it a problem that needs to be solved. It will go away next time the WxWidgets packages are updated by your distribution.
your german is good, you are looking at the standard error message “Can not open … File not found”.
… and this message is true.
In ~/kicad/templates/ I have pagelayout_default.kicad_wks only (which is my new frame) and a directory wks_versions which holds backups and a portrait version of it.
In /usr/share/kicad/template/ there is mainly my modified kicad.pro and in ~/.config/kicad there is no info.html / icon.png either.
Even searching the whole disk from the CLI does not show it. Only in backups of my older projects I found some of those files which were specific to those projects.
Where are the installation versions of these files???
I did some research, and those files are not provided by the installation. They are user-provided files that determine your new template’s icon and description in the “New Project from Template” dialog.
The icon is described as optional, but the info.html file is required. They have a sample file in the documentation.
Have you tried that?
On Windows there are some included templates, but they don’t seem to be packaged in my linux installation (Arch Linux, which should be the same package as yours).
independant from your answer I found the info site from your link and tried out the info.html shown.
Mainly I wanted to see wether I would get a clean start and where I would find traces of this file.
The icon is described as optional, but the info.html file is required.
Not on my system, w/o icon.png I get a “file not found” stop.
With both files the start is clean and within eeschema I have not seen anything different (so far).
My impression is, info.html is setting parameters etc. mainly for the pcb editor.
Those files are not provided by the installation.
… so the package maintainers should add dummies and maybe a readme in KiCad-6
My main problem - a clean start w/o extras - is solved and the thread can be closed.
Nevertheless I shall collect more infos about kicad.pro and info.html. Their options might come in handy some day…