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.