Thunar is the Xfce file manager, a GTK+ 3 GUI to organise the files on your computer.
![[Note]](../images/note.png) 
          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.20/thunar-4.20.6.tar.bz2
Download MD5 sum: 2193b8e048e53fd0dd83f2cbc05c4dd3
Download size: 4.3 MB
Estimated disk space required: 68 MB
Estimated build time: 0.2 SBU (Using parallelism=4)
libgudev-238 and libnotify-0.8.7
GTK-Doc-1.35.1 (for documentation), Gvfs-1.56.1 (for remote browsing and automounting), libexif-0.6.25 and tumbler-4.20.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.20.6 &&
make
        This package does not come with a test suite.
          Now, as the root user:
        
make install