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 – working with the Thunar window and modifying the layout
- Working with Files and Folders – basic file handling
- Using Removable Media – working with removable devices
- File Management Preferences – details of the different file manager preferences
- Frequently Asked Questions – some random things you probably want to know
- Advanced Settings – The xfce4-settings-editor, customize gtk3 css and more possible tweaks
- The UNIX filesystem – understanding the UNIX File System
- 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 – rename multiple files at once
- Custom Actions – custom commands associated with common mime-types or extensions
- Archive Plugin (thunar-archive-plugin) – allows to create and extract archive files
- Media Tags Plugin (thunar-media-tags-plugin) – improved support for ID3 tags
- Shares Plugin (thunar-shares-plugin) – Quickly share folders using Samba without requiring root access
- Volume Manager (thunar-volman) – Automatic management of removable devices in Thunar
- VCS Plugin (thunar-vcs-plugin) – adds Subversion and GIT actions to the context menu
Other Thunar Related Packages
- Gnome Virtual File System – required for trash support, mounting removable media, and remote filesystems
- 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
- thunar 4.21.3 released (2025/10/16 08:36)thunar 4.21.3 is now available for download from https://archive.xfce.org/src/xfce/thunar/4.21/thunar-4.21.3.tar.xz https://archive.xfce.org/src/xfce/thunar/4.21/thunar-4.21.3.tar.xz?sha1 https://archive.xfce.org/src/xfce/thunar/4.21/thunar-4.21.3.tar.xz?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.21.3 ======================== [Please note that this is a development release.] Development release on the master branch. The detailed changes are: New Features: - Search: Go to search results using the down key (#915) - Show disc space progressbar in the shurtcuts sidepane (#19) - Will change colors when disk is full, adjustable size - Show spinner on tab when tab view is "loading" - Add an integrated, feature-rich terminal panel - Per default synchronized to the directory used in the view - SSH Autoconnect/disconnect options - Various terminal options, shown it via F4 - Provide DnD mode options (#1648) - Add hidden setting to toggle smart sorting (#1657) Bugfixes: - Location Selector: Force focus view on Activate (#1732) - Fix rename via tree-view side-pane (#1726) - Update selection on view switch (#1717) - Do not switch the active tab when switching the view - Prevent GFileMonitor leak for folders (#1724) - Update window icon when loading finished (#1719) - Fix 'MOUNTED' state on file reload when unmounted - Update shortcut model asynchronously (#1022) - Prevent crash when using wrong toplevel widget as Window - Go back in history when opening a directory signals error (#1538) - By default, always show the DnD menu (#1648) - Don't use variables for strings in ngettext (#1683) - Don't reload Statusbar when Binding is removed - Clear selection before updating selection (#1672) - Set initial state of "Restore" button (#1663) Maintenance: - Slightly reduce size of emblems in emblem chooser - Fix GtkTreePath leak in thunar_path_entry_match_func - Remove superfluous gvfs workaround - Bump libxfce4ui dependency to 4.21.2 - Use thunar-tree-view-model for all view types to remove duplication - README.md: Add uninstall info - Fix string leaks when transfer jobs are queued - UCA: Improve parameter info banner (#1676) - Update README after switchover to meson - Remove autotools build Translation Updates: Albanian, Arabic, Armenian, Armenian (Armenia), Asturian, Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Esperanto, Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Latvian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Uyghur, Venetian, Vietnamese
Source Code Repository
https://gitlab.xfce.org/xfce/thunar
For additional build, test and debugging tips, see this page for more suggestions.
Reporting Bugs
- Reporting Bugs – Open bug reports and how to report new bugs
