flatpak-docs
flatpak-docs copied to clipboard
Flatpak documentation
When the .dev domains went on sale, I acquired flatpak.dev. readthedocs.io supports custom domains, see https://docs.readthedocs.io/en/latest/custom_domains.html So I could transfer the domain to you or manage it myself. If you...
http://docs.flatpak.org/en/latest/sandbox-permissions-reference.html#filesystem-permissions is a dangling section, a proper documentation of permissions is at http://docs.flatpak.org/en/latest/sandbox-permissions.html#filesystem-access The former can be deleted.
http://docs.flatpak.org/en/latest/desktop-integration.html#defunct-integration-options > Global menu bar - this was a feature similar to Mac’s menu bar, which was part of Ubuntu’s Unity desktop. This has been retired. All Linux desktops and...
Since flatpak usage varies according to the type of app someone is building, we ought to ensure that there is documentation for the most common app types. The [documentation plan](https://github.com/flatpak/flatpak/wiki/Documentation-Sitemap-proposal)...
As [described](https://lists.freedesktop.org/archives/flatpak/2019-May/001556.html) on the mailinglist by @alexlarsson : --- So, each installation (e.g. `/var/lib/flatpak`, and `~/.local/share/flatpak` as well as other customly added ones) can have a subdirectory called "`extension`". In...
The recently released flatpak 1.0 has some features that we should have in the docs. Some noteworthy items from the [release notes](https://github.com/flatpak/flatpak/releases/tag/1.0.0): Permissions: - Up-front verification of permissions - A...
`xdg-data`/... shared paths are also mounted, alongside with standard host's path, to $XDG_DATA_HOME/... mount point within sandbox. So these paths actually have two mount points of the form `$XDG_DATA_HOME/...`, where...
The current documentation doesn't describe nor provides any examples how to properly export a desktop file, a project icon, and an AppStream file. It's currently very hard to find that...
see https://github.com/flatpak/flatpak/issues/2265
We used to have a tutorial on bundling a java app, but dropped it when we moved the docs - the tutorial wasn't getting maintained and had got out of...