source: gnome/desktop/gnome-shell.xml@ 6265cf16

gnome
Last change on this file since 6265cf16 was 6265cf16, checked in by Krejzi <krejzi@…>, 10 years ago

introduce gnome-desktop section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13444 af4574ff-66df-0310-9fd7-8a98e5e911e0

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