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
Next revisionBoth sides next revision
xfce:thunar:start [2019/11/22 01:16] – added bottom of page navigation kevinbowenxfce:thunar:start [2020/09/01 03:16] – added debugging support information kevinbowen
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
 +{{ :xfce:thunar:thunar.png?nolink|}}
 ====== Thunar File Manager ====== ====== Thunar File Manager ======
  
Line 30: Line 30:
  
   * **[[unix-filesystem#gnome_virtual_file_system|Gnome Virtual File System]]** --  required for trash support, mounting removable media, and [[unix-filesystem#remote_file_systems|remote filesystems]]   * **[[unix-filesystem#gnome_virtual_file_system|Gnome Virtual File System]]** --  required for trash support, mounting removable media, and [[unix-filesystem#remote_file_systems|remote filesystems]]
-  * **[[tumbler|Tumbler]]** -- the remote thumbnail service for Thunar+  * **[[:xfce:tumbler:start:|Tumbler]]** -- the remote thumbnail service for Thunar 
 + 
 +---- 
 + 
 +===== Debugging Support ===== 
 +Thunar currently supports four different levels of debugging support, which can be setup using the configure flag ''--enable-debug'' (check the output of ''configure --help''): 
 + 
 +^ Argument ^ Description ^  
 +| full | Use this if you want to debug Thunar to locate a bug. The build will most probably be noticably slower. This is also recommended for people that want to develop Thunar stuff. | 
 +| yes |Adds all kinds of checks to the code, and is therefore likely to run slower. Use this if you want to develop for Thunar (e.g. writing Thunar extensions and such). | 
 +| minimum| This is the default for release builds, and presents the recommended behaviour. | 
 +|no |Disables all sanity checks. Don't use this unless you know exactly what you do. | 
 + 
 +----
  
 ===== Reporting Bugs ===== ===== Reporting Bugs =====