The GNOME Terminal package contains the terminal emulator for GNOME Desktop.
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.
下载地址(HTTP):https://gitlab.gnome.org/GNOME/gnome-terminal/-/archive/3.60.0/gnome-terminal-3.60.0.tar.gz
MD5 校验和:fed6d01626aa09f320e806d4347d4fe6
大小:2.9 MB
预计所需磁盘空间:33 MB
预计构建时间:0.2 SBU(含测试)
DConf-0.49.0, gnome-shell-50.3, gsettings-desktop-schemas-50.1, itstool-2.0.7, libhandy-1.8.3, and VTE-0.84.0
First, fix some deprecated schema entries:
sed -i -r 's:"(/system):"/org/gnome\1:g' src/external.gschema.xml
Install GNOME Terminal by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
To test the results, issue: ninja test.
Now, as the root user:
ninja install
To run GNOME Terminal, the
environment variable LANG must be set
to a UTF-8 locale prior to
starting the graphical environment.
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.
-D search_provider=false: This switch
disables the “search
gnome-shell”
provider. Use this option if you do not have gnome-shell installed.
-D nautilus_extension=false: This
switch disables a dependency on the nautilus file manager. Use this option if you
do not have Nautilus installed.