source: gnome/platform/gnome-shell.xml@ 8d112a1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.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 8d112a1 was 5f308941, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Add a dependency to gnome-shell

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22168 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/&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 "2bdc9e233bf235c85ffb2de3d07751b9">
12 <!ENTITY gnome-shell-size "1.5 MB">
13 <!ENTITY gnome-shell-buildsize "54 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 &lfs90_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 <xref linkend="libcroco"/>,
84 <xref linkend="mutter"/>,
85 <xref linkend="sassc"/>,
86 <xref linkend="startup-notification"/>, and
87 <phrase revision="sysv"><xref linkend="elogind"/></phrase>
88 <phrase revision="systemd"><xref linkend="systemd"/></phrase>
89 </para>
90
91 <bridgehead renderas="sect4">Recommended</bridgehead>
92 <para role="recommended">
93 <xref linkend="gnome-bluetooth"/>,
94 <xref linkend="gst10-plugins-base"/>, and
95 <xref linkend="network-manager-applet"/>
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 role="runtime" linkend="adwaita-icon-theme"/>,
106 <xref role="runtime" linkend="dconf"/>,
107 <xref role="runtime" linkend="gdm"/>,
108 <xref role="runtime" linkend="gnome-backgrounds"/>,
109 <xref role="runtime" linkend="gnome-menus"/>,
110 <xref role="runtime" linkend="gnome-themes-extra"/>, and
111 <xref role="runtime" linkend="telepathy-mission-control"/>
112 </para>
113
114 <para condition="html" role="usernotes">User Notes:
115 <ulink url="&blfs-wiki;/gnome-shell"/>
116 </para>
117 </sect2>
118
119 <sect2 role="installation">
120 <title>Installation of GNOME Shell</title>
121
122 <para>
123 Install <application>GNOME Shell</application> by running the
124 following commands:
125 </para>
126
127<screen revision="sysv"><userinput>sed -i '/isGreeter/,+2 d' js/ui/status/keyboard.js &amp;&amp;
128
129mkdir build &amp;&amp;
130cd build &amp;&amp;
131
132meson --prefix=/usr -Dsystemd=false .. &amp;&amp;
133ninja</userinput></screen>
134
135<screen revision="systemd"><userinput>mkdir build &amp;&amp;
136cd build &amp;&amp;
137
138meson --prefix=/usr .. &amp;&amp;
139ninja</userinput></screen>
140
141 <para>
142 To test the results, issue: <command>ninja test</command>. You must be
143 running an X session to run the tests. Some will fail if
144 <xref linkend="gdm"/> is not installed.
145 </para>
146
147 <para>
148 Now, as the <systemitem class="username">root</systemitem> user:
149 </para>
150
151<screen role="root"><userinput>ninja install</userinput></screen>
152
153<!-- not needed with -Dsystemd=false
154 <para revision="sysv">
155 Finally, remove some systemd units that are unnecessary on SysV.
156 </para>
157
158<screen role="root" revision="sysv"><userinput>rm -v /usr/lib/systemd/user/gnome-shell*</userinput></screen>
159-->
160 </sect2>
161
162 <sect2 role="commands" revision="sysv">
163 <title>Command Explanations</title>
164
165 <para>
166 <command>sed -i ...</command>: This command allows the GDM greeter to
167 use a keyboard layout taken from the dconf database instead of a default
168 US qwerty one.
169 </para>
170 </sect2>
171
172 <sect2 role="content">
173 <title>Contents</title>
174
175 <segmentedlist>
176 <segtitle>Installed Programs</segtitle>
177 <segtitle>Installed Libraries</segtitle>
178 <segtitle>Installed Directories</segtitle>
179
180 <seglistitem>
181 <seg>
182 gnome-shell, gnome-shell-extension-prefs, gnome-shell-extension-tool,
183 and gnome-shell-perf-tool
184 </seg>
185 <seg>
186 None
187 </seg>
188 <seg>
189 /usr/lib/gnome-shell,
190 /usr/share/gnome-shell,
191 /usr/share/gtk-doc/html/{shell,st}, and
192 /usr/share/xdg-desktop-portal/
193 </seg>
194 </seglistitem>
195 </segmentedlist>
196
197 <variablelist>
198 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
199 <?dbfo list-presentation="list"?>
200 <?dbhtml list-presentation="table"?>
201
202 <varlistentry id="gnome-shell-prog">
203 <term><command>gnome-shell</command></term>
204 <listitem>
205 <para>
206 provides the core user interface functions for the
207 <application>GNOME</application> 3 Desktop.
208 </para>
209 <indexterm zone="gnome-shell gnome-shell-prog">
210 <primary sortas="b-gnome-shell">gnome-shell</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 </variablelist>
216
217 </sect2>
218
219</sect1>
Note: See TracBrowser for help on using the repository browser.