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

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 aae40ce was aae40ce, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Update to gnome-shell-3.34.1
Update to gnome-shell-extensions-3.34.1
Update to mutter-3.34.1
Update to gnome-session-3.34.1
Update to gdm-3.34.1

NOTE: There are some problems with gnome-shell-extensions and search functionality at the moment. Will look into those later.

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

  • Property mode set to 100644
File size: 6.9 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
[baaf6020]8 "&gnome-download-http;/gnome-shell/&gnome-minor-34;/gnome-shell-&gnome-shell-version;.tar.xz">
[2e704d1b]9 <!ENTITY gnome-shell-download-ftp
[baaf6020]10 "&gnome-download-ftp;/gnome-shell/&gnome-minor-34;/gnome-shell-&gnome-shell-version;.tar.xz">
[aae40ce]11 <!ENTITY gnome-shell-md5sum "2e00c22673d069d6b919b2ca1b225d89">
[baaf6020]12 <!ENTITY gnome-shell-size "1.5 MB">
[aae40ce]13 <!ENTITY gnome-shell-buildsize "66 MB">
14 <!ENTITY gnome-shell-time "0.3 SBU">
[2e704d1b]15]>
16
[51dfb3e]17<sect1 id="gnome-shell" xreflabel="gnome-shell-&gnome-shell-version;">
[2e704d1b]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
[1074f31]39 &lfs90_checked;
[2e704d1b]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"/>,
[5f308941]81 <xref linkend="gnome-autoar"/>,
[2e704d1b]82 <xref linkend="gnome-control-center"/>,
83 <xref linkend="libcroco"/>,
[0129a2f5]84 <xref linkend="mutter"/>,
[fef2695]85 <xref linkend="sassc"/>,
[0129a2f5]86 <xref linkend="startup-notification"/>, and
[51dfb3e]87 <phrase revision="sysv"><xref linkend="elogind"/></phrase>
88 <phrase revision="systemd"><xref linkend="systemd"/></phrase>
[2e704d1b]89 </para>
90
91 <bridgehead renderas="sect4">Recommended</bridgehead>
92 <para role="recommended">
[9789629b]93 <xref linkend="asciidoc"/>,
[2e704d1b]94 <xref linkend="gnome-bluetooth"/>,
95 <xref linkend="gst10-plugins-base"/>, and
96 <xref linkend="network-manager-applet"/>
97 </para>
98
99 <bridgehead renderas="sect4">Optional</bridgehead>
100 <para role="optional">
[aae40ce]101 <xref linkend="gtk-doc"/> and
102 <ulink url="https://github.com/scop/bash-completion">bash-completion</ulink>
[2e704d1b]103 </para>
104
105 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
106 <para role="required">
[9b1042fd]107 <xref role="runtime" linkend="adwaita-icon-theme"/>,
108 <xref role="runtime" linkend="dconf"/>,
109 <xref role="runtime" linkend="gdm"/>,
110 <xref role="runtime" linkend="gnome-backgrounds"/>,
111 <xref role="runtime" linkend="gnome-menus"/>,
[42ae206]112 <xref role="runtime" linkend="gnome-themes-extra"/>, and
[9b1042fd]113 <xref role="runtime" linkend="telepathy-mission-control"/>
[2e704d1b]114 </para>
115
116 <para condition="html" role="usernotes">User Notes:
117 <ulink url="&blfs-wiki;/gnome-shell"/>
118 </para>
119 </sect2>
120
121 <sect2 role="installation">
122 <title>Installation of GNOME Shell</title>
123
124 <para>
125 Install <application>GNOME Shell</application> by running the
126 following commands:
127 </para>
128
[f6da3b9]129<screen revision="sysv"><userinput>sed -i '/isGreeter/,+2 d' js/ui/status/keyboard.js &amp;&amp;
130
131mkdir build &amp;&amp;
132cd build &amp;&amp;
133
134meson --prefix=/usr -Dsystemd=false .. &amp;&amp;
135ninja</userinput></screen>
136
137<screen revision="systemd"><userinput>mkdir build &amp;&amp;
[5ff1726]138cd build &amp;&amp;
139
[bf6bb90]140meson --prefix=/usr .. &amp;&amp;
141ninja</userinput></screen>
[2e704d1b]142
143 <para>
[bf6bb90]144 To test the results, issue: <command>ninja test</command>. You must be
[ab3656c]145 running an X session to run the tests. Some will fail if
146 <xref linkend="gdm"/> is not installed.
[2e704d1b]147 </para>
148
149 <para>
150 Now, as the <systemitem class="username">root</systemitem> user:
151 </para>
152
[bf6bb90]153<screen role="root"><userinput>ninja install</userinput></screen>
[2e704d1b]154
[f6da3b9]155<!-- not needed with -Dsystemd=false
[2325667b]156 <para revision="sysv">
157 Finally, remove some systemd units that are unnecessary on SysV.
158 </para>
159
160<screen role="root" revision="sysv"><userinput>rm -v /usr/lib/systemd/user/gnome-shell*</userinput></screen>
[f6da3b9]161-->
162 </sect2>
163
[9789629b]164 <sect2 role="commands">
[f6da3b9]165 <title>Command Explanations</title>
[2325667b]166
[9789629b]167 <para revision="sysv">
[f6da3b9]168 <command>sed -i ...</command>: This command allows the GDM greeter to
169 use a keyboard layout taken from the dconf database instead of a default
170 US qwerty one.
171 </para>
[9789629b]172
173 <para>
174 <option>-Dextensions=false</option>: Do not build the
175 <command>gnome-extensions</command> CLI tool. Using this option removes
176 the need for <xref linkend="asciidoc"/>.
177 </para>
178
[2e704d1b]179 </sect2>
180
181 <sect2 role="content">
182 <title>Contents</title>
183
184 <segmentedlist>
185 <segtitle>Installed Programs</segtitle>
186 <segtitle>Installed Libraries</segtitle>
187 <segtitle>Installed Directories</segtitle>
188
189 <seglistitem>
190 <seg>
[aae40ce]191 gnome-extensions, gnome-shell, gnome-shell-extension-prefs,
192 gnome-shell-extension-tool, and gnome-shell-perf-tool
[2e704d1b]193 </seg>
[e0ea073]194 <seg>
195 None
[2e704d1b]196 </seg>
197 <seg>
198 /usr/lib/gnome-shell,
[0129a2f5]199 /usr/share/gnome-shell,
200 /usr/share/gtk-doc/html/{shell,st}, and
201 /usr/share/xdg-desktop-portal/
[2e704d1b]202 </seg>
203 </seglistitem>
204 </segmentedlist>
205
206 <variablelist>
207 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
208 <?dbfo list-presentation="list"?>
209 <?dbhtml list-presentation="table"?>
210
211 <varlistentry id="gnome-shell-prog">
212 <term><command>gnome-shell</command></term>
213 <listitem>
214 <para>
215 provides the core user interface functions for the
216 <application>GNOME</application> 3 Desktop.
217 </para>
218 <indexterm zone="gnome-shell gnome-shell-prog">
219 <primary sortas="b-gnome-shell">gnome-shell</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223
224 </variablelist>
225
226 </sect2>
227
228</sect1>
Note: See TracBrowser for help on using the repository browser.