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
thunar:dev:build_and_run [2024/03/13 16:05] – [Thunar - build, test, and debugging suggestions] alexxconsthunar:dev:build_and_run [2025/01/19 09:08] (current) alexxcons
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.