The GNOME Terminal package contains the terminal emulator for GNOME Desktop.
This package is known to build and work properly using an LFS-10.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-terminal/3.36/gnome-terminal-3.36.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-terminal/3.36/gnome-terminal-3.36.2.tar.xz
Download MD5 sum: 08150cbf2e23dd4f60f959a6eca8ef0c
Download size: 2.4 MB
Estimated disk space required: 46 MB
Estimated build time: 0.1 SBU (using parallelism=4)
DConf-0.36.0, gsettings-desktop-schemas-3.36.1, itstool-2.0.6, pcre2-10.35, and VTE-0.60.3
desktop-file-utils-0.26, and appstream-glib
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-terminal
Install GNOME Terminal by running the following commands:
./configure --prefix=/usr \ --disable-static \ --disable-search-provider \ --without-nautilus-extension && make
This package does not come with a test suite.
Now, as the root
user:
make install && rm -v /usr/lib/systemd/user/gnome-terminal-server.service
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.
This is necessary because gnome-shell is not in BLFS. Remove this if you
have gnome-shell installed.
--without-nautilus-extension
: This
switch disables the a dependency on the nautilus file manager.
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2020-08-20 13:45:48 -0700