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 [2025/07/28 01:39] – USage of meson build options alexxconsthunar:dev:build_and_run [2025/08/17 20:06] (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, installing the "dev" version of the dependent packages might be sufficient. (e.g. package: libxfc4eutil-2-dev, libxfce4ui-2-dev, ... (naming might differ between distributions)) If any dependencies are missing, meson will tell you. Depending on your distribution, installing the "dev" version of the dependent packages might be sufficient. (e.g. package: libxfc4eutil-2-dev, libxfce4ui-2-dev, ... (naming might differ between distributions))
-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 /sbin/ldconfig -v" after installing shared libaries from source)
  
 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: