mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
99b3ac418c
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10574 af4574ff-66df-0310-9fd7-8a98e5e911e0
200 lines
7.1 KiB
XML
200 lines
7.1 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-system-tools-download-http "&gnome-download-http;/gnome-system-tools/&gnome-version;/gnome-system-tools-&gnome-system-tools-version;.tar.bz2">
|
|
<!ENTITY gnome-system-tools-download-ftp "&gnome-download-ftp;/gnome-system-tools/&gnome-version;/gnome-system-tools-&gnome-system-tools-version;.tar.bz2">
|
|
<!ENTITY gnome-system-tools-md5sum "9211516168aa171b34823d8c58c807d4">
|
|
<!ENTITY gnome-system-tools-size "5.2 MB">
|
|
<!ENTITY gnome-system-tools-buildsize "43 MB">
|
|
<!ENTITY gnome-system-tools-time "0.4 SBU">
|
|
]>
|
|
|
|
<sect1 id="gnome-system-tools" xreflabel="gnome-system-tools-&gnome-system-tools-version;">
|
|
<?dbhtml filename="gnome-system-tools.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>gnome-system-tools-&gnome-system-tools-version;</title>
|
|
|
|
<indexterm zone="gnome-system-tools">
|
|
<primary sortas="a-gnome-system-tools">gnome-system-tools</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to gnome-system-tools</title>
|
|
|
|
<para>The <application>gnome-system-tools</application> package are a fully
|
|
integrated set of tools aimed to make computer administration easy on a
|
|
Linux workstation.</para>
|
|
|
|
&lfs65_built;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&gnome-system-tools-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&gnome-system-tools-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &gnome-system-tools-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &gnome-system-tools-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &gnome-system-tools-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &gnome-system-tools-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">gnome-system-tools Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required"><xref linkend="liboobs"/> and
|
|
<xref linkend="nautilus"/></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional"><xref linkend="polkit-gnome"/>,
|
|
<xref linkend="rarian"/>, and
|
|
<xref linkend="wireless_tools"/></para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/gnome-system-tools"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of gnome-system-tools</title>
|
|
|
|
<para>Install <application>gnome-system-tools</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
|
|
--sysconfdir=&gnome-etc-dir; \
|
|
--enable-polkit-gtk=no &&
|
|
make</userinput></screen>
|
|
|
|
<para>This package does not come with a test suite.</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>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gnome-prefix.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gnome-sysconfdir.xml"/>
|
|
|
|
<para><parameter>--enable-polkit-gtk=no</parameter>: This parameter is
|
|
required if <application>polkit-gnome</application> is not installed. Remove
|
|
it if <application>polkit-gnome</application> is installed.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Librar(y,ies)</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>network-admin, services-admin, shares-admin, time-admin, and
|
|
users-admin</seg>
|
|
<seg>libnautilus-gst-shares.{so,a}</seg>
|
|
<seg>&gnome-etc-dir;/gnome-system-tools,
|
|
<envar>$GNOME_PREFIX</envar>/share/{gnome-system-tools/{pixmaps,ui},
|
|
gnome/help/{network-admin/*,services-admin/*,shares-admin/*,
|
|
time-admin/*,users-admin/*},omf/{gnome-system-tools,network-admin,
|
|
services-admin,shares-admin,time-admin,users-admin}}</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="network-admin">
|
|
<term><command>network-admin</command></term>
|
|
<listitem>
|
|
<para>is a network configuration tool.</para>
|
|
<indexterm zone="gnome-system-tools network-admin">
|
|
<primary sortas="b-network-admin">network-admin</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="services-admin">
|
|
<term><command>services-admin</command></term>
|
|
<listitem>
|
|
<para>is a Services configuration tool.</para>
|
|
<indexterm zone="gnome-system-tools services-admin">
|
|
<primary sortas="b-services-admin">services-admin</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="shares-admin">
|
|
<term><command>shares-admin</command></term>
|
|
<listitem>
|
|
<para>is a shares administration tool.</para>
|
|
<indexterm zone="gnome-system-tools shares-admin">
|
|
<primary sortas="b-shares-admin">shares-admin</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="time-admin">
|
|
<term><command>time-admin</command></term>
|
|
<listitem>
|
|
<para>is a date and time configureation tool.</para>
|
|
<indexterm zone="gnome-system-tools time-admin">
|
|
<primary sortas="b-time-admin">time-admin</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="users-admin">
|
|
<term><command>users-admin</command></term>
|
|
<listitem>
|
|
<para>is a users and groups administration tool.</para>
|
|
<indexterm zone="gnome-system-tools users-admin">
|
|
<primary sortas="b-users-admin">users-admin</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libnautilus-gst-shares">
|
|
<term><filename class='libraryfile'>libnautilus-gst-shares.{so,a}</filename></term>
|
|
<listitem>
|
|
<para>is a <application>Nautilus</application> extension module.</para>
|
|
<indexterm zone="gnome-system-tools libnautilus-gst-shares">
|
|
<primary sortas="c-libnautilus-gst-shares">libnautilus-gst-shares.{so,a}</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|