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

xpra

Remote access to individual applications or full desktops

Xpra is a persistent remote display server and client for forwarding applications and desktop screens. It gives you remote access to individual applications or full desktops. On X11, it is also known as ``screen for X11'': it allows you to run programs, usually on a remote host, direct their display to your local machine, and then to disconnect from these programs and reconnect from the same or another machine, without losing any state. It can also be used to forward full desktops from X11 servers, Windows, or macOS.

Installation

Install the latest version of xpra as follows:

guix install xpra

Or install a particular version:

guix install xpra@6.2.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 xpra about the latest version available in Guix.

Example HTML:

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

Example Markdown:

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

Example Org:

[[https://packages.guix.gnu.org/packages/xpra][https://packages.guix.gnu.org/packages/xpra/badges/latest-version.svg]]