Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
xfce:thunar:faq [2024/11/01 07:38] – [Thunar - Frequently Asked Questions] alexxconsxfce: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|}}+{{ :xfce:thunar.png?nolink|}}
 ====== Thunar - Frequently Asked Questions ====== ====== Thunar - Frequently Asked Questions ======
  
Line 14: Line 14:
     * [[#How to disable recently used files?|How to disable recently used files?]]     * [[#How to disable recently used files?|How to disable recently used files?]]
     * [[#How to use trash functionality on BTRFS volumes?|How to use trash functionality on BTRFS volumes?]]     * [[#How to use trash functionality on BTRFS volumes?|How to use trash functionality on BTRFS volumes?]]
 +    * [[#How to give unique identifiers to specific Thunar windows?|How to give unique identifiers to specific Thunar windows?]]
  
 ---- ----
Line 72: 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:thunar:4.16:preferences#shortcuts|shortcuts editor]] to assign keyboard shortcuts.+Starting with thunar 4.18 you can make use of the [[xfce:thunar:preferences#shortcuts|shortcuts editor]] to assign keyboard shortcuts.
  
 For Thunar 4.16 and before, please refer to the [[xfce:thunar:4.16:faq#how_do_i_assign_different_keyboard_shortcuts|previous Wiki pages]]. For Thunar 4.16 and before, please refer to the [[xfce:thunar:4.16:faq#how_do_i_assign_different_keyboard_shortcuts|previous Wiki pages]].
Line 89: 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 "Fallback Icon"> 
 +{{:xfce:thunar:thunar-fallback-icon.png|Fallback Icon}} 
 +</figure>
  
   - You don't have an [[http://freedesktop.org/wiki/Standards_2fxsettings_2dspec|XSETTINGS]] manager running,    - You don't have an [[http://freedesktop.org/wiki/Standards_2fxsettings_2dspec|XSETTINGS]] manager running, 
Line 122: Line 125:
 ===== How to use trash functionality on BTRFS volumes? ===== ===== 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._+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**: To enable Trash functionality on BTRFS volumes, add a specific subvolume mount option (subvol). This workaround was identified due to limitations in GVFS support for trashing on system-internal mounts, as detailed in the GLib bug report https://gitlab.gnome.org/GNOME/glib/-/issues/1885. **Workaround**: To enable Trash functionality on BTRFS volumes, add a specific subvolume mount option (subvol). This workaround was identified due to limitations in GVFS support for trashing on system-internal mounts, as detailed in the GLib bug report https://gitlab.gnome.org/GNOME/glib/-/issues/1885.
 ---- ----
  
 +===== 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 ''dbus-launch'' has to be used to accomplish this:
 +
 +  * XOrg: '' $dbus-launch thunar --class My-Custom-Name''
 +  * Wayland: '' $dbus-launch thunar --name My-Custom-Name''
 +
 +Note that each Thunar instance will create an isolated D-Bus session environment. Additionally, several other Thunar internal mechanics will be multiplied, leading to a much bigger total memory footprint.
 +
 +----
  
 [[|Back To Top]] [[|Back To Top]]
 +----
 +[[:xfce:thunar:|Return to Thunar Main Documentation Page]]