From 1c5be7f9f66c24b64497293f2f54e13dd27c5784 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 21 Mar 2018 19:40:46 -0400 Subject: [PATCH] Add some more goals These are also important goals of flatpak, and should be mentioned here to give a full picture. --- docs/introduction.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/introduction.rst b/docs/introduction.rst index 43e6ef2a..82c058f2 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -7,9 +7,11 @@ Flatpak has been designed and implemented with a number of goals: * Allow the same application build to be installed on any Linux distribution. * Provide consistent environments for applications, to facilitate testing and reduce bugs. +* Full integration of applications in the desktop. * Ensure forward compatibility of applications, by allowing multiple versions of runtimes to be simultaneously installed. * Allow applications to easily use libraries that aren't available in Linux distributions (or aren't consistently available). * Increase the security of Linux desktops, by isolating applications in sandboxes. +* Decentralized infrastructure without a single, privileged repository. General information about Flatpak can be found on `flatpak.org `_.