diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2024-07-08 19:10:31 +0300 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2024-07-08 19:10:31 +0300 |
commit | 176df5611859f886ea52a36994163dba4cdd6b13 (patch) | |
tree | 9b0e0924f46b4ef2cd135bb7da8f0a6d676e6eb5 | |
parent | a5eb53fcbc12342f0a12ef4819146b2d0bb14652 (diff) | |
download | xdg-desktop-portal-tde-176df5611859f886ea52a36994163dba4cdd6b13.tar.gz xdg-desktop-portal-tde-176df5611859f886ea52a36994163dba4cdd6b13.zip |
Updated README
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,8 +4,6 @@ This is an implementation of the [FreeDesktop Portals API](https://flatpak.github.io/xdg-desktop-portal). -THIS IS AN EARLY PROTOTYPE. USE WITH CARE. - This implementation exposes TDE APIs to applications which use the Portals API. As a result, these applications can transparently use native APIs and dialogs. @@ -14,6 +12,9 @@ Read more about the portals API on its official [website](https://flatpak.github ## How do I use this? Before using this, make sure you have the `xdg-desktop-portal` package installed and running on your system. +Some applications respect the `GTK_USE_PORTAL=1` and `GDK_DEBUG=portals` environment variables (most GTK applications and +some Chromium-based browsers, e.g. Vivaldi). + To make Firefox use the Portals API, go to `about:config`, search for options that start with "widget.use-xdg-desktop-portal" and, if they are set to 2, set them to 1. |