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
- Add the Apertis Flatpak repository (only needed on SDK images)
- Force HTTP 1.1 as OSTree does not support retries over HTTP 2 (only needed on SDK images)
- Install the Flatpak example application (only needed on SDK images)
- On the agl-compositor click on the menu icon
- Observe that the Fonts app icon is visible
- Launch the Fonts app
$ flatpak --user remote-add --if-not-exists apertis https://images.apertis.org/flatpak/repo/apertis.flatpakrepo
$ ostree --repo=/home/user/.local/share/flatpak/repo config set 'remote "apertis".http2' false
$ flatpak --user install --reinstall org.apertis.hmi.gnome_font_viewer//${APERTIS_RELEASE}
Expected
The Flatpak application can be installed and run on a clean system.