rgmf / xfce4-thunar

Thunar is a file manager for Unix/Linux desktop belonging to Xfce project. This is a clone respository from git://git.xfce.org/xfce/thunar with my adds and changes.
GNU General Public License v2.0
5 stars 3 forks source link

What is it?

Thunar is a modern file manager for the Unix/Linux desktop, aiming to be easy-to-use and fast.

Required packages

Thunar depends on the following packages:

Thunar can optionally use the following packages:

Installation

The file 'INSTALL' contains generic installation instructions. For more detailed information, visit the Thunar website at http://thunar.xfce.org/.

Debugging Support

Thunar currently supports four different levels of debugging support, which can be setup using the configure flag --enable-debug' (check the output of configure --help'):

`full' Use this if you want to debug Thunar to locate a bug. The build will most probably be noticably slower. This is also recommended for people that want to develop Thunar stuff.

`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 if you want to develop for Thunar (e.g. writing Thunar extensions and such).

`minimum' This is the default for release builds, and presents the recommended behaviour.

`no' Disables all sanity checks. Don't use this unless you know exactly what you do.

Standards compliance

Thunar supports the following standards/specifications:

How to report bugs?

Bugs should be reported to the Xfce bug tracking system (http://bugzilla.xfce.org, product Thunar). 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.