Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.22 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.22 KB

elementary sandbox-ed applications

This is a unofficial repository for flatpak manifests of elementary OS apps. see your distro package manager for the official packages or build them from the elementary's GitHub repo

Status

Application status
io.elementary.calculator OK
io.elementary.code OK
io.elementary.music OK
io.elementary.screenshot OK*
io.elementary.videos #2

* conceal text won't work

Build the manifest and install

You'll need to compile the elementary's flatpak platform to use theses manifests.

flatpak-builder is needed for build the manifests, so, for example, you will install code running:

flatpak-builder --user .build io.elementary.code.yml --force-clean --install

or, if you wanna make a local repo and install from it. run:

flatpak-builder --user .build io.elementary.code.yml --repo=/home/user/.elementaryFlat
flatpak remote-add --user --no-gpg-verify ~/.elementaryFlat elementaryApps
flatpak install elementaryApps io.elementary.code

so now you have a unique repo for all the apps.