Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
xfce:thunar:faq [2024/08/01 16:49] – [Why does Thunar display the fall-back icon for all files and folders?] alexxcons | xfce:thunar:faq [2025/05/07 07:57] (current) – [How to give unique identifiers to specific Thunar windows?] alexxcons | ||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTOC~~ | ~~NOTOC~~ | ||
- | {{ :xfce:xfce.thunar.png?no link|}} | + | {{ : |
====== Thunar - Frequently Asked Questions ====== | ====== Thunar - Frequently Asked Questions ====== | ||
The intent of this section is to collect the quite numerous frequently asked questions that relate to working with Thunar. If you know of a question that is missing from this page, please [[https:// | The intent of this section is to collect the quite numerous frequently asked questions that relate to working with Thunar. If you know of a question that is missing from this page, please [[https:// | ||
- | * [[# | + | * [[# |
* [[#Why doesn' | * [[#Why doesn' | ||
* [[#Where does Thunar store the metadata associated with files? | * [[#Where does Thunar store the metadata associated with files? | ||
Line 12: | Line 12: | ||
* [[#How do I assign different keyboard shortcuts? | * [[#How do I assign different keyboard shortcuts? | ||
* [[#Why does Thunar display the fall-back icon for all files and folders? | * [[#Why does Thunar display the fall-back icon for all files and folders? | ||
+ | * [[#How to disable recently used files?|How to disable recently used files?]] | ||
+ | * [[#How to use trash functionality on BTRFS volumes? | ||
+ | * [[#How to give unique identifiers to specific Thunar windows? | ||
---- | ---- | ||
- | ===== Why thunar forgets it' | + | ===== Why does Thunar forget its settings when run as root? ===== |
- | Thunar relies on xfconf to load/store its settings, the communication to xfconf is done via DBUS. Though for root per default no dbus-session is running. | + | |
- | You can start thunar | + | Thunar relies on '' |
+ | |||
+ | You can start Thunar | ||
'' | '' | ||
Line 37: | Line 41: | ||
===== Where does Thunar store the metadata associated with files? ===== | ===== Where does Thunar store the metadata associated with files? ===== | ||
- | Thunar associates various settings with files/ | ||
+ | Thunar has its file and folder metadata storage implemented as a set of key/value pairs. Since 1.6, this data is stored using the '' | ||
+ | |||
+ | For example: | ||
+ | The command '' | ||
+ | |||
+ | For a more detailed list of file information, | ||
+ | |||
+ | |||
+ | See [[https:// | ||
---- | ---- | ||
Line 61: | Line 73: | ||
===== How do I assign different keyboard shortcuts? ===== | ===== How do I assign different keyboard shortcuts? ===== | ||
- | Starting with thunar 4.18 you can make use of the [[xfce: | + | Starting with thunar 4.18 you can make use of the [[xfce: |
For Thunar 4.16 and before, please refer to the [[xfce: | For Thunar 4.16 and before, please refer to the [[xfce: | ||
Line 78: | Line 90: | ||
If Thunar displays the fallback icon for all files and folders, as shown in the screenshot below, it is usually caused by one of the following problems: | If Thunar displays the fallback icon for all files and folders, as shown in the screenshot below, it is usually caused by one of the following problems: | ||
- | {{ documentation:thunar-faq-broken-icons.png }} | + | <figure " |
+ | {{: | ||
+ | </ | ||
- You don't have an [[http:// | - You don't have an [[http:// | ||
Line 96: | Line 110: | ||
Depending on your system you might need to install the default GNOME icon theme in addition to your preferred icon theme (the Debian/ | Depending on your system you might need to install the default GNOME icon theme in addition to your preferred icon theme (the Debian/ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== How to disable recently used files? ===== | ||
+ | |||
+ | If you want to prevent the store of all files opened via thunar (or other gtk based applications), | ||
+ | |||
+ | < | ||
+ | [Settings] | ||
+ | gtk-recent-files-enabled=0 | ||
+ | </ | ||
+ | ---- | ||
+ | |||
+ | ===== How to use trash functionality on BTRFS volumes? ===== | ||
+ | |||
+ | Some users may encounter issues with trash functionality on BTRFS volumes in Gtk based file managers like Thunar, even when the x-gvfs-trash option is specified in the /etc/fstab entry. This issue results in files being permanently deleted instead of being moved to Trash when deleted. | ||
+ | |||
+ | **Workaround**: | ||
+ | ---- | ||
+ | |||
+ | ===== How to give unique identifiers to specific Thunar windows? ===== | ||
+ | |||
+ | If, for example, you want to open a Thunar window on a specific screen or workspace, it might make sense to start separate Thunar processes and force a specific application-name for them. This will allow moving these instances, based on the chosen name. In order to use separate processes, the command '' | ||
+ | |||
+ | * XOrg: '' | ||
+ | * Wayland: '' | ||
+ | |||
+ | Note that each Thunar instance will create an isolated D-Bus session environment. Additionally, | ||
---- | ---- | ||
[[|Back To Top]] | [[|Back To Top]] | ||
+ | ---- | ||
+ | [[: |