Go to file
rtlhq 8acc5846f8 New Upstream version 4.20.0 2024-12-16 20:35:27 +08:00
data Import Upstream version 4.19.2 2024-11-02 14:58:52 +08:00
docs New Upstream version 4.20.0 2024-12-16 20:35:27 +08:00
garcon New Upstream version 4.20.0 2024-12-16 20:35:27 +08:00
garcon-gtk Import Upstream version 4.19.2 2024-11-02 14:58:52 +08:00
icons Import Upstream version 4.19.2 2024-11-02 14:58:52 +08:00
m4 New Upstream version 4.20.0 2024-12-16 20:35:27 +08:00
po New Upstream version 4.20.0 2024-12-16 20:35:27 +08:00
tests Import Upstream version 4.19.2 2024-11-02 14:58:52 +08:00
ABOUT-NLS Import Upstream version 4.19.2 2024-11-02 14:58:52 +08:00
AUTHORS Import Upstream version 4.16.1 2022-09-23 22:37:54 +08:00
COPYING Import Upstream version 4.16.1 2022-09-23 22:37:54 +08:00
ChangeLog New Upstream version 4.20.0 2024-12-16 20:35:27 +08:00
Makefile.am Import Upstream version 4.19.2 2024-11-02 14:58:52 +08:00
Makefile.in Import Upstream version 4.19.2 2024-11-02 14:58:52 +08:00
NEWS New Upstream version 4.20.0 2024-12-16 20:35:27 +08:00
README.md Import Upstream version 4.16.1 2022-09-23 22:37:54 +08:00
aclocal.m4 New Upstream version 4.20.0 2024-12-16 20:35:27 +08:00
compile Import Upstream version 4.19.2 2024-11-02 14:58:52 +08:00
config.guess Import Upstream version 4.19.2 2024-11-02 14:58:52 +08:00
config.h.in Import Upstream version 4.19.2 2024-11-02 14:58:52 +08:00
config.rpath Import Upstream version 4.19.2 2024-11-02 14:58:52 +08:00
config.sub Import Upstream version 4.19.2 2024-11-02 14:58:52 +08:00
configure New Upstream version 4.20.0 2024-12-16 20:35:27 +08:00
configure.ac New Upstream version 4.20.0 2024-12-16 20:35:27 +08:00
depcomp Import Upstream version 4.19.2 2024-11-02 14:58:52 +08:00
gtk-doc.make Import Upstream version 4.19.2 2024-11-02 14:58:52 +08:00
install-sh Import Upstream version 4.19.2 2024-11-02 14:58:52 +08:00
ltmain.sh New Upstream version 4.20.0 2024-12-16 20:35:27 +08:00
missing Import Upstream version 4.19.2 2024-11-02 14:58:52 +08:00

README.md

License

garcon

Garcon is an implementation of the freedesktop.org compliant menu specification replacing the former Xfce menu library libxfce4menu. 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.


Homepage

Garcon documentation

Changelog

See NEWS for details on changes and fixes made in the current release.

Source Code Repository

Garcon source code

Download a Release Tarball

Garcon archive or Garcon tags

Installation

From source:

% cd garcon
% ./autogen.sh
% make
% make install

From release tarball:

% tar xf garcon-<version>.tar.bz2
% cd garcon-<version>
% ./configure
% make
% make install

Reporting Bugs

Visit the reporting bugs page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.