source: gnome/platform/gnome-shell.xml@ b1fb2a9

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b1fb2a9 was ec2353a, checked in by Ken Moffat <ken@…>, 4 years ago

rustc-1.39.0,
librsvg-2.48.0,
fix seamonkey for this version of rust.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22850 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/&gnome-minor-34;/gnome-shell-&gnome-shell-version;.tar.xz">
9 <!ENTITY gnome-shell-download-ftp
10 "&gnome-download-ftp;/gnome-shell/&gnome-minor-34;/gnome-shell-&gnome-shell-version;.tar.xz">
11 <!ENTITY gnome-shell-md5sum "692181c1a98be9e5f5b7e8738fd428ce">
12 <!ENTITY gnome-shell-size "1.5 MB">
13 <!ENTITY gnome-shell-buildsize "66 MB">
14 <!ENTITY gnome-shell-time "0.1 SBU (Using parallelism=4)">
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 &lfs91_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="gjs"/>,
81 <xref linkend="gnome-autoar"/>,
82 <xref linkend="gnome-control-center"/>,
83 <!-- FIXME in gnome-shell-3.36.0 libcroco will be included,
84 so when that goes in please archive libcroco -->
85 <xref linkend="libcroco"/>,
86 <xref linkend="mutter"/>,
87 <xref linkend="sassc"/>,
88 <xref linkend="startup-notification"/>, and
89 <phrase revision="sysv"><xref linkend="elogind"/></phrase>
90 <phrase revision="systemd"><xref linkend="systemd"/></phrase>
91 </para>
92
93 <bridgehead renderas="sect4">Recommended</bridgehead>
94 <para role="recommended">
95 <xref linkend="asciidoc"/>,
96 <xref linkend="desktop-file-utils"/>,
97 <xref linkend="gnome-bluetooth"/>,
98 <xref linkend="gst10-plugins-base"/>, and
99 <xref linkend="network-manager-applet"/>
100 </para>
101
102 <bridgehead renderas="sect4"
103 revision="sysv">Recommended (Runtime)</bridgehead>
104 <para role="recommended" revision="sysv">
105 <xref linkend="blocaled" role="runtime"/>
106 </para>
107
108 <bridgehead renderas="sect4">Optional</bridgehead>
109 <para role="optional">
110 <xref linkend="gtk-doc"/> and
111 <ulink url="https://github.com/scop/bash-completion">bash-completion</ulink>
112 </para>
113
114 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
115 <para role="required">
116 <xref role="runtime" linkend="adwaita-icon-theme"/>,
117 <xref role="runtime" linkend="dconf"/>,
118 <xref role="runtime" linkend="gdm"/>,
119 <xref role="runtime" linkend="gnome-backgrounds"/>,
120 <xref role="runtime" linkend="gnome-menus"/>, and
121 <xref role="runtime" linkend="telepathy-mission-control"/>
122 </para>
123
124 <para condition="html" role="usernotes">User Notes:
125 <ulink url="&blfs-wiki;/gnome-shell"/>
126 </para>
127 </sect2>
128
129 <sect2 role="installation">
130 <title>Installation of GNOME Shell</title>
131
132 <para>
133 Install <application>GNOME Shell</application> by running the
134 following commands:
135 </para>
136
137<screen revision="sysv"><userinput>mkdir build &amp;&amp;
138cd build &amp;&amp;
139
140meson --prefix=/usr -Dsystemd=false .. &amp;&amp;
141ninja</userinput></screen>
142
143<screen revision="systemd"><userinput>mkdir build &amp;&amp;
144cd build &amp;&amp;
145
146meson --prefix=/usr .. &amp;&amp;
147ninja</userinput></screen>
148
149 <para>
150 To test the results, issue: <command>ninja test</command>. You must be
151 running an X session to run the tests. Some will fail if
152 <xref linkend="gdm"/> is not installed.
153 </para>
154
155 <para>
156 Now, as the <systemitem class="username">root</systemitem> user:
157 </para>
158
159<screen role="root"><userinput>ninja install</userinput></screen>
160
161 </sect2>
162
163 <sect2 role="commands">
164 <title>Command Explanations</title>
165
166 <para revision="sysv">
167 <parameter>-Dsystemd=false</parameter>: Prevents installing systemd
168 files, which are not needed in this version of BLFS.
169 </para>
170
171 <para>
172 <option>-Dextensions=false</option>: Do not build the
173 <command>gnome-extensions</command> CLI tool. Using this option removes
174 the need for <xref linkend="asciidoc"/>.
175 </para>
176
177 </sect2>
178
179 <sect2 role="content">
180 <title>Contents</title>
181
182 <segmentedlist>
183 <segtitle>Installed Programs</segtitle>
184 <segtitle>Installed Libraries</segtitle>
185 <segtitle>Installed Directories</segtitle>
186
187 <seglistitem>
188 <seg>
189 gnome-extensions, gnome-shell, gnome-shell-extension-prefs,
190 gnome-shell-extension-tool, and gnome-shell-perf-tool
191 </seg>
192 <seg>
193 None
194 </seg>
195 <seg>
196 /usr/lib/gnome-shell,
197 /usr/share/gnome-shell,
198 /usr/share/gtk-doc/html/{shell,st}, and
199 /usr/share/xdg-desktop-portal/
200 </seg>
201 </seglistitem>
202 </segmentedlist>
203
204 <variablelist>
205 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
206 <?dbfo list-presentation="list"?>
207 <?dbhtml list-presentation="table"?>
208
209 <varlistentry id="gnome-shell-prog">
210 <term><command>gnome-shell</command></term>
211 <listitem>
212 <para>
213 provides the core user interface functions for the
214 <application>GNOME</application> 3 Desktop.
215 </para>
216 <indexterm zone="gnome-shell gnome-shell-prog">
217 <primary sortas="b-gnome-shell">gnome-shell</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
222 </variablelist>
223
224 </sect2>
225
226</sect1>
Note: See TracBrowser for help on using the repository browser.