source: gnome/core/gnome-shell.xml@ a8f9c437

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 a8f9c437 was a8f9c437, checked in by Krejzi <krejzi@…>, 12 years ago

Anjuta 3.4.4, Epiphany 3.4.3, GNOME Screensaver 3.4.4, GNOME Shell 3.4.2, Nemiver 0.9.3 and Rygel 0.14.3. Last of the updates fur current stable release.

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

  • Property mode set to 100644
File size: 6.9 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.4/gnome-shell-&gnome-shell-version;.tar.xz">
9 <!ENTITY gnome-shell-download-ftp
10 "&gnome-download-ftp;/gnome-shell/3.4/gnome-shell-&gnome-shell-version;.tar.xz">
11 <!ENTITY gnome-shell-md5sum "d1125998a0a89d625eef5e16bd774ef5">
12 <!ENTITY gnome-shell-size "1.3 MB">
13 <!ENTITY gnome-shell-buildsize "42 MB">
14 <!ENTITY gnome-shell-time "1.2 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 &lfs70_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="folks"/>,
81 <xref linkend="gcr"/>,
82 <xref linkend="gjs"/>,
83 <xref linkend="gnome-menus"/>,
84 <xref linkend="gnome-settings-daemon"/>,
85 <xref linkend="json-glib"/>,
86 <xref linkend="libcroco"/>,
87 <xref linkend="libgnome-keyring"/>,
88 <xref linkend="mutter"/>,
89 <xref linkend="NetworkManager"/> and
90 <xref linkend="telepathy-logger"/>
91 </para>
92
93 <bridgehead renderas="sect4">Recommended</bridgehead>
94 <para role="recommended">
95 <xref linkend="gnome-bluetooth"/>,
96 <xref linkend="gst-plugins-base"/> and
97 <xref linkend="network-manager-applet"/>
98 </para>
99
100 <bridgehead renderas="sect4">Optional</bridgehead>
101 <para role="optional">
102 <xref linkend="gtk-doc"/>
103 </para>
104
105 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
106 <para role="required">
107 <xref linkend="accountsservice"/>,
108 <xref linkend="caribou"/>,
109 <xref linkend="dconf"/>,
110 <xref linkend="gnome-icon-theme"/>,
111 <xref linkend="gnome-icon-theme-symbolic"/> and
112 <xref linkend="telepathy-mission-control"/>
113 </para>
114
115 <para condition="html" role="usernotes">User Notes:
116 <ulink url="&blfs-wiki;/gnome-shell"/>
117 </para>
118 </sect2>
119
120 <sect2 role="installation">
121 <title>Installation of GNOME Shell</title>
122
123 <para>
124 Install <application>GNOME Shell</application> by running the
125 following commands:
126 </para>
127
128<screen><userinput>./configure --prefix=/usr \
129 --sysconfdir=/etc \
130 --libexecdir=/usr/lib/gnome-shell \
131 --with-ca-certificates=/etc/ssl/ca-bundle.crt &amp;&amp;
132make</userinput></screen>
133
134 <para>
135 This package does not come with a test suite.
136 </para>
137
138 <para>
139 Now, as the <systemitem class="username">root</systemitem> user:
140 </para>
141
142<screen role="root"><userinput>make install</userinput></screen>
143
144 </sect2>
145
146 <sect2 role="commands">
147 <title>Command Explanations</title>
148
149 <para>
150 <parameter>--libexecdir=/usr/lib/gnome-shell</parameter>: This
151 parameter causes the libexec files to be installed in the preferred
152 location of <filename class="directory">/usr/lib/gnome-shell</filename>
153 instead of <filename class="directory">/usr/libexec</filename>.
154 </para>
155
156 <para>
157 <parameter>--with-ca-certificates=/etc/ssl/ca-bundle.crt</parameter>:
158 This parameter specifies where ca certificates bundle is installed.
159 </para>
160
161 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
162 href="../../xincludes/gtk-doc-rebuild.xml"/>
163
164 </sect2>
165
166 <sect2 role="content">
167 <title>Contents</title>
168
169 <segmentedlist>
170 <segtitle>Installed Programs</segtitle>
171 <segtitle>Installed Directories</segtitle>
172
173 <seglistitem>
174 <seg>
175 gnome-shell, gnome-shell-extension-prefs and gnome-shell-extension-tool
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.