flatpak-run-mildenhall-helloworld-app manual
medium
- Image Types:
- hmi-amd64 / sdk-amd64
- Image Deployment:
- APT
- Type:
- functional
Description
Install helloworld-app from the flatpak repo.
Pre Conditions
- Please uninstall the org.apertis.mildenhall.helloworld-app if already installed.
$ flatpak uninstall org.apertis.mildenhall.helloworld-app
Execution Steps
- Install the org.apertis.mildenhall.helloworld-app
- Wait for installation to be completed.
- Now run the helloworld app
$ flatpak --user remote-add --if-not-exists --no-gpg-verify apertis-mildenhall https://images.apertis.org/flatpak/mildenhall
$ flatpak install -y apertis-mildenhall org.apertis.mildenhall.helloworld-app
$ flatpak run org.apertis.mildenhall.helloworld-app
Expected
Hello world app window should be visible