source: archive/gnome/gnome-shell.xml

trunk
Last change on this file 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: 6.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 gnome-shell-download-http
8 "&gnome-download-http;/gnome-shell/3.6/gnome-shell-&gnome-shell-version;.tar.xz">
9 <!ENTITY gnome-shell-download-ftp
10 "&gnome-download-ftp;/gnome-shell/3.6/gnome-shell-&gnome-shell-version;.tar.xz">
11 <!ENTITY gnome-shell-md5sum "6d00d16fd54fa0d0e5d4b3a7dcad0bfe">
12 <!ENTITY gnome-shell-size "1.4 MB">
13 <!ENTITY gnome-shell-buildsize "50 MB">
14 <!ENTITY gnome-shell-time "0.6 SBU">
15]>
16
17<sect1 id="gnome-shell" xreflabel="gnome-shell-&gnome-shell-version;">
18 <?dbhtml filename="gnome-shell.html"?>
19
20
21 <title>gnome-shell-&gnome-shell-version;</title>
22
23 <indexterm zone="gnome-shell">
24 <primary sortas="a-gnome-shell">gnome-shell</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to GNOME Shell</title>
29
30 <para>
31 The <application>GNOME Shell</application> is the core user interface of
32 the <application>GNOME</application> Desktop environment.
33 </para>
34
35 &lfs72_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&gnome-shell-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&gnome-shell-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &gnome-shell-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &gnome-shell-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &gnome-shell-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &gnome-shell-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">GNOME Shell Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="evolution-data-server"/>,
76 <xref linkend="gcr"/>,
77 <xref linkend="gjs"/>,
78 <xref linkend="gnome-menus"/>,
79 <xref linkend="gnome-settings-daemon"/>,
80 <xref linkend="gst10-plugins-base"/>,
81 <xref linkend="json-glib"/>,
82 <xref linkend="libcroco"/>,
83 <xref linkend="libgnome-keyring"/>,
84 <xref linkend="mutter"/>,
85 <xref linkend="NetworkManager"/> and
86 <xref linkend="telepathy-logger"/>
87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
91 <xref linkend="gnome-bluetooth"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="gtk-doc"/>
97 </para>
98
99 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
100 <para role="required">
101 <xref linkend="accountsservice"/>,
102 <xref linkend="caribou"/>,
103 <xref linkend="dconf"/>,
104 <xref linkend="gnome-icon-theme"/>,
105 <xref linkend="gnome-icon-theme-symbolic"/> and
106 <xref linkend="telepathy-mission-control"/>
107 </para>
108
109 <para condition="html" role="usernotes">User Notes:
110 <ulink url="&blfs-wiki;/gnome-shell"/>
111 </para>
112 </sect2>
113
114 <sect2 role="installation">
115 <title>Installation of GNOME Shell</title>
116
117 <para>
118 Install <application>GNOME Shell</application> by running the
119 following commands:
120 </para>
121
122<screen><userinput>./configure --prefix=/usr \
123 --sysconfdir=/etc \
124 --libexecdir=/usr/lib/gnome-shell &amp;&amp;
125make</userinput></screen>
126
127 <para>
128 This package does not come with a test suite.
129 </para>
130
131 <para>
132 Now, as the <systemitem class="username">root</systemitem> user:
133 </para>
134
135<screen role="root"><userinput>make install</userinput></screen>
136
137 </sect2>
138
139 <sect2 role="commands">
140 <title>Command Explanations</title>
141
142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="../../xincludes/gtk-doc-rebuild.xml"/>
144
145 </sect2>
146
147 <sect2 role="content">
148 <title>Contents</title>
149
150 <segmentedlist>
151 <segtitle>Installed Programs</segtitle>
152 <segtitle>Installed Libraries</segtitle>
153 <segtitle>Installed Directories</segtitle>
154
155 <seglistitem>
156 <seg>
157 gnome-shell, gnome-shell-extension-prefs and gnome-shell-extension-tool and
158 gnome-shell-pref-tool
159 </seg>
160 <seg>
161 None
162 </seg>
163 <seg>
164 /usr/lib/gnome-shell,
165 /usr/share/gnome-shell and
166 /usr/share/gtk-doc/html/shell
167 </seg>
168 </seglistitem>
169 </segmentedlist>
170
171 <variablelist>
172 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
173 <?dbfo list-presentation="list"?>
174 <?dbhtml list-presentation="table"?>
175
176 <varlistentry id="gnome-shell-prog">
177 <term><command>gnome-shell</command></term>
178 <listitem>
179 <para>
180 provides the core user interface functions for the
181 <application>GNOME</application> 3 Desktop.
182 </para>
183 <indexterm zone="gnome-shell gnome-shell-prog">
184 <primary sortas="b-gnome-shell">gnome-shell</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189<!-- <varlistentry id="gnome-shell-extension-prefs">
190 <term><command>gnome-shell-extension-prefs</command></term>
191 <listitem>
192 <para>
193 does this .....
194 </para>
195 <indexterm zone="gnome-shell gnome-shell-extension-prefs">
196 <primary sortas="b-gnome-shell-extension-prefs">gnome-shell-extension-prefs</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="gnome-shell-extension-tool">
202 <term><command>gnome-shell-extension-tool</command></term>
203 <listitem>
204 <para>
205 does this .....
206 </para>
207 <indexterm zone="gnome-shell gnome-shell-extension-tool">
208 <primary sortas="b-gnome-shell-extension-tool">gnome-shell-extension-tool</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry> -->
212
213 </variablelist>
214
215 </sect2>
216
217</sect1>
Note: See TracBrowser for help on using the repository browser.