Go to file
Alexander Larsson 132d1186d9 Initial version of libxdg-app
This is a highlevel library for working with xdg-app without using
the commandline interface. The primary usecase for this is for
creating a graphical frontend for app installation/update.
2015-12-03 22:41:16 +01:00
app ls-remote: Remove unnecessary code 2015-12-03 22:40:55 +01:00
builder builder: Merge spawn helpers to single base helper 2015-12-03 13:29:08 +01:00
common builder: Merge spawn helpers to single base helper 2015-12-03 13:29:08 +01:00
completion Drop dump-runtime command for now 2015-11-11 10:59:59 +01:00
data document portal: Add AddNamed method for host-side use 2015-12-02 15:55:41 +01:00
dbus-proxy Fix regression is dbus proxy 2015-09-25 10:53:59 +02:00
doc Docs: Fix some tiny typos 2015-12-02 14:31:20 +01:00
document-portal document portal: Add AddNamed method for host-side use 2015-12-02 15:55:41 +01:00
env.d Add xdg-app.env file for gdm 2015-06-23 11:40:11 +02:00
lib Initial version of libxdg-app 2015-12-03 22:41:16 +01:00
libglnx@1d65bc0ff7 Update libglnx for new backports 2015-12-01 16:34:04 +01:00
profile profile: Don't override pre-existing XDG_DATA_DIRS env vars 2015-06-24 09:31:50 +02:00
session-helper Rename lib/ to common/ in preparation for public xdg-app library 2015-11-26 22:05:38 +01:00
tests Rename lib/ to common/ in preparation for public xdg-app library 2015-11-26 22:05:38 +01:00
triggers Change /self to /app 2015-05-21 18:54:06 +02:00
.gitignore Initial version of libxdg-app 2015-12-03 22:41:16 +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 Initial version of libxdg-app 2015-12-03 22:41:16 +01:00
Makefile.gtester Initial tests of the db 2015-08-25 13:16:34 +02:00
NEWS Update to 0.4.5 2015-11-04 16:10:16 +01:00
README.md Add a README 2015-03-28 16:12:03 -04:00
acinclude.m4 Add minimal document portal tests 2015-09-07 17:17:44 +02:00
autogen.sh autogen: Fix git submodules 2015-08-31 09:40:45 +02:00
configure.ac Initial version of libxdg-app 2015-12-03 22:41:16 +01:00
xdg-app.pc.in Initial version of libxdg-app 2015-12-03 22:41:16 +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.