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:build_and_run [2022/09/07 17:10] – [Thunar - build, test, and debugging suggestions] alexxconsthunar:dev:build_and_run [2025/01/19 09:08] (current) alexxcons
Line 19: Line 19:
   cd thunar   cd thunar
  
-Execute autogen (required packages: build-essential, automake):+Execute autogen (required packages: build-essential, automake, gobject-introspection):
   ./autogen.sh   ./autogen.sh
      
Line 53: Line 53:
   echo "./thunar/thunar -q; gdb thunar/.libs/thunar"   echo "./thunar/thunar -q; gdb thunar/.libs/thunar"
   ./thunar/thunar -q; gdb thunar/.libs/thunar   ./thunar/thunar -q; gdb thunar/.libs/thunar
 +
 +On a freeze, get a backtrace of all threads via
 +
 +  thread apply all bt
  
 If you want to test thunar-plugins, it is required to install thunar. If you want to test thunar-plugins, it is required to install thunar.
Line 77: Line 81:
 <code>--g-fatal-warnings : Lets thunar crash an any warning/error. Useful to get a backtrace / locate a warning/error/critical</code> <code>--g-fatal-warnings : Lets thunar crash an any warning/error. Useful to get a backtrace / locate a warning/error/critical</code>
  
 +You might want to run that via gdb to get a backtrace:
 +<code>gdb --args thunar/.libs/thunar --g-fatal-warnings</code>
 [[|Back To Top]] [[|Back To Top]]
 ---- ----
 [[ https://docs.xfce.org/xfce/thunar/start|Return to Main thunar documentation page]] [[ https://docs.xfce.org/xfce/thunar/start|Return to Main thunar documentation page]]