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

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 dc1c177a was dc1c177a, checked in by Ken Moffat <ken@…>, 12 years ago

Add seed.

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

  • Property mode set to 100644
File size: 8.4 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 "&gnome-download-http;/gnome-shell/3.2/gnome-shell-&gnome-shell-version;.tar.xz">
8 <!ENTITY gnome-shell-download-ftp "&gnome-download-ftp;/gnome-shell/3.2/gnome-shell-&gnome-shell-version;.tar.xz">
9 <!ENTITY gnome-shell-md5sum "9519921d31d8c43d054dbc11e1f0733b">
10 <!ENTITY gnome-shell-size "1.1 MB">
11 <!ENTITY gnome-shell-buildsize "38 MB">
12 <!ENTITY gnome-shell-time "0.8 SBU">
13]>
14
15<sect1 id="gnome-shell" xreflabel="gnome-shell-&gnome-shell-version;">
16 <?dbhtml filename="gnome-shell.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>gnome-shell-&gnome-shell-version;</title>
24
25 <indexterm zone="gnome-shell">
26 <primary sortas="a-gnome-shell">gnome-shell</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to gnome-shell</title>
31
32 <para>The <application>gnome-shell</application> is the core user interface of
33 the <application>GNOME</application> desktop environment.</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-shell-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gnome-shell-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gnome-shell-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gnome-shell-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gnome-shell-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gnome-shell-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">gnome-shell Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required"><xref linkend="caribou"/>,
63 <xref linkend="dbus-glib"/>,
64 <xref linkend="dconf"/>,
65 <xref linkend="evolution-data-server"/>,
66 <xref linkend="folks"/>,
67 <xref linkend="GConf"/>,
68 <xref linkend="gjs"/>,
69 <xref linkend="glib2"/>,
70 <xref linkend="gnome-bluetooth"/>,
71 <xref linkend="gnome-desktop"/>,
72 <xref linkend="gnome-icon-theme"/>,
73 <xref linkend="gnome-icon-theme-symbolic"/>,
74 <xref linkend="gnome-menus"/>,
75 <xref linkend="gnome-settings-daemon"/>,
76 <xref linkend="gobject-introspection"/>,
77 <xref linkend="gtk3"/>,
78 <xref linkend="intltool"/>,
79 <xref linkend="libcanberra"/>,
80 <xref linkend="libcroco"/>,
81 <xref linkend="libsoup"/>,
82 <xref linkend="mutter"/>,
83 <xref linkend="NetworkManager"/>,
84 <xref linkend="polkit"/>,
85 <xref linkend="pulseaudio"/>,
86 <xref linkend="startup-notification"/>,
87<!-- this is a dependency of folks, no need to show it here <xref linkend="telepathy-glib"/>,-->
88 <xref linkend="telepathy-logger"/>, and
89 <xref linkend="upower"/></para>
90
91 <bridgehead renderas="sect4">Recommended</bridgehead>
92 <para role="recommended"><xref linkend="gst-plugins-base"/></para>
93
94 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
95 <para role="required"><xref linkend="accountsservice"/></para>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/gnome-shell"/></para>
99
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of gnome-shell</title>
104
105 <para>Install <application>gnome-shell</application> by running the following
106 commands:</para>
107
108<screen><userinput>./configure --prefix=$GNOME_PREFIX \
109 --sysconfdir=$GNOME_SYSCONFDIR \
110 --libexecdir=$GNOME_PREFIX/lib/gnome-shell \
111 --with-ca-certificates=/etc/ssl/ca-bundle.crt &amp;&amp;
112make</userinput></screen>
113
114 <para>This package's testsuite is only intended to be used by the
115 maintainer to check i18n files.</para>
116
117 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <para><parameter>--sysconfdir=$GNOME_SYSCONFDIR</parameter>: This parameter does
127 something mandatory for BLFS purposes.</para>
128
129 <para><parameter>--libexecdir=$GNOME_PREFIX/lib/gnome-shell</parameter>: This parameter does
130 something mandatory for BLFS purposes.</para>
131
132 <para><parameter>--with-ca-certificates=/etc/ssl/ca-bundle.crt</parameter>: This parameter does
133 something mandatory for BLFS purposes.</para>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Libraries</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>gnome-shell, gnome-shell-calendar-server, gnome-shell-extension-tool, gnome-shell-hotplug-sniffer, and gnome-shell-perf-helper</seg>
147 <seg>libgnome-shell-browser-plugin.so and libgnome-shell.so</seg>
148 <seg><envar>$GNOME_PREFIX</envar>/{lib/{gnome-shell,mozilla/plugins},share/gnome-shell/{js/{gdm,misc,perf,ui/status},search_providers,shaders,theme}}</seg>
149 </seglistitem>
150 </segmentedlist>
151
152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="gnome-shell-prog">
158 <term><command>gnome-shell-prog</command></term>
159 <listitem>
160 <para>does this .....</para>
161 <indexterm zone="gnome-shell gnome-shell-prog">
162 <primary sortas="b-gnome-shell-prog">gnome-shell-prog</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="gnome-shell-calendar-server">
168 <term><command>gnome-shell-calendar-server</command></term>
169 <listitem>
170 <para>does this .....</para>
171 <indexterm zone="gnome-shell gnome-shell-calendar-server">
172 <primary sortas="b-gnome-shell-calendar-server">gnome-shell-calendar-server</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="gnome-shell-extension-tool">
178 <term><command>gnome-shell-extension-tool</command></term>
179 <listitem>
180 <para>does this .....</para>
181 <indexterm zone="gnome-shell gnome-shell-extension-tool">
182 <primary sortas="b-gnome-shell-extension-tool">gnome-shell-extension-tool</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="gnome-shell-hotplug-sniffer">
188 <term><command>gnome-shell-hotplug-sniffer</command></term>
189 <listitem>
190 <para>does this .....</para>
191 <indexterm zone="gnome-shell gnome-shell-hotplug-sniffer">
192 <primary sortas="b-gnome-shell-hotplug-sniffer">gnome-shell-hotplug-sniffer</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="gnome-shell-perf-helper">
198 <term><command>gnome-shell-perf-helper</command></term>
199 <listitem>
200 <para>does this .....</para>
201 <indexterm zone="gnome-shell gnome-shell-perf-helper">
202 <primary sortas="b-gnome-shell-perf-helper">gnome-shell-perf-helper</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 <varlistentry id="libgnome-shell-browser-plugin">
208 <term><filename class='libraryfile'>libgnome-shell-browser-plugin.so</filename></term>
209 <listitem>
210 <para>contains functions that .....</para>
211 <indexterm zone="gnome-shell libgnome-shell-browser-plugin">
212 <primary sortas="c-libgnome-shell-browser-plugin">libgnome-shell-browser-plugin.so</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 <varlistentry id="libgnome-shell">
218 <term><filename class='libraryfile'>libgnome-shell.so</filename></term>
219 <listitem>
220 <para>contains functions that .....</para>
221 <indexterm zone="gnome-shell libgnome-shell">
222 <primary sortas="c-libgnome-shell">libgnome-shell.so</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.