Xfce Wiki

Sub domains
 

garcon - menu library

Garcon is an implementation of the freedesktop.org compliant menu specification. It is based on GLib/GIO and aims at covering the entire specification except for legacy menus. 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.


Introduction

Garcon covers almost every part of the menu specification except for legacy menus and a few XML attributes. In contrast to libxfce4menu, it can also load menus modified with menu editors such as Alacarte as menu merging is now supported.


Required Packages

Debugging Support

garcon currently supports three different levels of debugging support, which can be setup using the configure flag `–enable-debug` (check the output of `configure –help`):

Argument Description
——- ———–
`yes` This is the default for Git snapshot builds. It adds all kinds of checks to the code, and is therefore likely to run slower. Use this for development of garcon and locating bugs in garcon.
`minimum` This is the default for release builds. This is the recommended behaviour.
`no` Disables all sanity checks. Don't use this unless you know exactly what you do.

Back To Top


Latest Release

  • garcon 4.18.2 released (2024/02/05 19:08)
    <pre><a href="https://docs.xfce.org/xfce/garcon/start">garcon</a> 4.18.2 is now available for download from <a href="https://archive.xfce.org/src/xfce/garcon/4.18/garcon-4.18.2.tar.bz2">https://archive.xfce.org/src/xfce/garcon/4.18/garcon-4.18.2.tar.bz2</a> <a href="https://archive.xfce.org/src/xfce/garcon/4.18/garcon-4.18.2.tar.bz2?sha1">https://archive.xfce.org/src/xfce/garcon/4.18/garcon-4.18.2.tar.bz2?sha1</a> <a href="https://archive.xfce.org/src/xfce/garcon/4.18/garcon-4.18.2.tar.bz2?sha256">https://archive.xfce.org/src/xfce/garcon/4.18/garcon-4.18.2.tar.bz2?sha256</a> What is garcon? =============== Garcon is an implementation of the freedesktop.org menu specification replacing the former Xfce menu library libxfce4menu. It is based on GLib/GIO only and aims at covering the entire specification except for legacy menus. Website: <a href="https://docs.xfce.org/xfce/garcon/start">https://docs.xfce.org/xfce/garcon/start</a> Release notes for 4.18.2 ======================== - Update copyright year - garcon-gtk: Remove weak ref on GarconMenu on finalize() - Use target desktop files instead of symlinks (Fixes #1) - garcon-gtk: Avoid populating a wrong menu - garcon-gtk: Prevent use-after-free when loading garcon menu - Add icon at 64px, clean up SVG metadata - Translation Updates: Catalan, Czech, Danish, French, German, Italian, Kabyle, Portuguese (Brazil)</pre>

Previous Releases

Back to Top


Source Code Repository

Reporting Bugs

Back To Top


Back to main Xfce documentation page