source: lxde/apps/lxterminal.xml@ f3e940f7

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f3e940f7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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