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

flatpak-xdg-utils

Simple portal-based commandline tools for use inside sandboxes

This package contains a number of commandline utilities for use inside Flatpak sandboxes and other containers, like guix shell --container. 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.

Installation

Install the latest version of flatpak-xdg-utils as follows:

guix install flatpak-xdg-utils

Or install a particular version:

guix install flatpak-xdg-utils@1.0.5

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 flatpak-xdg-utils about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/flatpak-xdg-utils'><img src='https://packages.guix.gnu.org/packages/flatpak-xdg-utils/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/flatpak-xdg-utils/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/flatpak-xdg-utils)

Example Org:

[[https://packages.guix.gnu.org/packages/flatpak-xdg-utils][https://packages.guix.gnu.org/packages/flatpak-xdg-utils/badges/latest-version.svg]]