Go to file
rtlhq e18e041ba0 New upstream version 4.18.1. 2023-04-02 10:19:24 +00:00
data New upstream bugfix release (4.17.2) 2022-11-05 06:57:04 +00:00
debian New upstream version 4.18.1. 2023-04-02 10:19:24 +00:00
docs New upstream version 4.18.1. 2023-04-02 10:19:24 +00:00
garcon New upstream version 4.18.1. 2023-04-02 10:19:24 +00:00
garcon-gtk New upstream version 4.18.1. 2023-04-02 10:19:24 +00:00
icons New upstream bugfix release (4.17.2) 2022-11-05 06:57:04 +00:00
m4 New upstream version 4.18.1. 2023-04-02 10:19:24 +00:00
po New upstream version 4.18.1. 2023-04-02 10:19:24 +00:00
tests New upstream bugfix release (4.17.2) 2022-11-05 06:57:04 +00: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.18.1. 2023-04-02 10:19:24 +00:00
Makefile.am New upstream bugfix release (4.17.2) 2022-11-05 06:57:04 +00:00
Makefile.in New upstream bugfix release (4.17.2) 2022-11-05 06:57:04 +00:00
NEWS New upstream version 4.18.1. 2023-04-02 10:19:24 +00:00
README.md Import Upstream version 4.16.1 2022-09-23 22:37:54 +08:00
aclocal.m4 New upstream version 4.18.1. 2023-04-02 10:19:24 +00:00
compile New upstream bugfix release (4.17.2) 2022-11-05 06:57:04 +00:00
config.guess New upstream bugfix release (4.17.2) 2022-11-05 06:57:04 +00:00
config.h.in New upstream version 4.18.0. 2022-12-17 12:30:43 +08:00
config.sub New upstream bugfix release (4.17.2) 2022-11-05 06:57:04 +00:00
configure New upstream version 4.18.1. 2023-04-02 10:19:24 +00:00
configure.ac New upstream version 4.18.1. 2023-04-02 10:19:24 +00:00
depcomp New upstream bugfix release (4.17.2) 2022-11-05 06:57:04 +00:00
gtk-doc.make New upstream bugfix release (4.17.2) 2022-11-05 06:57:04 +00:00
install-sh New upstream bugfix release (4.17.2) 2022-11-05 06:57:04 +00:00
intltool-extract.in Import Upstream version 4.16.1 2022-09-23 22:37:54 +08:00
intltool-merge.in Import Upstream version 4.16.1 2022-09-23 22:37:54 +08:00
intltool-update.in Import Upstream version 4.16.1 2022-09-23 22:37:54 +08:00
ltmain.sh New upstream version 4.18.1. 2023-04-02 10:19:24 +00:00
missing New upstream bugfix release (4.17.2) 2022-11-05 06:57:04 +00: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.