source: gnome/core/gnome-terminal.xml@ ae60cb76

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 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 ae60cb76 was 220dad7, checked in by Ken Moffat <ken@…>, 12 years ago

gnome-terminal-3.2.1

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

  • Property mode set to 100644
File size: 4.5 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 "&gnome-download-http;/gnome-terminal/&gnome-version;/gnome-terminal-&gnome-terminal-version;.tar.xz">
8 <!ENTITY gnome-terminal-download-ftp "&gnome-download-ftp;/gnome-terminal/&gnome-version;/gnome-terminal-&gnome-terminal-version;.tar.xz">
9 <!ENTITY gnome-terminal-md5sum "0a09d8dcbee5a2300725008ee82054a3">
10 <!ENTITY gnome-terminal-size "1.9 MB">
11 <!ENTITY gnome-terminal-buildsize "49 MB">
12 <!ENTITY gnome-terminal-time "0.4 SBU">
13]>
14
15<sect1 id="gnome-terminal" xreflabel="GNOME Terminal-&gnome-terminal-version;">
16 <?dbhtml filename="gnome-terminal.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GNOME Terminal-&gnome-terminal-version;</title>
24
25 <indexterm zone="gnome-terminal">
26 <primary sortas="a-GNOME Terminal">GNOME Terminal</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GNOME Terminal</title>
31
32 <para>The <application>GNOME Terminal</application> package contains the
33 console. This is useful for executing programs from a command prompt.</para>
34
35 &lfs70_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&gnome-terminal-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gnome-terminal-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gnome-terminal-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gnome-terminal-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gnome-terminal-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gnome-terminal-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">GNOME Terminal Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required"><xref linkend="GConf"/>,
63 <xref linkend="gnome-doc-utils"/>, and
64 <xref linkend="vte"/></para>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para role="optional"><xref linkend="rarian"/></para>
68
69 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/gnome-terminal"/></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of GNOME Terminal</title>
76
77 <para>Install <application>GNOME Terminal</application> by
78 running the following commands:</para>
79
80<screen><userinput>./configure --prefix=$GNOME_PREFIX \
81 --sysconfdir=$GNOME_SYSCONFDIR &amp;&amp;
82make</userinput></screen>
83
84 <para>This package does not come with a test suite.</para>
85
86 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
87
88<screen role="root"><userinput>make install</userinput></screen>
89
90 </sect2>
91
92 <sect2 role="commands">
93 <title>Command Explanations</title>
94
95 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
96 href="../../xincludes/gnome-prefix.xml"/>
97
98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
99 href="../../xincludes/gnome-sysconfdir.xml"/>
100
101 </sect2>
102
103 <sect2 role="content">
104 <title>Contents</title>
105
106 <segmentedlist>
107 <segtitle>Installed Program</segtitle>
108 <segtitle>Installed Libraries</segtitle>
109 <segtitle>Installed Directories</segtitle>
110
111 <seglistitem>
112 <seg>gnome-terminal</seg>
113 <seg>None</seg>
114 <seg><envar>$GNOME_PREFIX</envar>/share/{gnome-terminal,
115 gnome/help/gnome-terminal/*,omf/gnome-terminal}</seg>
116 </seglistitem>
117 </segmentedlist>
118
119 <variablelist>
120 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
121 <?dbfo list-presentation="list"?>
122 <?dbhtml list-presentation="table"?>
123
124 <varlistentry id="gnome-terminal-prog">
125 <term><command>gnome-terminal</command></term>
126 <listitem>
127 <para>provides the command prompt in the
128 <application>GNOME</application> environment.</para>
129 <indexterm zone="gnome-terminal gnome-terminal-prog">
130 <primary sortas="b-gnome-terminal">gnome-terminal</primary>
131 </indexterm>
132 </listitem>
133 </varlistentry>
134
135 </variablelist>
136
137 </sect2>
138
139</sect1>
Note: See TracBrowser for help on using the repository browser.