source: gnome/applications/gnome-terminal.xml@ 663b79c2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 663b79c2 was 663b79c2, checked in by Ken Moffat <ken@…>, 10 years ago

reinstate --libexecdir= in sudo (it only contains libraries), show options to avoid /usr/libexec for people using verisons of LFS before 7.5.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12815 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.7 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 gnome-terminal-download-http
8 "&gnome-download-http;/gnome-terminal/&gnome-minor;/gnome-terminal-&gnome-terminal-version;.tar.xz">
9 <!ENTITY gnome-terminal-download-ftp
10 "&gnome-download-ftp;/gnome-terminal/&gnome-minor;/gnome-terminal-&gnome-terminal-version;.tar.xz">
11 <!ENTITY gnome-terminal-md5sum "746417ef4b6252ed3deb8388d8a1a02a">
12 <!ENTITY gnome-terminal-size "1.7 MB">
13 <!ENTITY gnome-terminal-buildsize "40 MB">
14 <!ENTITY gnome-terminal-time "0.3 SBU">
15]>
16
17<sect1 id="gnome-terminal" xreflabel="gnome-terminal-&gnome-terminal-version;">
18 <?dbhtml filename="gnome-terminal.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-terminal-&gnome-terminal-version;</title>
26
27 <indexterm zone="gnome-terminal">
28 <primary sortas="a-gnome-terminal">gnome-terminal</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GNOME Terminal</title>
33
34 <para>
35 The <application>GNOME Terminal</application> package contains the
36 terminal emulator for <application>GNOME</application> Desktop.
37 </para>
38
39 &lfs75_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&gnome-terminal-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&gnome-terminal-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &gnome-terminal-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &gnome-terminal-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &gnome-terminal-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &gnome-terminal-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">GNOME Terminal Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="dconf"/>,
80 <xref linkend="gsettings-desktop-schemas"/>,
81 <xref linkend="vte"/>, and
82 <xref linkend="yelp-xsl"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="nautilus"/>
88 </para>
89
90 <para condition="html" role="usernotes">User Notes:
91 <ulink url="&blfs-wiki;/gnome-terminal"/>
92 </para>
93
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of GNOME Terminal</title>
98
99 <para>
100 Install <application>GNOME Terminal</application> by
101 running the following commands:
102 </para>
103
104<screen><userinput>./configure --prefix=/usr \
105 --disable-static \
106 --disable-migration \
107 --with-nautilus-extension &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 This package does not come with a test suite.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 <para>
126 <option>--with-nautilus-extension</option>: This switch enables
127 building of the <application>Nautilus</application> extension.
128 Remove it if you don't have <application>Nautilus</application>
129 installed.
130 </para>
131
132 <para>
133 <option>--disable-migration</option>: This switch disables
134 building of the <application>GNOME Terminal</application>
135 <application>GConf</application> migration tool which is
136 not necessary for BLFS.
137 </para>
138
139 <para><option>--libexecdir=/usr/lib/gnome-terminal</option>: This option
140 creates a <filename class="directory">gnome-terminal</filename> directory in
141 <filename class="directory">/usr/lib</filename> instead of putting the
142 private <command>gnome-terminal-server</command> program into
143 <filename class="directory">/usr/libexec</filename> in accordance with
144 the old version of the FHS used before LFS-7.5.</para>
145
146 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
147 href="../../xincludes/static-libraries.xml"/>
148
149 </sect2>
150
151 <sect2 role="content">
152 <title>Contents</title>
153
154 <segmentedlist>
155 <segtitle>Installed Program</segtitle>
156 <segtitle>Installed Libraries</segtitle>
157 <segtitle>Installed Directories</segtitle>
158
159 <seglistitem>
160 <seg>
161 gnome-terminal
162 </seg>
163 <seg>
164 None
165 </seg>
166 <seg>
167 /usr/lib/gnome-terminal and
168 /usr/share/help/*/gnome-terminal
169 </seg>
170 </seglistitem>
171 </segmentedlist>
172
173 <variablelist>
174 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
175 <?dbfo list-presentation="list"?>
176 <?dbhtml list-presentation="table"?>
177
178 <varlistentry id="gnome-terminal-prog">
179 <term><command>gnome-terminal</command></term>
180 <listitem>
181 <para>
182 is the <application>GNOME</application> Terminal Emulator.
183 </para>
184 <indexterm zone="gnome-terminal gnome-terminal-prog">
185 <primary sortas="b-gnome-terminal">gnome-terminal</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 </variablelist>
191
192 </sect2>
193
194</sect1>
Note: See TracBrowser for help on using the repository browser.