gnome-terminal-3.12.3

Introduction to GNOME Terminal

The GNOME Terminal package contains the terminal emulator for GNOME Desktop.

This package is known to build and work properly using an LFS-7.6 platform.

Package Information

GNOME Terminal Dependencies

Required

appdata-tools-0.1.8, DConf-0.20.0, gsettings-desktop-schemas-3.12.2, VTE-0.36.3, and yelp-xsl-3.12.0

Recommended

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-terminal

Installation of GNOME Terminal

Install GNOME Terminal by running the following commands:

./configure --prefix=/usr             \
            --disable-static          \
            --disable-migration       \
            --disable-search-provider &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--disable-search-provider: This switch disables “search gnome-shell” provider. Necessary, because gnome-shell is not in BLFS. Remove it, if you have gnome-shell installed.

--disable-migration: This switch disables building of the GNOME Terminal GConf migration tool which is not necessary for BLFS.

--disable-static: This switch prevents installation of static versions of the libraries.

Contents

Installed Program: gnome-terminal and gnome-terminal-server
Installed Libraries: /usr/lib/nautilus/extensions-3.0/libterminal-nautilus.so
Installed Directories: /usr/share/help/*/gnome-terminal

Short Descriptions

gnome-terminal

is the GNOME Terminal Emulator.

Last updated on 2014-09-19 13:13:19 -0700