FreeCAD flatpak

Mathieu Bridon bochecha at daitauha.fr
Tue Sep 18 11:56:32 UTC 2018


On Tue, 2018-09-18 at 06:21 -0400, Michael Hill wrote:
> General question: once flatpak-builder succeeds, can I test the
> flatpak in place with 'flatpak run' or 'flatpak-builder --run', or do
> I need to install it first?

After you builkd with:

$ flatpak-builder DIR MANIFEST

You can run it with:

$ flatpak-builder --run DIR MANIFEST COMMAND

Do note that the sandbox is set up a bit differently by flatpak-
builder, compared to what you'dget with an installed app, so to really
test what users will get, you'll want to install it.

The easiest is to build with:

$ flatpak-builder --user --install DIR MANIFEST

That will commit the build to a repo, add it as a remote, and
installthe app from it.


-- 
Mathieu



More information about the Flatpak mailing list