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/14 22:04] – [Thunar Plugins] removed link to goodies.x.o 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 10: Line 10:
   * **[[using-removable-media|Using Removable Media]]** -- working with removable devices   * **[[using-removable-media|Using Removable Media]]** -- working with removable devices
   * **[[preferences|File Management Preferences]]** -- details of the different file manager preferences   * **[[preferences|File Management Preferences]]** -- details of the different file manager preferences
-  * **[[faq|Frequently Asked Questions]]** -- some random things you probably want to knon+  * **[[faq|Frequently Asked Questions]]** -- some random things you probably want to know
   * **[[hidden-settings|Advanced Settings]]** -- The xfce4-settings-editor, customize gtk3 css and more possible tweaks   * **[[hidden-settings|Advanced Settings]]** -- The xfce4-settings-editor, customize gtk3 css and more possible tweaks
   * **[[unix-filesystem| The UNIX filesystem]]** -- understanding the UNIX File System   * **[[unix-filesystem| The UNIX filesystem]]** -- understanding the UNIX File System
-  * **[[send-to|The "Send To" Menu]]** -- how to customizing the send to menu+  * **[[send-to|The "Send To" Menu]]** -- how to customize the send to menu
  
 ===== Thunar Plugins ===== ===== Thunar Plugins =====
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 =====
Line 36: Line 49:
   * **[[bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs   * **[[bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs
  
 +[[|Back To Top]] 
 +---- 
 +[[:start|Back to main Xfce documentation page]]