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
thunar:dev:build_and_run [2020/09/17 01:21] – grammar and punctuation improvements kevinbowenthunar:dev:build_and_run [2022/03/05 23:01] – upload new thunar icon kevinbowen
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
-{{ :thunar:dev:thunar.png?nolink|}}+{{ :thunar:dev:xfce.thunar.png?nolink|}}
 ====== Thunar - build, test, and debugging suggestions ===== ====== Thunar - build, test, and debugging suggestions =====
 +
 +  * **[[#Building Thunar|Building Thunar]]**
 +  * **[[#Debugging Thunar|Debugging Thunar]]**
 +  * **[[#Thunar Build Flags|Thunar Build Flags]]**
  
 ---- ----
  
 === Building Thunar === === Building Thunar ===
 +
 +First of all, check the [[https://gitlab.xfce.org/xfce/thunar/-/blob/master/README.md|Thunar README]] !
  
 Clone the sources (required packages: git): Clone the sources (required packages: git):
Line 53: Line 59:
 For more infoormation, check the INSTALL file in the source code! For more infoormation, check the INSTALL file in the source code!
  
-=== Build Flags ===+=== Thunar Build Flags ===
 Here is a small collection of flags which often needs to be passed to ''./autogen.sh'' : Here is a small collection of flags which often needs to be passed to ''./autogen.sh'' :
  
-<code>--enable-gtk-doc : Creates html documentation inside /doc+<code>--enable-gtk-doc : Creates html documentation inside /doc/reference/thunarx/html
 --enable-introspection : for usage of the GtkInspector --enable-introspection : for usage of the GtkInspector
 --prefix <install_dir>: install thunar to install_dir --prefix <install_dir>: install thunar to install_dir
 +--g-fatal-warnings : Lets thunar crash an any warning/error. Useful to get a backtrace / locate a warning/error/critical
 --enable-maintainer-mode --enable-maintainer-mode
 --enable-debug=full|yes|minimum|no</code> --enable-debug=full|yes|minimum|no</code>
Line 64: Line 71:
 [[|Back To Top]] [[|Back To Top]]
 ---- ----
-[[ :xfce:thunar:|Return to Main thunar documentation page]]+[[ https://docs.xfce.org/xfce/thunar/start|Return to Main thunar documentation page]]