Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
apertis-website
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docs
apertis-website
Merge requests
!411
flatpak: Clarify versioning policy
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
flatpak: Clarify versioning policy
wip/refi64/flatpak-version-policy
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Ryan Gonzalez
requested to merge
wip/refi64/flatpak-version-policy
into
master
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
https://phabricator.apertis.org/T8169
Signed-off-by: Ryan Gonzalez
ryan.gonzalez@collabora.com
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
f29497e0
1 commit,
3 years ago
1 file
+
11
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
content/guides/flatpak.md
+
11
−
1
Options
@@ -50,7 +50,8 @@ $ flatpak --user install \
{{% notice warning %}}
During installation you may be prompted for which version to install. Due to
incompatibilities between flatpak versions, it is highly recommended you select
the version corresponding to the Apertis version your system is running.
the version corresponding to the Apertis version your system is running (see
[
Versioning
](
{{
<
ref
"
#versioning
"
>
}}) for more information).
{{% /notice %}}
Finally, the demo application can be run by executing the following
@@ -60,6 +61,15 @@ command:
$ flatpak run org.apertis.hmi.gnome_font_viewer
```
## Versioning
The reference runtimes and included demos are built for each stable Apertis
release, starting with v2022. Use of a runtime version
*older*
than the host
version is supported, such as running or developing with runtime v2022 on
Apertis v2023. However, using runtimes
*newer*
than your Apertis release (e.g.
using v2023 on a v2022 system) is
**not**
supported, because newer runtimes may
depend on Flatpak functionality that is not available in older Apertis releases.
# Runtime Creation
The reference Apertis runtimes are built using
Loading