Go to file
Alexander Larsson 6048b38158 dbus proxy in progress 2015-05-05 17:23:57 +02:00
completion Add make-app-current 2015-03-11 10:25:15 +01:00
doc Pass name into build-init and store in metadata 2015-04-01 14:03:51 +02:00
libglnx@d59a63e3e6 Switch to using glibc xattrs. 2015-04-05 22:13:45 +02:00
triggers Add triggers for exports 2015-01-15 21:45:55 +01:00
.gitignore Run each app in a custom systemd user scope (if available) 2015-03-04 14:40:17 +01:00
.gitmodules Import libglnx 2015-03-20 15:57:22 +01:00
COPYING Add COPYING to reflect license headers 2015-03-31 15:36:29 +01:00
Makefile.am dbus proxy in progress 2015-05-05 17:23:57 +02:00
README.md Add a README 2015-03-28 16:12:03 -04:00
autogen.sh Import libglnx 2015-03-20 15:57:22 +01:00
configure.ac Switch to using glibc xattrs. 2015-04-05 22:13:45 +02:00
dbus-proxy.c dbus proxy in progress 2015-05-05 17:23:57 +02:00
org.freedesktop.systemd1.xml Run each app in a custom systemd user scope (if available) 2015-03-04 14:40:17 +01:00
xdg-app-builtins-add-remote.c Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-builtins-build-export.c Pass name into build-init and store in metadata 2015-04-01 14:03:51 +02:00
xdg-app-builtins-build-finish.c Remove dead code in xdg-app-builtins-build-finish.c. 2015-04-07 09:18:40 +02:00
xdg-app-builtins-build-init.c Remove dead code xdg-app-builtins-build-init.c. 2015-04-07 09:18:45 +02:00
xdg-app-builtins-build.c Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-builtins-delete-remote.c Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-builtins-install.c Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-builtins-list-remotes.c Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-builtins-list.c xdg-app-builtins-list.c: Cleanup comma separator code 2015-04-07 09:21:03 +02:00
xdg-app-builtins-make-current.c Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-builtins-repo-contents.c Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-builtins-repo-update.c Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-builtins-run.c Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-builtins-uninstall.c Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-builtins-update.c Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-builtins.h Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-dbus-interfaces.xml Add xdg-app-session-helper 2015-01-28 20:03:13 +01:00
xdg-app-dir.c Remove dead code xdg-app-dir.c. 2015-04-07 09:18:49 +02:00
xdg-app-dir.h Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-helper.c Make symlinks lib64 -> usr/lib64, etc if those exist in the runtime 2015-04-17 16:12:45 +02:00
xdg-app-main.c Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-run.c Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-run.h Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-session-helper.c Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app-session.service.in Add xdg-app-session-helper 2015-01-28 20:03:13 +01:00
xdg-app-utils.c Fix debug message format string 2015-04-22 14:43:25 -07:00
xdg-app-utils.h Add copyright headers 2015-03-23 12:17:58 +01:00
xdg-app.gresource.xml Add xdg-app-session-helper 2015-01-28 20:03:13 +01:00

README.md

xdg-app

xdg-app is a system for building, distributing and running sandboxed desktop applications on Linux.

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