xdg-desktop-portal
Desktop integration portal for sandboxed apps
xdg-desktop-portal is a portal front-end service for Flatpak and possibly other desktop containment frameworks. It 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.
- Versions: 1.18.4
- Website: https://github.com/flatpak/xdg-desktop-portal
- Licenses: LGPL 2.1+
- Package source: gnu/packages/freedesktop.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of xdg-desktop-portal
as follows:
guix install xdg-desktop-portal
Or install a particular version:
guix install xdg-desktop-portal@1.18.4
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of xdg-desktop-portal about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/xdg-desktop-portal'><img src='https://packages.guix.gnu.org/packages/xdg-desktop-portal/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/xdg-desktop-portal)
Example Org:
[[https://packages.guix.gnu.org/packages/xdg-desktop-portal][https://packages.guix.gnu.org/packages/xdg-desktop-portal/badges/latest-version.svg]]