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:39] – [How to use trash functionality on BTRFS volumes?] 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 127: Line 130:
 ---- ----
  
 +===== 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]]