How to run a flatpak without installing it?

Hey folks,

I’ve got my Python/GTK build up and running. My script is like so:

flatpak-builder --force-clean --user --install builddir org.bswa.Leaftracker.json
flatpak run org.bswa.Leaftracker

It’s a bit slow though. I’m wondering if I can run my application without installing it. That might speed up the process again.

Thanks again,

J.R.

No, that’s not possible.

This topic was automatically closed after 4 days. New replies are no longer allowed.