vmware/photon

Add support for flatpak application installs

mwoodpatrick opened this issue · 1 comments

Is your feature request related to a problem? Please describe.

I would like to install flatpak applications on my Photon OS distro

Describe the solution you'd like

Add support for installing flatpak application

Describe alternatives you've considered

Do it myself, investigating this option, to determine what is currently available including appstream.

Additional context

No response

fyi you could start tinkering with the following flatpak install proof-of-concept recipe.

Edited: Here an actual output.

root [ ~ ]# /usr/local/bin/flatpak remote-ls flathub | grep .GL.nvidia.55
nvidia-550-40-07        org.freedesktop.Platform.GL.nvidia-550-40-07            1.4
nvidia-550-40-53        org.freedesktop.Platform.GL.nvidia-550-40-53            1.4
nvidia-550-54-14        org.freedesktop.Platform.GL.nvidia-550-54-14            1.4
root [ ~ ]# /usr/local/bin/flatpak install flathub org.freedesktop.Platform.GL.nvidia-550-54-14

Note that the directories

'/var/local/lib/flatpak/exports/share'
'/root/.local/share/flatpak/exports/share'

are not in the search path set by the XDG_DATA_DIRS environment variable, so
applications installed by Flatpak may not appear on your desktop until the
session is restarted.

Looking for matches…


        ID                                                       Branch             Op            Remote             Download
 1. [✓] org.freedesktop.Platform.GL.nvidia-550-54-14             1.4                i             flathub            307.7 MB / 307.8 MB

Installation complete.

For make build secure open-source applications, see Tanzu Application Catalog. It offers built-in GUID concepts, verification matrix for kubernetes, cve-checks, sbom, etc.