SkillAgentSearch skills...

Thunar

Mirror repository, PRs are not watched, please use Xfce's GitLab

Install / Use

/learn @xfce-mirror/Thunar
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

License

thunar

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.


Homepage

Thunar documentation

Changelog

See NEWS for details on changes and fixes made in the current release.

Source Code Repository

Thunar source code

Download a Release Tarball

Thunar archive or Thunar tags

Installation

From source:

% git clone https://gitlab.xfce.org/xfce/thunar
% git checkout <branch|tag>  #optional step. Per default master is checked out
% cd thunar
% meson setup build
% meson compile -C build
% meson install -C build

From release tarball:

% tar xf thunar-<version>.tar.xz
% cd thunar-<version>
% meson setup build
% meson compile -C build
% meson install -C build

Meson will list all 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.

Uninstallation

% ninja uninstall -C build

For additional build & debug hints, check the Thunar wiki pages and the detailed building wiki manual.

Reporting Bugs

Visit the reporting bugs page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.

View on GitHub
GitHub Stars262
CategoryDevelopment
Updated2d ago
Forks67

Languages

C

Security Score

95/100

Audited on Mar 30, 2026

No findings