The GNOME Terminal package contains the terminal emulator for GNOME Desktop.
This package is known to build and work properly using an LFS-11.0 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-terminal/3.40/gnome-terminal-3.40.3.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gnome-terminal/3.40/gnome-terminal-3.40.3.tar.xz
Download MD5 sum: 06db1340df1c10a1b159b940c30db87c
Download size: 2.5 MB
Estimated disk space required: 48 MB
Estimated build time: 0.1 SBU
DConf-0.40.0, gnome-shell-40.4, gsettings-desktop-schemas-40.0, itstool-2.0.6, pcre2-10.37, and VTE-0.64.2
desktop-file-utils-0.26, and appstream-glib
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/gnome-terminal
Install GNOME Terminal by running the following commands:
./configure --prefix=/usr       \
            --disable-static    &&
make
        This package does not come with a test suite.
          Now, as the root user:
        
make install
![[Note]](../images/note.png) 
          
            To run GNOME Terminal, the
            environment variable LANG must be set
            to a UTF-8 locale prior to
            starting the graphical environment.
          
          --disable-search-provider: This switch
          disables the “search
          gnome-shell”
          provider. Use this option if you do not have gnome-shell installed.
        
          --without-nautilus-extension: This
          switch disables a dependency on the nautilus file manager. Use this option if you
          do not have Nautilus installed.
        
          --disable-static: This
          switch prevents installation of static versions of the libraries.
        
Last updated on