2013-03-17 05:56:02 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
|
|
|
<!ENTITY xfce4-terminal-download-http
|
2022-04-04 00:02:24 +08:00
|
|
|
"https://archive.xfce.org/src/apps/xfce4-terminal/&xfce4-terminal-minor;/xfce4-terminal-&xfce4-terminal-version;.tar.bz2">
|
2013-03-17 05:56:02 +08:00
|
|
|
<!ENTITY xfce4-terminal-download-ftp " ">
|
2022-05-24 00:07:39 +08:00
|
|
|
<!ENTITY xfce4-terminal-md5sum "c025d9d99c1e8489469e5d4f2b994600">
|
2022-04-03 04:52:34 +08:00
|
|
|
<!ENTITY xfce4-terminal-size "1.0 MB">
|
2022-05-24 00:07:39 +08:00
|
|
|
<!ENTITY xfce4-terminal-buildsize "16 MB">
|
2013-12-28 20:38:45 +08:00
|
|
|
<!ENTITY xfce4-terminal-time "0.1 SBU">
|
2013-03-17 05:56:02 +08:00
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="xfce4-terminal" xreflabel="xfce4-terminal-&xfce4-terminal-version;">
|
|
|
|
<?dbhtml filename="xfce4-terminal.html"?>
|
|
|
|
|
|
|
|
|
|
|
|
<title>xfce4-terminal-&xfce4-terminal-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="xfce4-terminal">
|
|
|
|
<primary sortas="a-xfce4-terminal">xfce4-terminal</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to Xfce4 Terminal</title>
|
|
|
|
|
|
|
|
<para>
|
2016-10-22 00:05:55 +08:00
|
|
|
<application>Xfce4 Terminal</application> is a <application>GTK+3</application>
|
2013-03-17 05:56:02 +08:00
|
|
|
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
|
|
|
|
<application>Xfce4 Terminal</application> or copy and paste text with your mouse.
|
|
|
|
</para>
|
|
|
|
|
2023-02-18 01:10:37 +08:00
|
|
|
&lfs113_checked;
|
2013-03-17 05:56:02 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="&xfce4-terminal-download-http;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (FTP): <ulink url="&xfce4-terminal-download-ftp;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download MD5 sum: &xfce4-terminal-md5sum;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download size: &xfce4-terminal-size;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated disk space required: &xfce4-terminal-buildsize;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated build time: &xfce4-terminal-time;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Xfce4 Terminal Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
|
|
|
<xref linkend="libxfce4ui"/> and
|
2016-10-20 05:27:33 +08:00
|
|
|
<xref linkend="vte"/>
|
2013-03-17 05:56:02 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<para condition="html" role="usernotes">
|
|
|
|
User Notes: <ulink url="&blfs-wiki;/xfce4-terminal"/>
|
|
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Xfce4 Terminal</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Install <application>Xfce4 Terminal</application> by running the following
|
|
|
|
commands:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
This package does not come with a test suite.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Program</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>
|
|
|
|
xfce4-terminal
|
|
|
|
</seg>
|
|
|
|
<seg>
|
|
|
|
None
|
|
|
|
</seg>
|
|
|
|
<seg>
|
|
|
|
/usr/share/xfce4/terminal
|
|
|
|
</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="xfce4-terminal-prog">
|
|
|
|
<term><command>xfce4-terminal</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
is a <application>GTK+ 3</application> terminal emulator
|
2013-03-17 05:56:02 +08:00
|
|
|
</para>
|
|
|
|
<indexterm zone="xfce4-terminal xfce4-terminal-prog">
|
|
|
|
<primary sortas="b-xfce4-terminal">xfce4-terminal</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|