Xfce4 Terminal is a GTK+3 terminal emulator. This is useful for running commands or programs in the comfort of an Xorg window; you can drag and drop files into the Xfce4 Terminal or copy and paste text with your mouse.
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://archive.xfce.org/src/apps/xfce4-terminal/1.2/xfce4-terminal-1.2.0.tar.xz
MD5 校验和:1662d52f7ffdcfde7c4ef76fd2358947
大小:444 KB
预计所需磁盘空间:10 MB
预计构建时间:0.1 SBU
libxfce4ui-4.20.2 and VTE-0.84.0
First, work around a problem where functions from a package not in BLFS are used accidentally:
sed -e '570i #ifdef HAVE_GTK_LAYER_SHELL' \
-e '574a #endif' \
-i terminal/terminal-window-dropdown.c
Install Xfce4 Terminal by running the following commands:
mkdir build &&
cd build &&
meson setup .. \
--prefix=/usr \
--buildtype=release &&
ninja
This package does not come with a test suite.
Now, as the root user:
ninja install