Newer
Older
Kevin Bowen
committed
[](https://gitlab.xfce.org/xfce/thunar/COPYING)
Kevin Bowen
committed
# thunar
Kevin Bowen
committed
Thunar is a modern file manager for the Xfce Desktop Environment. Thunar has been designed from the ground up to be fast and easy to use. Its user interface is clean and intuitive and does not include any confusing or useless options by default. Thunar starts up quickly and navigating through files and folders is fast and responsive.
Kevin Bowen
committed
----
Kevin Bowen
committed
### Homepage
Kevin Bowen
committed
[Thunar documentation](https://docs.xfce.org/xfce/thunar/start)
Kevin Bowen
committed
### Changelog
Kevin Bowen
committed
See [NEWS](https://gitlab.xfce.org/xfce/thunar/-/blob/master/NEWS) for details on changes and fixes made in the current release.
Kevin Bowen
committed
### Source Code Repository
Kevin Bowen
committed
[Thunar source code](https://gitlab.xfce.org/xfce/thunar)
Kevin Bowen
committed
### Download a Release Tarball
Kevin Bowen
committed
[Thunar archive](https://archive.xfce.org/src/xfce/thunar)
or
[Thunar tags](https://gitlab.xfce.org/xfce/thunar/-/tags)
Kevin Bowen
committed
### Installation
Kevin Bowen
committed
From source:
% git clone https://gitlab.xfce.org/xfce/thunar
% git checkout <branch|tag> #optional step. Per default master is checked out
Kevin Bowen
committed
% cd thunar
% ./autogen.sh
% make
Kevin Bowen
committed
From release tarball:
Kevin Bowen
committed
% tar xf thunar-<version>.tar.bz2
% cd thunar-<version>
% ./configure
% make
Kevin Bowen
committed
Both autogen.sh and configure will list missing dependencies.
If your distribution provides development versions of the related packages,
install them. Otherwise you will need to build and install the missing dependencies from source.
For additional build & debug hints, check the [Thunar wiki pages](https://wiki.xfce.org/thunar/dev) and the [detailed building wiki manual](https://docs.xfce.org/xfce/building).
Kevin Bowen
committed
### Reporting Bugs
Kevin Bowen
committed
Visit the [reporting bugs](https://docs.xfce.org/xfce/thunar/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.