diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2018-11-15 21:52:49 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-17 18:42:46 +0700 |
commit | b2ebc38251acc33f5f950ffe3fc8116cf072cc16 (patch) | |
tree | 574928bd3b92c5872d86e2da920ee9a94fee0e95 /desktop/xdg-desktop-portal/README | |
parent | a2e561a3461b16105c5434112437edc8368e443c (diff) |
desktop/xdg-desktop-portal: Added (sandboxing for desktop APIs).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/xdg-desktop-portal/README')
-rw-r--r-- | desktop/xdg-desktop-portal/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/xdg-desktop-portal/README b/desktop/xdg-desktop-portal/README new file mode 100644 index 0000000000..3035b1c7ee --- /dev/null +++ b/desktop/xdg-desktop-portal/README @@ -0,0 +1,11 @@ +xdg-desktop-portal + +A portal frontend service for Flatpak and possibly other desktop containment +frameworks. + +xdg-desktop-portal works by exposing a series of D-Bus interfaces known as +portals under a well-known name (org.freedesktop.portal.Desktop) and object +path (/org/freedesktop/portal/desktop). + +The portal interfaces include APIs for file access, opening URIs, printing and +others. |