flatpak-run-demo-hmi-app manual

medium

Image Types:
hmi-amd64 / hmi-armhf / sdk-amd64
Image Deployment:
APT
Type:
functional

Description

Test a graphical Flatpak demo application


Execution Steps

  1. Add the Apertis Flatpak repository (only needed on SDK images)
  2. $ flatpak --user remote-add --if-not-exists apertis https://images.apertis.org/flatpak/repo/apertis.flatpakrepo
  3. Force HTTP 1.1 as OSTree does not support retries over HTTP 2 (only needed on SDK images)
  4. $ ostree --repo=/home/user/.local/share/flatpak/repo config set 'remote "apertis".http2' false
  5. Install the Flatpak example application (only needed on SDK images)
  6. $ flatpak --user install --reinstall org.apertis.hmi.gnome_font_viewer//${APERTIS_RELEASE}
  7. On the agl-compositor click on the menu icon
  8. Observe that the Fonts app icon is visible
  9. Launch the Fonts app

Expected

The Flatpak application can be installed and run on a clean system.