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/12/05 06:28] – update image locations. add pop-up text kevinbowenxfce: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: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 129: 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]] [[:xfce:thunar:|Return to Thunar Main Documentation Page]]