mirror of https://gitee.com/openkylin/garcon.git
e18e041ba0 | ||
---|---|---|
data | ||
debian | ||
docs | ||
garcon | ||
garcon-gtk | ||
icons | ||
m4 | ||
po | ||
tests | ||
AUTHORS | ||
COPYING | ||
ChangeLog | ||
Makefile.am | ||
Makefile.in | ||
NEWS | ||
README.md | ||
aclocal.m4 | ||
compile | ||
config.guess | ||
config.h.in | ||
config.sub | ||
configure | ||
configure.ac | ||
depcomp | ||
gtk-doc.make | ||
install-sh | ||
intltool-extract.in | ||
intltool-merge.in | ||
intltool-update.in | ||
ltmain.sh | ||
missing |
README.md
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
Changelog
See NEWS for details on changes and fixes made in the current release.
Source Code Repository
Download a Release Tarball
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.