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 [2025/07/28 01:39] – USage of meson build options alexxcons | thunar:dev:build_and_run [2025/11/21 09:36] (current) – [Thunar - build, test, and debugging suggestions] alexxcons | ||
|---|---|---|---|
| Line 23: | Line 23: | ||
| | | ||
| If any dependencies are missing, meson will tell you. Depending on your distribution, | If any dependencies are missing, meson will tell you. Depending on your distribution, | ||
| - | If that does not help, you will need to build and install the dependencies from source as well. | + | If that does not help, you will need to build and install the dependencies from source as well. (You might need to run "sudo / |
| When autogen has finished successfully (all required dependencies have been installed), you can build thunar: | When autogen has finished successfully (all required dependencies have been installed), you can build thunar: | ||
| Line 41: | Line 41: | ||
| === Debugging Thunar === | === Debugging Thunar === | ||
| + | |||
| + | If you need to debug into dependencies (debian based systems), enable automatic download of debuig symbols before calling GDB: | ||
| + | |||
| + | export DEBUGINFOD_URLS=" | ||
| + | | ||
| For debugging Thunar, I use: | For debugging Thunar, I use: | ||