Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
thunar:dev:build_and_run [2022/09/07 17:12] – [Thunar - build, test, and debugging suggestions] alexxcons | thunar: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, | + | Execute autogen (required packages: build-essential, |
./ | ./ | ||
| | ||
Line 53: | Line 53: | ||
echo " | echo " | ||
./ | ./ | ||
+ | |||
+ | On a freeze, get a backtrace of all threads via | ||
+ | |||
+ | thread apply all bt | ||
If you want to test thunar-plugins, | If you want to test thunar-plugins, |