How to start KiCAD installed from flatpak

After you have installed KiCAD from Flatpak using

install_kicad_flatpak.sh
flatpak install --from https://flathub.org/repo/appstream/org.kicad.KiCad.flatpakref

you can run it using

run_kicad_flatpak.sh
flatpak run org.kicad.KiCad

You can append any arguments to KiCAD, for example open a project file directly from the command line:

run_kicad_with_project.sh
flatpak run org.kicad.KiCad MyProject.pro

 


Check out similar posts by category: KiCAD