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

  1. Please uninstall the org.apertis.mildenhall.helloworld-app if already installed.
  2. $ flatpak uninstall org.apertis.mildenhall.helloworld-app

Execution Steps

    $ flatpak --user remote-add --if-not-exists --no-gpg-verify apertis-mildenhall https://images.apertis.org/flatpak/mildenhall
  1. Install the org.apertis.mildenhall.helloworld-app
  2. $ flatpak install -y apertis-mildenhall org.apertis.mildenhall.helloworld-app
  3. Wait for installation to be completed.
  4. Now run the helloworld app
  5. $ flatpak run org.apertis.mildenhall.helloworld-app

Expected

Hello world app window should be visible