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/08/04 00:37] – [Thunar - build, test, and debugging suggestions] alexxcons | thunar:dev:build_and_run [2024/03/13 16:05] (current) – [Thunar - build, test, and debugging suggestions] alexxcons | ||
---|---|---|---|
Line 19: | Line 19: | ||
cd thunar | cd thunar | ||
- | Execute autogen (required packages: build-essential, | + | Execute autogen (required packages: build-essential, |
./ | ./ | ||
| | ||
Line 66: | Line 66: | ||
=== Thunar Build Flags === | === Thunar Build Flags === | ||
- | Here is a small collection of flags which often needs to be passed to '' | + | Here is a small collection of useful |
< | < | ||
--enable-introspection : for usage of the GtkInspector | --enable-introspection : for usage of the GtkInspector | ||
--prefix < | --prefix < | ||
- | --g-fatal-warnings : Lets thunar crash an any warning/ | ||
--enable-maintainer-mode | --enable-maintainer-mode | ||
--enable-debug=full|yes|minimum|no</ | --enable-debug=full|yes|minimum|no</ | ||
+ | Some flags need to be passed to the thunar binary: | ||
+ | < | ||
+ | |||
+ | You might want to run that via gdb to get a backtrace: | ||
+ | < | ||
[[|Back To Top]] | [[|Back To Top]] | ||
---- | ---- | ||
[[ https:// | [[ https:// |