source: gnome/core/gnome-shell.xml@ 35e84dce

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

GNOME 3.6 Part 7.

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

  • Property mode set to 100644
File size: 6.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-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 "cf6b87fd37329573c322b384c1593e17">
12 <!ENTITY gnome-shell-size "1.4 MB">
13 <!ENTITY gnome-shell-buildsize "45 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 &lfs72_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="gnome-menus"/>,
83 <xref linkend="gnome-settings-daemon"/>,
84 <xref linkend="gst10-plugins-base"/>,
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 </para>
97
98 <bridgehead renderas="sect4">Optional</bridgehead>
99 <para role="optional">
100 <xref linkend="gtk-doc"/>
101 </para>
102
103 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
104 <para role="required">
105 <xref linkend="accountsservice"/>,
106 <xref linkend="caribou"/>,
107 <xref linkend="dconf"/>,
108 <xref linkend="gnome-icon-theme"/>,
109 <xref linkend="gnome-icon-theme-symbolic"/> and
110 <xref linkend="telepathy-mission-control"/>
111 </para>
112
113 <para condition="html" role="usernotes">User Notes:
114 <ulink url="&blfs-wiki;/gnome-shell"/>
115 </para>
116 </sect2>
117
118 <sect2 role="installation">
119 <title>Installation of GNOME Shell</title>
120
121 <para>
122 Install <application>GNOME Shell</application> by running the
123 following commands:
124 </para>
125
126<screen><userinput>./configure --prefix=/usr \
127 --sysconfdir=/etc \
128 --libexecdir=/usr/lib/gnome-shell \
129 --with-ca-certificates=/etc/ssl/ca-bundle.crt &amp;&amp;
130make</userinput></screen>
131
132 <para>
133 This package does not come with a test suite.
134 </para>
135
136 <para>
137 Now, as the <systemitem class="username">root</systemitem> user:
138 </para>
139
140<screen role="root"><userinput>make install</userinput></screen>
141
142 </sect2>
143
144 <sect2 role="commands">
145 <title>Command Explanations</title>
146
147 <para>
148 <parameter>--with-ca-certificates=/etc/ssl/ca-bundle.crt</parameter>:
149 This parameter specifies where ca certificates bundle is installed.
150 </para>
151
152 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
153 href="../../xincludes/gtk-doc-rebuild.xml"/>
154
155 </sect2>
156
157 <sect2 role="content">
158 <title>Contents</title>
159
160 <segmentedlist>
161 <segtitle>Installed Programs</segtitle>
162 <segtitle>Installed Directories</segtitle>
163
164 <seglistitem>
165 <seg>
166 gnome-shell, gnome-shell-extension-prefs and gnome-shell-extension-tool and
167 gnome-shell-pref-tool
168 </seg>
169 <seg>
170 /usr/lib/gnome-shell,
171 /usr/share/gnome-shell and
172 /usr/share/gtk-doc/html/shell
173 </seg>
174 </seglistitem>
175 </segmentedlist>
176
177 <variablelist>
178 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
179 <?dbfo list-presentation="list"?>
180 <?dbhtml list-presentation="table"?>
181
182 <varlistentry id="gnome-shell-prog">
183 <term><command>gnome-shell</command></term>
184 <listitem>
185 <para>
186 provides the core user interface functions for the
187 <application>GNOME</application> 3 Desktop.
188 </para>
189 <indexterm zone="gnome-shell gnome-shell-prog">
190 <primary sortas="b-gnome-shell">gnome-shell</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195<!-- <varlistentry id="gnome-shell-extension-prefs">
196 <term><command>gnome-shell-extension-prefs</command></term>
197 <listitem>
198 <para>
199 does this .....
200 </para>
201 <indexterm zone="gnome-shell gnome-shell-extension-prefs">
202 <primary sortas="b-gnome-shell-extension-prefs">gnome-shell-extension-prefs</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="gnome-shell-extension-tool">
208 <term><command>gnome-shell-extension-tool</command></term>
209 <listitem>
210 <para>
211 does this .....
212 </para>
213 <indexterm zone="gnome-shell gnome-shell-extension-tool">
214 <primary sortas="b-gnome-shell-extension-tool">gnome-shell-extension-tool</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry> -->
218
219 </variablelist>
220
221 </sect2>
222
223</sect1>
Note: See TracBrowser for help on using the repository browser.