https://bugzilla.xfce.org/show_bug.cgi?id=14521
alexxcons <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from alexxcons <[email protected]> --- Hi, please note that you will need to uninstall all thunar-plugins, in case you have some installed, since the API for thunar plugins changed between 1.6.x and 1.8.x ( If required you can build them from source as well ) if you want to build thunar from source, you will need to run the following: git clone https://git.xfce.org/xfce/thunar/ cd thunar ./autogen.sh Probabaly ./autogen.sh will list some/many missing packages. Install the related packages in dev-version and run ./autogen.sh again, until all required dependencies are resolved. After that run: make make install ( Note that it possibly could be required to as well build exo from source ... depends on the packages provided by your distro ) ---- despite from that I will take a look on the INSTALL file & update it ( for me it is not in .gitignore ) -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
