blob: 4ca984cd329f68165dd238849362f6f9ae188d10 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Tiny Desktop Portal
A modular and lightweight alternative to `xdg-desktop-portal`, primarily
for use with *non*-flatpak applications.
It's not intended to provide the security guarantees of
`xdg-desktop-portal`, but merely to allow applications to depend on an
`xdg-desktop-portal`-compatible API and use native file choosers and so
on. The primary goal is to be lightweight, such that it can be used on
memory-constrained devices, and only provide what the user needs.
Future goals include native Android/Termux integration, especially for
the file chooser. However, let's get the baseline working first, shall
we?
## TODO
Nothing exists right now.
|