source: gnome/platform/gnome-shell.xml@ 0945dd2d

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 0945dd2d was 91318eb, checked in by Pierre Labastie <pierre.labastie@…>, 15 months ago

Add "setup" to meson commands

I've not been very consistent on typography, but it is a start

  • Property mode set to 100644
File size: 8.0 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/&gnome-43;/gnome-shell-&gnome-shell-version;.tar.xz">
9 <!ENTITY gnome-shell-download-ftp
10 "&gnome-download-ftp;/gnome-shell/&gnome-43;/gnome-shell-&gnome-shell-version;.tar.xz">
11 <!ENTITY gnome-shell-md5sum "5d0117627359b93ed27814957d2b146b">
12 <!ENTITY gnome-shell-size "1.9 MB">
13 <!ENTITY gnome-shell-buildsize "60 MB">
14 <!ENTITY gnome-shell-time "0.2 SBU (Using parallelism=4)">
15 <!ENTITY gnome-shell-buildsize-systemd "60 MB (with tests)">
16 <!ENTITY gnome-shell-time-systemd "0.2 SBU (Using parallelism=4; with tests)">
17]>
18
19<sect1 id="gnome-shell" xreflabel="gnome-shell-&gnome-shell-version;">
20 <?dbhtml filename="gnome-shell.html"?>
21
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>
33 The <application>GNOME Shell</application> is the core user interface of
34 the <application>GNOME</application> Desktop environment.
35 </para>
36
37 &lfs113_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&gnome-shell-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&gnome-shell-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &gnome-shell-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &gnome-shell-size;
59 </para>
60 </listitem>
61 <listitem revision='sysv'>
62 <para>
63 Estimated disk space required: &gnome-shell-buildsize;
64 </para>
65 </listitem>
66 <listitem revision='sysv'>
67 <para>
68 Estimated build time: &gnome-shell-time;
69 </para>
70 </listitem>
71 <listitem revision='systemd'>
72 <para>
73 Estimated disk space required: &gnome-shell-buildsize-systemd;
74 </para>
75 </listitem>
76 <listitem revision='systemd'>
77 <para>
78 Estimated build time: &gnome-shell-time-systemd;
79 </para>
80 </listitem>
81 </itemizedlist>
82
83 <bridgehead renderas="sect3">GNOME Shell Dependencies</bridgehead>
84
85 <bridgehead renderas="sect4">Required</bridgehead>
86 <para role="required">
87 <xref linkend="evolution-data-server"/>,
88 <xref linkend="gcr4"/>,
89 <xref linkend="gjs"/>,
90 <xref linkend="gnome-autoar"/>,
91 <xref linkend="gnome-control-center"/>,
92 <xref linkend="gtk4"/>,
93 <xref role="runtime" linkend="libgweather"/> (runtime),
94 <xref linkend="mutter"/>,
95 <xref linkend="sassc"/>,
96 <xref linkend="startup-notification"/>, and
97 <phrase revision="sysv"><xref linkend="elogind"/></phrase>
98 <phrase revision="systemd"><xref linkend="systemd"/></phrase>
99 </para>
100
101 <bridgehead renderas="sect4">Recommended</bridgehead>
102 <para role="recommended">
103 <xref linkend="desktop-file-utils"/>,
104 <xref linkend="gnome-bluetooth"/>,
105 <xref linkend="gst10-plugins-base"/>, and
106 <xref linkend="NetworkManager"/>
107 </para>
108
109 <bridgehead renderas="sect4"
110 revision="sysv">Recommended (Runtime)</bridgehead>
111 <para role="recommended" revision="sysv">
112 <xref linkend="blocaled" role="runtime"/>
113 </para>
114
115 <bridgehead renderas="sect4">Optional</bridgehead>
116 <para role="optional">
117 <xref linkend="gtk-doc"/> and
118 <ulink url="https://github.com/scop/bash-completion">bash-completion</ulink>
119 </para>
120
121 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
122 <para role="required">
123 <xref role="runtime" linkend="adwaita-icon-theme"/>,
124 <xref role="runtime" linkend="dconf"/>,
125 <xref role="runtime" linkend="gdm"/>,
126 <xref role="runtime" linkend="gnome-backgrounds"/>, and
127 <xref role="runtime" linkend="telepathy-mission-control"/>
128 </para>
129
130 <para condition="html" role="usernotes">User Notes:
131 <ulink url="&blfs-wiki;/gnome-shell"/>
132 </para>
133 </sect2>
134
135 <sect2 role="installation">
136 <title>Installation of GNOME Shell</title>
137
138 <para>
139 Install <application>GNOME Shell</application> by running the
140 following commands:
141 </para>
142
143<screen revision="sysv"><userinput>mkdir build &amp;&amp;
144cd build &amp;&amp;
145
146meson setup --prefix=/usr \
147 --buildtype=release \
148 -Dsystemd=false \
149 -Dtests=false \
150 .. &amp;&amp;
151ninja</userinput></screen>
152
153<screen revision="systemd"><userinput>mkdir build &amp;&amp;
154cd build &amp;&amp;
155
156meson setup --prefix=/usr \
157 --buildtype=release \
158 -Dtests=false \
159 .. &amp;&amp;
160ninja</userinput></screen>
161
162 <para revision='sysv'>
163 This package does not come with a working test suite in a
164 SystemV environment.
165 </para>
166
167 <para revision='systemd'>
168 To test the results, you need to remove the
169 <parameter>-Dtests=false</parameter> switch, and to have <xref
170 linkend="mutter"/> compiled and installed with tests also.
171
172 To run the tests, issue: <command>ninja test</command>. You must be
173 running an X session to run the tests. Some will fail if <xref
174 linkend="gdm"/> is not installed.
175 </para>
176
177 <para>
178 Now, as the <systemitem class="username">root</systemitem> user:
179 </para>
180
181<screen role="root"><userinput>ninja install</userinput></screen>
182
183 </sect2>
184
185 <sect2 role="commands">
186 <title>Command Explanations</title>
187
188 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
189 href="../../xincludes/meson-buildtype-release.xml"/>
190
191 <para revision="sysv">
192 <command>patch ...</command>: This patch fixes a bug when trying to
193 start an xwayland application on non systemd.
194 </para>
195
196 <para revision="sysv">
197 <parameter>-Dsystemd=false</parameter>: Prevents installing systemd
198 files, which are not needed in this version of BLFS.
199 </para>
200
201 <para>
202 <parameter>-Dtests=false</parameter>: Remove this switch if you want
203 to build the tests. But then <command>meson</command> will fail if
204 <xref linkend="mutter"/> tests are not installed.
205 </para>
206
207 </sect2>
208
209 <sect2 role="content">
210 <title>Contents</title>
211
212 <segmentedlist>
213 <segtitle>Installed Programs</segtitle>
214 <segtitle>Installed Libraries</segtitle>
215 <segtitle>Installed Directories</segtitle>
216
217 <seglistitem>
218 <seg>
219 gnome-extensions, gnome-extensions-app, gnome-shell,
220 gnome-shell-extension-prefs, gnome-shell-extension-tool,
221 and gnome-shell-perf-tool
222 </seg>
223 <seg>
224 None
225 </seg>
226 <seg>
227 /usr/lib/gnome-shell,
228 /usr/share/gnome-shell,
229 /usr/share/gtk-doc/html/{shell,st} (optional), and
230 /usr/share/xdg-desktop-portal/
231 </seg>
232 </seglistitem>
233 </segmentedlist>
234
235 <variablelist>
236 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
237 <?dbfo list-presentation="list"?>
238 <?dbhtml list-presentation="table"?>
239
240 <varlistentry id="gnome-shell-prog">
241 <term><command>gnome-shell</command></term>
242 <listitem>
243 <para>
244 provides the core user interface functions for the
245 <application>GNOME</application> 3 Desktop
246 </para>
247 <indexterm zone="gnome-shell gnome-shell-prog">
248 <primary sortas="b-gnome-shell">gnome-shell</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
252
253 </variablelist>
254
255 </sect2>
256
257</sect1>
Note: See TracBrowser for help on using the repository browser.