Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
xfce:thunar:faq [2020/01/03 22:35] – [Frequently Asked Questions - Thunar] alexxcons | xfce:thunar:faq [2025/05/07 07:57] (current) – [How to give unique identifiers to specific Thunar windows?] alexxcons | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{ :xfce:thunar: | + | ~~NOTOC~~ |
- | ====== 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 does Thunar forget its settings when run as root?|Why does Thunar forget its settings when run as root?]] | ||
* [[#Why doesn' | * [[#Why doesn' | ||
* [[#Where does Thunar store the metadata associated with files? | * [[#Where does Thunar store the metadata associated with files? | ||
Line 10: | 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? | ||
- | * [[#Where are the deleted items from the trash located?|Where are the deleted items from the trash located?]] | + | * [[#How to disable recently used files?|How to disable recently used files?]] |
- | * [[#Can Thunar | + | * [[#How to use trash functionality on BTRFS volumes?|How to use trash functionality on BTRFS volumes?]] |
+ | * [[#How to give unique identifiers to specific | ||
---- | ---- | ||
- | === Why doesn' | + | ===== Why does Thunar |
- | For security reasons Thunar only executes files of type application/ | + | |
- | Also note that for application/ | + | Thunar relies on '' |
+ | |||
+ | You can start Thunar as root with dbus-session with the following command: | ||
+ | |||
+ | '' | ||
+ | |||
+ | or | ||
+ | |||
+ | '' | ||
---- | ---- | ||
+ | ===== Why doesn' | ||
+ | For security reasons, by default Thunar only executes files of type application/ | ||
+ | |||
+ | Also note that for application/ | ||
+ | |||
+ | Execution of binary files explicitly needs to be enabled in the [[xfce: | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Where does Thunar store the metadata associated 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, | ||
- | === Where does Thunar store the metadata associated with files? === | ||
- | Thunar associates various settings with files/ | ||
- | [[|Back to Top]] | + | See [[https:// |
---- | ---- | ||
- | === Where does Thunar store its preferences? | + | ===== Where does Thunar store its preferences? |
Thunar stores the user configurable preferences (and hidden settings) in an [[: | Thunar stores the user configurable preferences (and hidden settings) in an [[: | ||
Line 36: | Line 61: | ||
---- | ---- | ||
- | === How to use mouse gestures in Thunar? === | + | ===== How to use mouse gestures in Thunar? |
Thunar currently features basic support for so called //mouse gestures// in its icon view. You can use these mouse gestures by holding down the middle mouse button (usually the mouse wheel) while the mouse pointer is on the background area of the icon view component (any area that is not covered by an icon or a text). Now you can move the cursor into four directions to perform certain actions, which are described below. | Thunar currently features basic support for so called //mouse gestures// in its icon view. You can use these mouse gestures by holding down the middle mouse button (usually the mouse wheel) while the mouse pointer is on the background area of the icon view component (any area that is not covered by an icon or a text). Now you can move the cursor into four directions to perform certain actions, which are described below. | ||
Line 46: | Line 71: | ||
---- | ---- | ||
- | === How do I assign different keyboard shortcuts? === | + | ===== How do I assign different keyboard shortcuts? |
- | For thunar | + | Starting with thunar |
- | Read more about this in the general | + | |
- | For thunar 1.7.0 (gtk3) | + | For Thunar 4.16 and before, please refer to the [[xfce:thunar: |
- | After that edit the accelerators located in '' | + | Note that for some keys the '' |
- | The custom keyboard shortcuts are stored in the standard GTK+ accel map format in a file located at '' | + | Check the [[https://gitlab.gnome.org/ |
- | If you are a packager or a system administrator and want to provide a system wide default for the keyboard shortcuts, that is different from the default shortcuts in Thunar, you can create a file '' | + | If you are a packager, or a system administrator, and want to provide a system wide default for the keyboard shortcuts, that is different from the default shortcuts in Thunar, you can create a file '' |
- | Hint: If you add a new UserCustomAction with keyboard shortcut, it will show in '' | ||
---- | ---- | ||
- | === 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? |
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 88: | Line 113: | ||
---- | ---- | ||
- | === Where are the deleted items from the trash located? === | + | ===== How to disable recently used files? ===== |
- | Thunar is following the freedesktop standards in this. Following the links below you can find out more of this freedesktop specifications. Read more [[http:// | + | |
- | You will find your deleted items in '' | + | If you want to prevent the store of all files opened via thunar (or other gtk based applications), |
+ | < | ||
+ | [Settings] | ||
+ | gtk-recent-files-enabled=0 | ||
+ | </ | ||
---- | ---- | ||
- | === Can Thunar display video thumbnails? === | + | ===== How to use trash functionality on BTRFS volumes? ===== |
- | Two possible ways. First, You'll need to build thunar with support for gconf (GNOME thumbnailers) and install one of the available | + | |
- | movie thumbnailers for GNOME, i.e. Totem includes the totem-video-thumbnailer. Second, You can get thumbnails without GNOME by | + | |
- | installing [[http:// | + | |
+ | 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]] | ||
---- | ---- | ||
- | [[: | + | [[: |