diff options
author | Lockywolf <for_sbo.flatpak-xdg-utils_2024-10-22@lockywolf.net> | 2024-10-23 12:08:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-23 12:42:00 +0700 |
commit | ed349d8a3208d0f86ef3d706909fdae93abdbf24 (patch) | |
tree | f4ae3c3f1055d7ffec7722c453cd492c356b7314 /system/flatpak-xdg-utils/README | |
parent | 9f0f3d43743013f2993250c614bdf65cccbfff10 (diff) |
system/flatpak-xdg-utils: Added (portal-based commandline).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/flatpak-xdg-utils/README')
-rw-r--r-- | system/flatpak-xdg-utils/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/flatpak-xdg-utils/README b/system/flatpak-xdg-utils/README new file mode 100644 index 0000000000..4fb7777f7c --- /dev/null +++ b/system/flatpak-xdg-utils/README @@ -0,0 +1,11 @@ +flatpak-xdg-utils contains a number of commandline utilities +for use inside Flatpak sandboxes. They work by talking to +portals. + +Currently, there is flatpak-spawn for running commands in +sandboxes as well as xdg-open and xdg-email, which are +compatible with the well-known scripts of the same name. + +Everything else in xdg-utils is not provided. That includes +xdg-settings and xdg-mime as they deal with settings that +Flatpaks do not have access or control to. |