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.

  • [[the-file-manager-window|The File Manager Window]] – working with the Thunar window and modifying the layout

  • [[working-with-files-and-folders|Working with Files and Folders]] – basic file handling

  • [[using-removable-media|Using Removable Media]] – working with removable devices

  • [[preferences|File Management Preferences]] – details of the different file manager preferences

  • [[faq|Frequently Asked Questions]] – some random things you probably want to know

  • [[hidden-settings|Advanced Settings]] – The xfce4-settings-editor, customize gtk3 css and more possible tweaks

  • [[unix-filesystem| The UNIX filesystem]] – understanding the UNIX File System

  • [[send-to|The “Send To” Menu]] – how to customize the send to menu


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.

  • [[.:bulk-renamer:|Bulk Renamer]] – rename multiple files at once

  • [[custom-actions|Custom Actions]] – custom commands associated with common mime-types or extensions

  • [[archive|Archive Plugin (thunar-archive-plugin)]] – allows to create and extract archive files

  • [[media-tags|Media Tags Plugin (thunar-media-tags-plugin)]] – improved support for ID3 tags

  • [[thunar-shares-plugin|Shares Plugin (thunar-shares-plugin)]] – Quickly share folders using Samba without requiring root access

  • [[thunar-volman|Volume Manager (thunar-volman)]] – Automatic management of removable devices in Thunar

  • [[thunar-vcs-plugin|VCS Plugin (thunar-vcs-plugin)]] – adds Subversion and GIT actions to the context menu


Other Thunar Related Packages

  • [[unix-filesystem#gnome_virtual_file_system|Gnome Virtual File System]] – required for trash support, mounting removable media, and [[unix-filesystem#remote_file_systems|remote filesystems]]

  • [[:xfce:tumbler:start:|Tumbler]] – the remote thumbnail service for Thunar


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.


Standards compliance

Thunar supports the following standards/specifications:


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

{{rss>https://archive.xfce.org/feeds/project/thunar 1 date description 2h}}

Previous Releases


Source Code Repository

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

For additional build, test and debugging tips, see [[https://wiki.xfce.org/thunar/dev/build_and_run|this page]] for more suggestions.


Reporting Bugs

  • [[bugs|Reporting Bugs]] – Open bug reports and how to report new bugs


:start|Back to main Xfce documentation page