Skip to content

Commit

Permalink
flatpak-run: update page
Browse files Browse the repository at this point in the history
add example for using different runtimes
  • Loading branch information
renner0e committed Dec 28, 2024
1 parent 9f3091e commit 92c01be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pages/linux/flatpak-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@
- Run an interactive shell inside a flatpak:

`flatpak run --command={{sh}} {{com.example.app}}`

- Run an installed application with a specific runtime version, e.g. 24.08, master, stable:

`flatpak run --runtime-version={{24.08|master|stable}} {{com.example.app}}`

- Run an installed application with a different runtime (but same version number), e.g. org.freedesktop.Sdk:

`flatpak run --runtime={{org.freedesktop.Sdk}} {{com.example.app}}`

0 comments on commit 92c01be

Please sign in to comment.