Go to file
Alexander Larsson 9d6bc99649 builder: Untar with --no-same-owner
Without this if you run as root (which is generally a poor idea) it will
extract the sources with the user/group specified on the archive, which
is never what you want when building code.
2016-05-12 19:35:32 +02:00
app Use flatpak_dir_uninstall for app and lib 2016-05-12 17:18:14 +02:00
bubblewrap@b9c39e5beb Update to latest bubblewrap version 2016-05-10 10:39:18 +02:00
builder builder: Untar with --no-same-owner 2016-05-12 19:35:32 +02:00
buildutil Fix various distcheck issues 2016-05-03 09:36:33 +02:00
common Use flatpak_dir_uninstall for app and lib 2016-05-12 17:18:14 +02:00
completion Rename everything but the on-disk location to flatpak 2016-05-09 11:11:55 +02:00
data system-helper: Add support for updating appstream branch 2016-05-11 10:35:24 +02:00
dbus-proxy Rename everything but the on-disk location to flatpak 2016-05-09 11:11:55 +02:00
doc Remove references to --gpg-key= as it never worked 2016-05-11 15:39:11 +02:00
document-portal document-portal: Yet another attempt to fix the build 2016-05-09 21:21:07 +02:00
env.d Migrate ~/.local/share/xdg-app to ~/.local/share/flatpak 2016-05-09 12:21:28 +02:00
lib Use flatpak_dir_uninstall for app and lib 2016-05-12 17:18:14 +02:00
libglnx@69d8a597f7 Get the new glnx_fd_close 2016-03-11 16:55:15 +01:00
m4 Support installed tests 2016-04-27 16:37:15 +02:00
permission-store permission-store: Fix include paths 2016-05-09 21:30:30 +02:00
po Rename everything but the on-disk location to flatpak 2016-05-09 11:11:55 +02:00
profile Migrate ~/.local/share/xdg-app to ~/.local/share/flatpak 2016-05-09 12:21:28 +02:00
session-helper Split out permission store from session helper 2016-05-09 14:07:22 +02:00
system-helper system-helper: Exit on idle, name lost or if binary is replaced 2016-05-12 11:06:41 +02:00
tests tests: Fix make-test-bundles.sh 2016-05-10 11:18:32 +02:00
triggers Pass location of exports to triggers as arg1 2016-02-09 14:50:35 +01:00
.gitignore tests: Fix make-test-bundles.sh 2016-05-10 11:18:32 +02:00
.gitmodules Add bubblewrap submodule 2016-04-29 15:38:20 +02:00
COPYING Add COPYING to reflect license headers 2015-03-31 15:36:29 +01:00
Makefile.am Split out permission store from session helper 2016-05-09 14:07:22 +02:00
NEWS Update NEWS and version to 0.5.2 2016-04-15 11:27:31 +02:00
README.md Rename everything but the on-disk location to flatpak 2016-05-09 11:11:55 +02:00
acinclude.m4 Add minimal document portal tests 2015-09-07 17:17:44 +02:00
autogen.sh autogen.sh: Look for bubblewrap submodule too 2016-05-03 17:25:54 -04:00
configure.ac Rename library to libflatpak 2016-05-09 09:46:26 +02:00
flatpak.pc.in Rename library to libflatpak 2016-05-09 09:46:26 +02:00
uncrustify.cfg Add uncrustify config 2016-05-06 15:27:19 +02:00
uncrustify.sh Add uncrustify config 2016-05-06 15:27:19 +02:00

README.md

Flatpak

flatpak is a system for building, distributing and running sandboxed desktop applications on Linux.

See https://wiki.gnome.org/Projects/SandboxedApps for more information.