source: lxde/apps/lxterminal.xml@ e34c9dae

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since e34c9dae was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY lxterminal-download-http "&sourceforge-dl;/lxde/lxterminal-&lxterminal-version;.tar.xz">
8 <!ENTITY lxterminal-download-ftp " ">
9 <!ENTITY lxterminal-md5sum "7938dbd50e3826c11f4735a742b278d3">
10 <!ENTITY lxterminal-size "197 KB">
11 <!ENTITY lxterminal-buildsize "4.5 MB">
12 <!ENTITY lxterminal-time "less than 0.1 SBU">
13]>
14
15<sect1 id="lxterminal" xreflabel="LXTerminal-&lxterminal-version;">
16 <?dbhtml filename="lxterminal.html"?>
17
18
19 <title>LXTerminal-&lxterminal-version;</title>
20
21 <indexterm zone="lxterminal">
22 <primary sortas="a-LXTerminal">LXTerminal</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to LXTerminal</title>
27
28 <para>
29 The <application>LXTerminal</application> package contains a
30 VTE-based terminal emulator for <application>LXDE</application>
31 with support for multiple tabs.
32 </para>
33
34 &lfs112_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&lxterminal-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&lxterminal-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &lxterminal-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &lxterminal-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &lxterminal-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &lxterminal-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">LXTerminal Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="vte2"/>
75 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="libxslt"/> with
80 <xref linkend="DocBook"/> and
81 <xref linkend="docbook-xsl"/> (to build man pages)
82 </para>
83
84 <para condition="html" role="usernotes">
85 User Notes: <ulink url="&blfs-wiki;/lxterminal"/>
86 </para>
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of LXTerminal</title>
91
92 <para>
93 Install <application>LXTerminal</application> by running the following
94 commands:
95 </para>
96
97<screen><userinput>./configure --prefix=/usr &amp;&amp;
98make</userinput></screen>
99
100 <para>
101 This package does not come with a test suite.
102 </para>
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="commands">
113 <title>Command Explanations</title>
114
115 <para>
116 <option>--enable-man</option>: Use this switch if you have
117 installed optional dependencies and wish to build the
118 manual pages.
119 </para>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Program</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directory</segtitle>
130
131 <seglistitem>
132 <seg>
133 lxterminal
134 </seg>
135 <seg>
136 None
137 </seg>
138 <seg>
139 /usr/share/lxterminal
140 </seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="lxterminal-prog">
150 <term><command>lxterminal</command></term>
151 <listitem>
152 <para>
153 a lightweight terminal emulator for the
154 <application>LXDE</application> desktop
155 </para>
156 <indexterm zone="lxterminal lxterminal-prog">
157 <primary sortas="b-lxterminal">lxterminal</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 </variablelist>
163
164 </sect2>
165
166</sect1>
Note: See TracBrowser for help on using the repository browser.