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:12] – [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.