glfs/gnome/platform/gnome-shell.xml

205 lines
6.0 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-minor-30;/gnome-shell-&gnome-shell-version;.tar.xz">
<!ENTITY gnome-shell-download-ftp
"&gnome-download-ftp;/gnome-shell/&gnome-minor-30;/gnome-shell-&gnome-shell-version;.tar.xz">
<!ENTITY gnome-shell-md5sum "3aef5c837c85f6e5318b845fc844b1fe">
<!ENTITY gnome-shell-size "1.4 MB">
<!ENTITY gnome-shell-buildsize "53 MB">
<!ENTITY gnome-shell-time "0.4 SBU">
]>
<sect1 id="gnome-shell" xreflabel="gnome-shell-&gnome-shell-version;" revision="systemd">
<?dbhtml filename="gnome-shell.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<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>
&lfs84_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">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Required patch:
<ulink url="&patch-root;/gnome-shell-&gnome-shell-version;-security_fix-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-control-center"/>,
<xref linkend="libcroco"/>,
<xref linkend="mutter"/>,
<xref linkend="sassc"/>,
<xref linkend="startup-notification"/>, and
<xref linkend="systemd"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="gnome-bluetooth"/>,
<xref linkend="gst10-plugins-base"/>, and
<xref linkend="network-manager-applet"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="gtk-doc"/>
</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"/>,
<xref role="runtime" linkend="gnome-themes-extra"/>, 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>
Install <application>GNOME Shell</application> by running the
following commands:
</para>
<screen><userinput>patch -Np1 -i ../gnome-shell-&gnome-shell-version;-security_fix-1.patch &amp;&amp;
mkdir build &amp;&amp;
cd build &amp;&amp;
meson --prefix=/usr .. &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="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
gnome-shell, gnome-shell-extension-prefs, gnome-shell-extension-tool,
and gnome-shell-perf-tool
</seg>
<seg>
libgnome-shell-browser-plugin.so (Browser Plugin)
</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>