summaryrefslogtreecommitdiff
path: root/README
blob: a52c92a4818065a08f56cbdfeb5a1914f48abe49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
What is it?
===========

This is garcon, a freedesktop.org compliant menu implementation based
on GLib and GIO.


Current state
=============

garcon already covers the most important parts of the menu specification. 
It is however still in development and thus, neither stable nor complete.


Installation
============

The file 'INSTALL' contains generic installation instructions.


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'):

  `yes'         This is the default for SVN 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.


How to report bugs?
===================

Bugs should be reported to the Xfce bug tracking system 
(http://bugzilla.xfce.org, product garcon). You will need to create an 
account for yourself.

Please read the HACKING file for information on where to send changes or 
bugfixes for this package.