mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 20:42:34 +08:00
ae60cb7624
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9645 af4574ff-66df-0310-9fd7-8a98e5e911e0
232 lines
8.4 KiB
XML
232 lines
8.4 KiB
XML
<?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/3.2/gnome-shell-&gnome-shell-version;.tar.xz">
|
|
<!ENTITY gnome-shell-download-ftp "&gnome-download-ftp;/gnome-shell/3.2/gnome-shell-&gnome-shell-version;.tar.xz">
|
|
<!ENTITY gnome-shell-md5sum "9519921d31d8c43d054dbc11e1f0733b">
|
|
<!ENTITY gnome-shell-size "1.1 MB">
|
|
<!ENTITY gnome-shell-buildsize "38 MB">
|
|
<!ENTITY gnome-shell-time "0.8 SBU">
|
|
]>
|
|
|
|
<sect1 id="gnome-shell" xreflabel="gnome-shell-&gnome-shell-version;">
|
|
<?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>
|
|
|
|
&lfs70_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">gnome-shell Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required"><xref linkend="caribou"/>,
|
|
<xref linkend="dbus-glib"/>,
|
|
<xref linkend="dconf"/>,
|
|
<xref linkend="evolution-data-server"/>,
|
|
<xref linkend="folks"/>,
|
|
<xref linkend="GConf"/>,
|
|
<xref linkend="gjs"/>,
|
|
<xref linkend="gnome-bluetooth"/>,
|
|
<xref linkend="gnome-desktop"/>,
|
|
<xref linkend="gnome-icon-theme"/>,
|
|
<xref linkend="gnome-icon-theme-symbolic"/>,
|
|
<xref linkend="gnome-menus"/>,
|
|
<xref linkend="gnome-settings-daemon"/>,
|
|
<xref linkend="gobject-introspection"/>,
|
|
<xref linkend="gtk3"/>,
|
|
<xref linkend="intltool"/>,
|
|
<xref linkend="libcanberra"/>,
|
|
<xref linkend="libcroco"/>,
|
|
<xref linkend="libsoup"/>,
|
|
<xref linkend="mutter"/>,
|
|
<xref linkend="NetworkManager"/>,
|
|
<xref linkend="pkgconfig"/>,
|
|
<xref linkend="polkit"/>,
|
|
<xref linkend="pulseaudio"/>,
|
|
<xref linkend="startup-notification"/>,
|
|
<!-- this is a dependency of folks, no need to show it here <xref linkend="telepathy-glib"/>,-->
|
|
<xref linkend="telepathy-logger"/>, and
|
|
<xref linkend="upower"/></para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended"><xref linkend="gst-plugins-base"/></para>
|
|
|
|
<bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
|
|
<para role="required"><xref linkend="accountsservice"/></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>./configure --prefix=$GNOME_PREFIX \
|
|
--sysconfdir=$GNOME_SYSCONFDIR \
|
|
--libexecdir=$GNOME_PREFIX/lib/gnome-shell \
|
|
--with-ca-certificates=/etc/ssl/ca-bundle.crt &&
|
|
make</userinput></screen>
|
|
|
|
<para>This package's testsuite is only intended to be used by the
|
|
maintainer to check i18n files.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para><parameter>--sysconfdir=$GNOME_SYSCONFDIR</parameter>: This parameter does
|
|
something mandatory for BLFS purposes.</para>
|
|
|
|
<para><parameter>--libexecdir=$GNOME_PREFIX/lib/gnome-shell</parameter>: This parameter does
|
|
something mandatory for BLFS purposes.</para>
|
|
|
|
<para><parameter>--with-ca-certificates=/etc/ssl/ca-bundle.crt</parameter>: This parameter does
|
|
something mandatory for BLFS purposes.</para>
|
|
|
|
</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-calendar-server, gnome-shell-extension-tool, gnome-shell-hotplug-sniffer, and gnome-shell-perf-helper</seg>
|
|
<seg>libgnome-shell-browser-plugin.so and libgnome-shell.so</seg>
|
|
<seg><envar>$GNOME_PREFIX</envar>/{lib/{gnome-shell,mozilla/plugins},share/gnome-shell/{js/{gdm,misc,perf,ui/status},search_providers,shaders,theme}}</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-prog</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gnome-shell gnome-shell-prog">
|
|
<primary sortas="b-gnome-shell-prog">gnome-shell-prog</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gnome-shell-calendar-server">
|
|
<term><command>gnome-shell-calendar-server</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gnome-shell gnome-shell-calendar-server">
|
|
<primary sortas="b-gnome-shell-calendar-server">gnome-shell-calendar-server</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gnome-shell-extension-tool">
|
|
<term><command>gnome-shell-extension-tool</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gnome-shell gnome-shell-extension-tool">
|
|
<primary sortas="b-gnome-shell-extension-tool">gnome-shell-extension-tool</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gnome-shell-hotplug-sniffer">
|
|
<term><command>gnome-shell-hotplug-sniffer</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gnome-shell gnome-shell-hotplug-sniffer">
|
|
<primary sortas="b-gnome-shell-hotplug-sniffer">gnome-shell-hotplug-sniffer</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gnome-shell-perf-helper">
|
|
<term><command>gnome-shell-perf-helper</command></term>
|
|
<listitem>
|
|
<para>does this .....</para>
|
|
<indexterm zone="gnome-shell gnome-shell-perf-helper">
|
|
<primary sortas="b-gnome-shell-perf-helper">gnome-shell-perf-helper</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libgnome-shell-browser-plugin">
|
|
<term><filename class='libraryfile'>libgnome-shell-browser-plugin.so</filename></term>
|
|
<listitem>
|
|
<para>contains functions that .....</para>
|
|
<indexterm zone="gnome-shell libgnome-shell-browser-plugin">
|
|
<primary sortas="c-libgnome-shell-browser-plugin">libgnome-shell-browser-plugin.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libgnome-shell">
|
|
<term><filename class='libraryfile'>libgnome-shell.so</filename></term>
|
|
<listitem>
|
|
<para>contains functions that .....</para>
|
|
<indexterm zone="gnome-shell libgnome-shell">
|
|
<primary sortas="c-libgnome-shell">libgnome-shell.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|