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
thunar:dev [2019/04/23 11:03] alexxconsthunar:dev [2024/01/22 17:31] (current) – [Thunar - Development Notes] alexxcons
Line 1: Line 1:
 +~~NOTOC~~
 +{{ :thunar:dev:thunar.png?nolink|}}
 +====== Thunar - Development Notes ======
 +
 +The following notes are intended to provide additional guidelines and suggestions to assist developers in working with the Thunar file manager. 
 +
 +  * [[thunar:dev:build_and_run|How to build and run thunar from source]]
   * [[https://docs.xfce.org/xfce/thunar/software_architecture|Hierarchy of Thunar views]]   * [[https://docs.xfce.org/xfce/thunar/software_architecture|Hierarchy of Thunar views]]
   * [[thunar:dev:test_dbus_calls|Testing DBUS Calls]]   * [[thunar:dev:test_dbus_calls|Testing DBUS Calls]]
-  * [[thunar:dev:temp_disable_gvfs|temporary disable gvfs]]+  * [[thunar:dev:temp_disable_gvfs|How to temporarily disable gvfs]] 
 +  * [[thunar:dev:Using_gtk_Inspector|Using the gtk Inspector]] 
 +  * [[thunar:dev:Mouse_button_magic|Mouse button magic]] 
 +  * [[thunar:dev:test_remotes|Testing remote locations]] 
 +  * [[thunar:dev:gio_metadata|Working with gio/gvfs metadata]] 
 +  * [[thunar:dev:mimetypes|Mime Types]] 
 +  * [[thunar:dev:locale|Test different locale]] 
 +  * [[thunar:dev:watch_file_io|Watch file IO]] 
 +  * [[thunar:dev:thumbnailing|Having fun with thumbnails]] 
 +  * [[thunar:dev:gprof|Performance profiling with gprof]] 
 +  * [[thunar:dev:code_auto_formatting|Code auto formatting]] 
 +  * [[thunar:dev:integration_testcases|integration testcases]]
  
 +----
 +[[https://docs.xfce.org/xfce/thunar/start|Back to Thunar main page]]