Go to file
Alexander Larsson ab446ebac5 Make /etc writable when building a runtime
We make /etc just a symlink to /usr/etc when we're building a runtime
and /etc is supposed to be writable. Otherwise the bind-mount we
normally have there don't allow use to replace existing files in /etc.
2017-01-25 15:28:42 +01:00
app Make /etc writable when building a runtime 2017-01-25 15:28:42 +01:00
bubblewrap@5dec838ba8 Update bubblewrap to final 0.1.7 release 2017-01-18 16:26:01 +01:00
builder builder: add cmake-ninja support 2017-01-20 15:28:27 +01:00
buildutil spelling: progressive 2016-05-27 06:45:16 +00:00
common Make /etc writable when building a runtime 2017-01-25 15:28:42 +01:00
completion Add more completions 2016-05-30 14:54:22 +02:00
data bundles: Support dependencies and runtime-repo 2016-12-20 16:27:57 +01:00
dbus-proxy dbus proxy: Tight down what is allowed to send to the bus 2016-10-17 12:19:46 +02:00
dbus.service.d install dbus systemd service file snippet 2016-07-26 13:33:31 -04:00
doc builder: add cmake-ninja support 2017-01-20 15:28:27 +01:00
document-portal document portal: Support access() on directories 2017-01-18 11:32:44 +01:00
env.d Get the system installation dir right in XDG_DATA_DIRS 2016-05-20 09:21:19 +02:00
lib install: handle arch when installing from a flatpakref 2017-01-20 15:28:11 +01:00
libglnx@abd37a4790 Update to latest libglnx with some fixes 2016-11-11 11:12:29 +01:00
m4 Support installed tests 2016-04-27 16:37:15 +02:00
permission-store Fix compiler warnings with uninitialised cleanup pointers 2017-01-19 10:05:13 +01:00
po Updated slovak translation 2017-01-23 18:23:57 +01:00
profile Get the system installation dir right in XDG_DATA_DIRS 2016-05-20 09:21:19 +02:00
session-helper Add backport of g_autoptr support for json-glib 2016-11-29 10:14:33 +01:00
system-helper system-helper: Add User=root to service file 2017-01-23 16:30:52 +01:00
tests tests: Install testpython.py executable 2017-01-18 08:41:03 +01:00
triggers Pass location of exports to triggers as arg1 2016-02-09 14:50:35 +01:00
.gitignore Add all man5 files to .gitignore 2017-01-04 15:34:54 +01:00
.gitmodules Add bubblewrap submodule 2016-04-29 15:38:20 +02:00
.redhat-ci.yml CI: Build clang in a container 2016-12-13 16:43:44 +01:00
COPYING Add COPYING to reflect license headers 2015-03-31 15:36:29 +01:00
Makefile.am flatpak-system-helper: remove dangling reference to EXTERNAL_INSTALL_DIR 2017-01-20 15:05:28 +01:00
NEWS Update NEWS for release 2017-01-18 16:44:38 +01:00
README.md Readme.md: align image 2016-08-27 23:36:56 +02:00
acinclude.m4 Add AX_COMPARE_VERSION to acinclude.m4 2016-09-09 10:03:27 +02:00
autogen.sh Use upstream gettext 2016-07-15 11:58:46 -04:00
configure.ac profile: Support alternative profile.d locations 2017-01-19 10:05:13 +01:00
flatpak.pc.in Drop libgsystem dependency 2016-08-22 16:00:33 +02:00
flatpak.png Add the logo to README.md 2016-06-02 18:05:22 -04: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 icon

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

See http://flatpak.org/ for more information.

Read documentation for the flatpak commandline tools and for the libflatpak library API.