On Tue, 2017-07-18 at 13:23 +0200, Dominik 'Rathann' Mierzejewski
wrote:
> By the way, I can't figure out how to look inside a Flatpak and
> review its contents. Could someone provide some pointers?

On the repo all you have is an object store (much like Git's
.git/objects/ folder), but if you install the app you will also get a
checkout:

  $ ls ~/.local/share/flatpak/app/org.gnome.Calendar/current/active/files/
  bin  lib  manifest.json  share

(that's because I installed the app with --user, if you install it
system-wide then it's under /var/lib/flatpak/app/...)

The manifest.json file is a recipe for how the app was built (like a
spec file), which helps reproducing builds.

The contents of that files/ directory are what gets mounted as /app/ in
the sandbox.


-- 
Mathieu
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to