Thunar is the Xfce file manager, a GTK+ 3 GUI to organise the files on your computer.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://archive.xfce.org/src/xfce/thunar/4.18/thunar-4.18.7.tar.bz2
Download MD5 sum: 571349dda940ae68b434072a5b66dcdb
Download size: 2.7 MB
Estimated disk space required: 68 MB
Estimated build time: 0.5 SBU (Using parallism=4)
libgudev-238, libnotify-0.8.2, and pcre2-10.42
GTK-Doc-1.33.2 (for documentation), Gvfs-1.52.0 (for remote browsing and automounting), libexif-0.6.24 and tumbler-4.18.1 (runtime)
First prevent the installation of an unneeded systemd file:
sed -i 's/\tinstall-systemd_userDATA/\t/' Makefile.in
Install Thunar by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --docdir=/usr/share/doc/thunar-4.18.7 && make
This package does not come with a test suite.
Now, as the root
user:
make install
Finally, remove a systemd unit which is useless on a SysV system:
rm -v /usr/lib/systemd/user/thunar.service