source: gnome/platform/gnome-shell.xml@ 00bb36f7

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 00bb36f7 was ab1e97d, checked in by Xi Ruoyao <xry111@…>, 13 months ago

gnome-shell: Make elogind and systemd dependencies runtime

On systemd, it uses libsystemd but it's already installed in LFS. On
sysv, we use -Dsystemd=false so libsystemd (a.k.a libelogind) not
needed.

But it invokes logind API via D-bus call (in js/ui/endSessionDialog.js),
so logind is a runtime dependency.

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