source: gnome/platform/gnome-shell.xml@ 0dfefe1

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

Restore Gnome section for SysV book.

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

  • Property mode set to 100644
File size: 5.8 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
[d60cd837]8 "&gnome-download-http;/gnome-shell/&gnome-minor-30;/gnome-shell-&gnome-shell-version;.tar.xz">
[2e704d1b]9 <!ENTITY gnome-shell-download-ftp
[d60cd837]10 "&gnome-download-ftp;/gnome-shell/&gnome-minor-30;/gnome-shell-&gnome-shell-version;.tar.xz">
11 <!ENTITY gnome-shell-md5sum "3aef5c837c85f6e5318b845fc844b1fe">
[bf6bb90]12 <!ENTITY gnome-shell-size "1.4 MB">
[d60cd837]13 <!ENTITY gnome-shell-buildsize "53 MB">
14 <!ENTITY gnome-shell-time "0.4 SBU">
[2e704d1b]15]>
16
[0dfefe1]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
[0ecaac7]39 &lfs83_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="caribou"/>,
80 <xref linkend="evolution-data-server"/>,
81 <xref linkend="gjs"/>,
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
[0dfefe1]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">
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">
[ab3656c]100 <xref linkend="gtk-doc"/>
[2e704d1b]101 </para>
102
103 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
104 <para role="required">
[9b1042fd]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"/>,
[42ae206]110 <xref role="runtime" linkend="gnome-themes-extra"/>, and
[9b1042fd]111 <xref role="runtime" linkend="telepathy-mission-control"/>
[2e704d1b]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
[bf6bb90]127<screen><userinput>mkdir build &amp;&amp;
[5ff1726]128cd build &amp;&amp;
129
[bf6bb90]130meson --prefix=/usr .. &amp;&amp;
131ninja</userinput></screen>
[2e704d1b]132
133 <para>
[bf6bb90]134 To test the results, issue: <command>ninja test</command>. You must be
[ab3656c]135 running an X session to run the tests. Some will fail if
136 <xref linkend="gdm"/> is not installed.
[2e704d1b]137 </para>
138
139 <para>
140 Now, as the <systemitem class="username">root</systemitem> user:
141 </para>
142
[bf6bb90]143<screen role="root"><userinput>ninja install</userinput></screen>
[2e704d1b]144
145 </sect2>
146
147 <sect2 role="content">
148 <title>Contents</title>
149
150 <segmentedlist>
151 <segtitle>Installed Programs</segtitle>
152 <segtitle>Installed Libraries</segtitle>
153 <segtitle>Installed Directories</segtitle>
154
155 <seglistitem>
156 <seg>
157 gnome-shell, gnome-shell-extension-prefs, gnome-shell-extension-tool,
158 and gnome-shell-perf-tool
159 </seg>
160 <seg>
161 libgnome-shell-browser-plugin.so (Browser Plugin)
162 </seg>
163 <seg>
164 /usr/lib/gnome-shell,
[0129a2f5]165 /usr/share/gnome-shell,
166 /usr/share/gtk-doc/html/{shell,st}, and
167 /usr/share/xdg-desktop-portal/
[2e704d1b]168 </seg>
169 </seglistitem>
170 </segmentedlist>
171
172 <variablelist>
173 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
174 <?dbfo list-presentation="list"?>
175 <?dbhtml list-presentation="table"?>
176
177 <varlistentry id="gnome-shell-prog">
178 <term><command>gnome-shell</command></term>
179 <listitem>
180 <para>
181 provides the core user interface functions for the
182 <application>GNOME</application> 3 Desktop.
183 </para>
184 <indexterm zone="gnome-shell gnome-shell-prog">
185 <primary sortas="b-gnome-shell">gnome-shell</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 </variablelist>
191
192 </sect2>
193
194</sect1>
Note: See TracBrowser for help on using the repository browser.