glfs/gnome/platform/gnome-shell.xml

252 lines
7.6 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gnome-shell-download-http
"&gnome-download-http;/gnome-shell/&gnome-41;/gnome-shell-&gnome-shell-version;.tar.xz">
<!ENTITY gnome-shell-download-ftp
"&gnome-download-ftp;/gnome-shell/&gnome-41;/gnome-shell-&gnome-shell-version;.tar.xz">
<!ENTITY gnome-shell-md5sum "eeed229dd4b05715dd0561e99a4a4041">
<!ENTITY gnome-shell-size "1.8 MB">
<!ENTITY gnome-shell-buildsize "71 MB (including tests)">
<!ENTITY gnome-shell-time "0.2 SBU (Using parallelism=4, with tests)">
]>
<sect1 id="gnome-shell" xreflabel="gnome-shell-&gnome-shell-version;">
<?dbhtml filename="gnome-shell.html"?>
<sect1info>
<date>$Date$</date>
</sect1info>
<title>gnome-shell-&gnome-shell-version;</title>
<indexterm zone="gnome-shell">
<primary sortas="a-gnome-shell">gnome-shell</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to GNOME Shell</title>
<para>
The <application>GNOME Shell</application> is the core user interface of
the <application>GNOME</application> Desktop environment.
</para>
2021-08-31 05:07:53 +08:00
&lfs110a_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&gnome-shell-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&gnome-shell-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &gnome-shell-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &gnome-shell-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &gnome-shell-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &gnome-shell-time;
</para>
</listitem>
</itemizedlist>
<!--
<bridgehead renderas="sect3" revision="sysv">Additional Downloads</bridgehead>
<itemizedlist spacing="compact" revision="sysv">
<listitem>
<para>
Required patch:
<ulink url="&patch-root;/gnome-shell-&gnome-shell-version;-fix_xwayland-1.patch"/>
</para>
</listitem>
</itemizedlist>
-->
<bridgehead renderas="sect3">GNOME Shell Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="evolution-data-server"/>,
<xref linkend="gjs"/>,
<xref linkend="gnome-autoar"/>,
<xref linkend="gnome-control-center"/>,
<xref linkend="gtk4"/>,
<xref linkend="mutter"/>,
<xref linkend="sassc"/>,
<xref linkend="startup-notification"/>, and
<phrase revision="sysv"><xref linkend="elogind"/></phrase>
<phrase revision="systemd"><xref linkend="systemd"/></phrase>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="asciidoc"/>,
<xref linkend="desktop-file-utils"/>,
<xref linkend="gnome-bluetooth"/>,
<xref linkend="gst10-plugins-base"/>, and
<xref linkend="NetworkManager"/>
</para>
<bridgehead renderas="sect4"
revision="sysv">Recommended (Runtime)</bridgehead>
<para role="recommended" revision="sysv">
<xref linkend="blocaled" role="runtime"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="gtk-doc"/> and
<ulink url="https://github.com/scop/bash-completion">bash-completion</ulink>
</para>
<bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
<para role="required">
<xref role="runtime" linkend="adwaita-icon-theme"/>,
<xref role="runtime" linkend="dconf"/>,
<xref role="runtime" linkend="gdm"/>,
<xref role="runtime" linkend="gnome-backgrounds"/>,
<xref role="runtime" linkend="gnome-menus"/>, and
<xref role="runtime" linkend="telepathy-mission-control"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gnome-shell"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of GNOME Shell</title>
<para>
First, fix a bug in the meson build process exposed by recent versions of
meson:
</para>
<screen><userinput remap="pre">sed -i '/i18n.merge_file/s/(.*/(/' $(find -name meson.build)</userinput></screen>
<para>
Install <application>GNOME Shell</application> by running the
following commands:
</para>
<screen revision="sysv"><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
2021-06-04 20:57:26 +08:00
meson --prefix=/usr --buildtype=release -Dsystemd=false .. &amp;&amp;
ninja</userinput></screen>
<screen revision="systemd"><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
2021-06-04 20:57:26 +08:00
meson --prefix=/usr --buildtype=release .. &amp;&amp;
ninja</userinput></screen>
<para>
To test the results, issue: <command>ninja test</command>. You must be
running an X session to run the tests. Some will fail if
<xref linkend="gdm"/> is not installed.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>ninja install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
2021-06-04 20:57:26 +08:00
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/meson-buildtype-release.xml"/>
<para revision="sysv">
<command>patch ...</command>: This patch fixes a bug when trying to
start an xwayland application on non systemd.
</para>
<para revision="sysv">
<parameter>-Dsystemd=false</parameter>: Prevents installing systemd
files, which are not needed in this version of BLFS.
</para>
<para>
<option>-Dextensions=false</option>: This option disables building the
<command>gnome-extensions</command> CLI tool. Using this option removes
the need for <xref linkend="asciidoc"/>.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
gnome-extensions, gnome-extensions-app, gnome-shell,
gnome-shell-extension-prefs, gnome-shell-extension-tool,
and gnome-shell-perf-tool
</seg>
<seg>
None
</seg>
<seg>
/usr/lib/gnome-shell,
/usr/share/gnome-shell,
/usr/share/gtk-doc/html/{shell,st}, and
/usr/share/xdg-desktop-portal/
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="gnome-shell-prog">
<term><command>gnome-shell</command></term>
<listitem>
<para>
provides the core user interface functions for the
<application>GNOME</application> 3 Desktop
</para>
<indexterm zone="gnome-shell gnome-shell-prog">
<primary sortas="b-gnome-shell">gnome-shell</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>