source: gnome/platform/gnome-shell.xml@ 425f19af

elogind
Last change on this file since 425f19af was 425f19af, checked in by DJ Lucas <dj@…>, 5 years ago

Merge to HEAD 21241.

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

  • Property mode set to 100644
File size: 6.4 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-30;/gnome-shell-&gnome-shell-version;.tar.xz">
9 <!ENTITY gnome-shell-download-ftp
10 "&gnome-download-ftp;/gnome-shell/&gnome-minor-30;/gnome-shell-&gnome-shell-version;.tar.xz">
11 <!ENTITY gnome-shell-md5sum "3aef5c837c85f6e5318b845fc844b1fe">
12 <!ENTITY gnome-shell-size "1.4 MB">
13 <!ENTITY gnome-shell-buildsize "53 MB">
14 <!ENTITY gnome-shell-time "0.4 SBU">
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 &lfs84_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">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>
79 Required patch:
80 <ulink url="&patch-root;/gnome-shell-&gnome-shell-version;-security_fix-1.patch"/>
81 </para>
82 </listitem>
83 </itemizedlist>
84
85 <bridgehead renderas="sect3">GNOME Shell Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Required</bridgehead>
88 <para role="required">
89 <xref linkend="caribou"/>,
90 <xref linkend="evolution-data-server"/>,
91 <xref linkend="gjs"/>,
92 <xref linkend="gnome-control-center"/>,
93 <xref linkend="libcroco"/>,
94 <xref linkend="mutter"/>,
95 <xref linkend="sassc"/>,<phrase revision="sysv"> and</phrase>
96 <xref linkend="startup-notification"/><phrase revision="systemd">, and
97 <xref linkend="systemd"/></phrase>
98 </para>
99
100 <bridgehead renderas="sect4">Recommended</bridgehead>
101 <para role="recommended">
102 <xref linkend="gnome-bluetooth"/>,
103 <xref linkend="gst10-plugins-base"/>, and
104 <xref linkend="network-manager-applet"/>
105 </para>
106
107 <bridgehead renderas="sect4">Optional</bridgehead>
108 <para role="optional">
109 <xref linkend="gtk-doc"/>
110 </para>
111
112 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
113 <para role="required">
114 <xref role="runtime" linkend="adwaita-icon-theme"/>,
115 <xref role="runtime" linkend="dconf"/>,
116 <xref role="runtime" linkend="gdm"/>,
117 <xref role="runtime" linkend="gnome-backgrounds"/>,
118 <xref role="runtime" linkend="gnome-menus"/>,
119 <xref role="runtime" linkend="gnome-themes-extra"/>, and
120 <xref role="runtime" linkend="telepathy-mission-control"/>
121 </para>
122
123 <para condition="html" role="usernotes">User Notes:
124 <ulink url="&blfs-wiki;/gnome-shell"/>
125 </para>
126 </sect2>
127
128 <sect2 role="installation">
129 <title>Installation of GNOME Shell</title>
130
131 <para>
132 Install <application>GNOME Shell</application> by running the
133 following commands:
134 </para>
135
136<screen revision="sysv"><userinput>patch -Np1 -i ../gnome-shell-&gnome-shell-version;-security_fix-1.patch &amp;&amp;
137
138mkdir build &amp;&amp;
139cd build &amp;&amp;
140
141meson --prefix=/usr \
142 -Dsystemd=false \
143 -Dsystemdunitdir=no .. &amp;&amp;
144ninja</userinput></screen>
145
146<screen revision="systemd"><userinput>patch -Np1 -i ../gnome-shell-&gnome-shell-version;-security_fix-1.patch &amp;&amp;
147
148mkdir build &amp;&amp;
149cd build &amp;&amp;
150
151meson --prefix=/usr .. &amp;&amp;
152ninja</userinput></screen>
153
154 <para>
155 To test the results, issue: <command>ninja test</command>. You must be
156 running an X session to run the tests. Some will fail if
157 <xref linkend="gdm"/> is not installed.
158 </para>
159
160 <para>
161 Now, as the <systemitem class="username">root</systemitem> user:
162 </para>
163
164<screen role="root"><userinput>ninja install</userinput></screen>
165
166 </sect2>
167
168 <sect2 role="content">
169 <title>Contents</title>
170
171 <segmentedlist>
172 <segtitle>Installed Programs</segtitle>
173 <segtitle>Installed Libraries</segtitle>
174 <segtitle>Installed Directories</segtitle>
175
176 <seglistitem>
177 <seg>
178 gnome-shell, gnome-shell-extension-prefs, gnome-shell-extension-tool,
179 and gnome-shell-perf-tool
180 </seg>
181 <seg>
182 libgnome-shell-browser-plugin.so (Browser Plugin)
183 </seg>
184 <seg>
185 /usr/lib/gnome-shell,
186 /usr/share/gnome-shell,
187 /usr/share/gtk-doc/html/{shell,st}, and
188 /usr/share/xdg-desktop-portal/
189 </seg>
190 </seglistitem>
191 </segmentedlist>
192
193 <variablelist>
194 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
195 <?dbfo list-presentation="list"?>
196 <?dbhtml list-presentation="table"?>
197
198 <varlistentry id="gnome-shell-prog">
199 <term><command>gnome-shell</command></term>
200 <listitem>
201 <para>
202 provides the core user interface functions for the
203 <application>GNOME</application> 3 Desktop.
204 </para>
205 <indexterm zone="gnome-shell gnome-shell-prog">
206 <primary sortas="b-gnome-shell">gnome-shell</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 </variablelist>
212
213 </sect2>
214
215</sect1>
Note: See TracBrowser for help on using the repository browser.