Xfce Wiki

Sub domains
 

Thunar File Manager

Introduction

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.


Thunar Plugins

Thunar plugins can be installed as separate, additional packages in order to extend the functionality of Thunar. Most Thunar plugins offer additional options on files in the context menu or via shortcut. The interface which is used by thunar plugins is the thunarx API.

Back to Top


Back to Top


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

Argument Description
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 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.

For some additional build & debug hints, as well check the Thunar Wiki pages.

Back to Top


Standards compliance

Required Packages

Thunar depends on the following packages:

Thunar can optionally be build with the following packages:

  • D-Bus (strongly suggested, required for inter process communication)
  • xfce-panel (required to build the trash panel applet)
  • gudev (required for thunar-volman)
  • libnotify (required for mount notification support)

For concrete information on the minimum required versions, check configure.ac.in


Latest Release

  • thunar 4.19.2 released (2023/12/30 23:49)
    <pre><a href="https://docs.xfce.org/xfce/thunar/start">thunar</a> 4.19.2 is now available for download from <a href="https://archive.xfce.org/src/xfce/thunar/4.19/thunar-4.19.2.tar.bz2">https://archive.xfce.org/src/xfce/thunar/4.19/thunar-4.19.2.tar.bz2</a> <a href="https://archive.xfce.org/src/xfce/thunar/4.19/thunar-4.19.2.tar.bz2?sha1">https://archive.xfce.org/src/xfce/thunar/4.19/thunar-4.19.2.tar.bz2?sha1</a> <a href="https://archive.xfce.org/src/xfce/thunar/4.19/thunar-4.19.2.tar.bz2?sha256">https://archive.xfce.org/src/xfce/thunar/4.19/thunar-4.19.2.tar.bz2?sha256</a> What is thunar? =============== Thunar is a modern file manager for the Xfce Desktop Environment. It 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. Thunar is fast and responsive with a good start up time and directory load time. Thunar is accessible using Assistive Technologies and is fully standards compliant. Website: <a href="https://docs.xfce.org/xfce/thunar/start">https://docs.xfce.org/xfce/thunar/start</a> Release notes for 4.19.2 ======================== [Please note that this is a development release.] The fix for #1260 (00c0bc15) introduced another bug which led to crashes when there are symlinked launchers. This development release just ships a fix for these crashes. I am sorry for the inconvenience. Changelog: Prevent infinite reload loop for symlinks (#1270) Translation Updates: Japanese, Portuguese (Brazil)</pre>

Previous Releases

Back to Top


Source Code Repository

https://gitlab.xfce.org/xfce/thunar

For additional build, test and debugging tips, see this page for more suggestions.


Reporting Bugs

Back To Top


Back to main Xfce documentation page