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

garcon

Implementation of the freedesktop.org menu specification

Garcon is a freedesktop.org compliant menu implementation based on GLib and GIO. It was started as a complete rewrite of the former Xfce menu library called libxfce4menu, which, in contrast to garcon, was lacking menu merging features essential for loading menus modified with menu editors.

Installation

Install the latest version of garcon as follows:

guix install garcon

Or install a particular version:

guix install garcon@4.20.0

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

Example HTML:

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

Example Markdown:

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

Example Org:

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