xdg-desktop-portal icon indicating copy to clipboard operation
xdg-desktop-portal copied to clipboard

Desktop integration portal

Results 198 xdg-desktop-portal issues
Sort by recently updated
recently updated
newest added

The backend to use is chosen on a per-interface basis, so it is OK to split functionality between backends. For example, it's fine to choose `foo.portal` for `o.fd.impl.portal.One` and `bar.portal`...

This is intended as replacement for the `NotifyFoo` methods. libei provides a more flexible and powerful method of sending input events to the compositor. A new method `ConnectToEIS` requests a...

How can I configure the folders in which `xdg-desktop-portal` looks for portals? I'm trying to install for example [xdg-desktop-portal-hyprland](https://github.com/hyprwm/xdg-desktop-portal-hyprland) and [xdg-desktop-portal-termfilechooser](https://github.com/GermainZ/xdg-desktop-portal-termfilechooser), but the portals get installed in `/usr/local/share/xdg-desktop-portal/portals` and `xdg-desktop-portal`...

When using the FileChooser portal in the context of a custom sandbox environment (not flatpak or snap), the xdg-dbus-proxy response includes the uri of the real path, instead of a...

The backend returns a variant, and this was mistakenly being put inside another variant when returned to the original caller. Fixes https://github.com/flatpak/xdg-desktop-portal/issues/789

This sits on top of #925 Instead of two near-identical workflow jobs, push the buildsystem into the matrix and make the various `run:` commands dependent on that matrix value. This...

Node 12 is deprecated so let's bump the actions to newer versions that use Node 16. See https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

xdg-desktop-portal should support properly handling multiple backends installed, with a more robust priority/fallback system. It is considered acceptable to have multiple backends installed. For example, KDE users may want xdg-desktop-portal-kde...

This PR is to add clipboard controls for RemoteDesktop as described in #843. [xdg-desktop-portal-gnome](https://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome/-/merge_requests/53) Fix #843

This portal is aimed at allowing applications to capture input from physical devices, the prime use case is the server component of a Barrier/Synergy setup where local devices are used...