This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/xdg-desktop-portal/badges/latest-version.svg)](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]]