source: gnome/applications/gnome-terminal.xml@ 724ab41

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 724ab41 was 20f09631, checked in by Fernando de Oliveira <fernando@…>, 8 years ago
  • Update to GNOME-3.18.2.
  • Update to libpng-1.6.19.
  • Update to ffmpeg-2.8.2.
  • FFmpeg-2.8.1 does not build with libvpx-1.5.0. same holds for 2.8.2
  • xinit: Nothing has to be anything less yet "nodump".
  • libreoffice: reinstate what should not have been deleted and include verbose, because I like.
  • LXQt pre-install instructions: I do want extra lines here, although who modified implied that they were so bad instructions and he was only trying to improve.
  • openjdk: as agreed but not done, make test suite optional.

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

  • Property mode set to 100644
File size: 5.8 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-18;/gnome-terminal-&gnome-terminal-version;.tar.xz">
9 <!ENTITY gnome-terminal-download-ftp
10 "&gnome-download-ftp;/gnome-terminal/&gnome-minor-18;/gnome-terminal-&gnome-terminal-version;.tar.xz">
11 <!ENTITY gnome-terminal-md5sum "74013bb2077367d9fed17c300820f093">
12 <!ENTITY gnome-terminal-size "1.8 MB">
13 <!ENTITY gnome-terminal-buildsize "45 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 &lfs78_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="itstool"/>, and
82 <xref linkend="vte"/>
83 </para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
87 <xref linkend="desktop-file-utils"/> and
88 <ulink url="http://people.freedesktop.org/~hughsient/appstream-glib/releases">appstream-glib</ulink>
89 </para>
90
91 <bridgehead renderas="sect4">Recommended</bridgehead>
92 <para role="recommended">
93 <xref linkend="nautilus"/>
94 </para>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/gnome-terminal"/>
98 </para>
99
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of GNOME Terminal</title>
104
105 <para>
106 Install <application>GNOME Terminal</application> by
107 running the following commands:
108 </para>
109
110<screen><userinput>./configure --prefix=/usr \
111 --disable-static \
112 --disable-migration \
113 --disable-search-provider &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 This package does not come with a test suite.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 <note><para>To run <application>GNOME Terminal</application>, the
127 environment variable <envar>LANG></envar> must be set to a UTF-8
128 locale.</para></note>
129
130 </sect2>
131
132 <sect2 role="commands">
133 <title>Command Explanations</title>
134
135 <para>
136 <parameter>--disable-search-provider</parameter>: This switch disables
137 <quote>search <application>gnome-shell</application></quote> provider.
138 Necessary, because <application>gnome-shell</application> is not in BLFS.
139 Remove it, if you have <application>gnome-shell</application> installed.
140 </para>
141
142 <para>
143 <option>--disable-migration</option>: This switch disables
144 building of the <application>GNOME Terminal</application>
145 <application>GConf</application> migration tool which is
146 not necessary for BLFS.
147 </para>
148
149 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
150 href="../../xincludes/static-libraries.xml"/>
151
152 </sect2>
153
154 <sect2 role="content">
155 <title>Contents</title>
156
157 <segmentedlist>
158 <segtitle>Installed Program</segtitle>
159 <segtitle>Installed Libraries</segtitle>
160 <segtitle>Installed Directories</segtitle>
161
162 <seglistitem>
163 <seg>
164 gnome-terminal
165 </seg>
166 <seg>
167 /usr/lib/nautilus/extensions-3.0/libterminal-nautilus.so
168 </seg>
169 <seg>
170 /usr/share/help/*/gnome-terminal
171 </seg>
172 </seglistitem>
173 </segmentedlist>
174
175 <variablelist>
176 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
177 <?dbfo list-presentation="list"?>
178 <?dbhtml list-presentation="table"?>
179
180 <varlistentry id="gnome-terminal-prog">
181 <term><command>gnome-terminal</command></term>
182 <listitem>
183 <para>
184 is the <application>GNOME</application> Terminal Emulator.
185 </para>
186 <indexterm zone="gnome-terminal gnome-terminal-prog">
187 <primary sortas="b-gnome-terminal">gnome-terminal</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 </variablelist>
193
194 </sect2>
195
196</sect1>
Note: See TracBrowser for help on using the repository browser.