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.18.7 released (2023/09/02 00:42)
    thunar 4.18.7 is now available for download from
    
      https://archive.xfce.org/src/xfce/thunar/4.18/thunar-4.18.7.tar.bz2
      https://archive.xfce.org/src/xfce/thunar/4.18/thunar-4.18.7.tar.bz2?sha1
      https://archive.xfce.org/src/xfce/thunar/4.18/thunar-4.18.7.tar.bz2?sha256
    
    
    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:
      https://docs.xfce.org/xfce/thunar/start
    
    
    Release notes for 4.18.7
    ========================
    Bugfix release on the Xfce 4.18 branch.
    
    Here the changelog:
    
    4.18.7 (2023-09-02)
    ======
    - Fix property dialog file count (#1173)
    - Don't store GFile pointer in GTK pointer
    - Don't reload the directory on copy or cut (#1060)
    - Add folder to history only for new tab (#1072)
    - Fix job operation crash on error
    - Limit number of templates to prevent lag (#472)
    - Prevent crash on multi-file-activate (#1121)
    - Remove unneeded menu separator
    - Switch zoom shortcuts
    - Prevent glib-critical - followup of (#912)
    - Keep location selector state on focus lost (#912)
    - Prevent minor memory leak (#573)
    - Translation Updates:
      Catalan, Czech, Finnish, French, German, Greek, Interlingue, Polish,
    Portuguese (Brazil), Serbian, Spanish, Turkish

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