mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Tagging and editorial changes to metacity and xfce
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3486 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
e3c939cc2e
commit
851cc10614
@ -14,43 +14,52 @@
|
|||||||
|
|
||||||
<sect1 id="metacity" xreflabel="Metacity-&metacity-version;">
|
<sect1 id="metacity" xreflabel="Metacity-&metacity-version;">
|
||||||
<sect1info>
|
<sect1info>
|
||||||
<othername>$LastChangedBy$</othername>
|
<othername>$LastChangedBy$</othername>
|
||||||
<date>$Date$</date>
|
<date>$Date$</date>
|
||||||
</sect1info>
|
</sect1info>
|
||||||
<?dbhtml filename="metacity.html" ?>
|
<?dbhtml filename="metacity.html" ?>
|
||||||
<title>Metacity-&metacity-version;</title>
|
<title>Metacity-&metacity-version;</title>
|
||||||
|
|
||||||
|
<indexterm zone="metacity">
|
||||||
|
<primary sortas="a-metacity">Metacity</primary>
|
||||||
|
</indexterm>
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
<title>Introduction to <application>Metacity</application></title>
|
<title>Introduction to <application>Metacity</application></title>
|
||||||
|
|
||||||
<para>The <application>Metacity</application> package contains a window
|
<para>The <application>Metacity</application> package contains a window
|
||||||
manager. This is useful for organizing and displaying windows.</para>
|
manager. This is useful for organizing and displaying windows.</para>
|
||||||
|
|
||||||
<sect3><title>Package information</title>
|
<sect3>
|
||||||
|
<title>Package information</title>
|
||||||
|
|
||||||
<itemizedlist spacing='compact'>
|
<itemizedlist spacing='compact'>
|
||||||
<listitem><para>Download (HTTP): <ulink
|
<listitem><para>Download (HTTP): <ulink url="&metacity-download-http;"/></para></listitem>
|
||||||
url="&metacity-download-http;"/></para></listitem>
|
<listitem><para>Download (FTP): <ulink url="&metacity-download-ftp;"/></para></listitem>
|
||||||
<listitem><para>Download (FTP): <ulink
|
<listitem><para>Download MD5 sum: &metacity-md5sum;</para></listitem>
|
||||||
url="&metacity-download-ftp;"/></para></listitem>
|
<listitem><para>Download size: &metacity-size;</para></listitem>
|
||||||
<listitem><para>Download MD5 sum: &metacity-md5sum;</para></listitem>
|
<listitem><para>Estimated disk space required: &metacity-buildsize;</para></listitem>
|
||||||
<listitem><para>Download size: &metacity-size;</para></listitem>
|
<listitem><para>Estimated build time: &metacity-time;</para></listitem>
|
||||||
<listitem><para>Estimated disk space required:
|
</itemizedlist>
|
||||||
&metacity-buildsize;</para></listitem>
|
|
||||||
<listitem><para>Estimated build time:
|
|
||||||
&metacity-time;</para></listitem></itemizedlist>
|
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
<sect3><title><application>Metacity</application> dependencies</title>
|
<sect3>
|
||||||
<sect4><title>Required</title>
|
<title><application>Metacity</application> dependencies</title>
|
||||||
|
|
||||||
|
<sect4>
|
||||||
|
<title>Required</title>
|
||||||
|
|
||||||
<para><xref linkend="intltool"/>,
|
<para><xref linkend="intltool"/>,
|
||||||
<xref linkend="GConf"/> and
|
<xref linkend="GConf"/>, and
|
||||||
<xref linkend="gtk2"/></para>
|
<xref linkend="gtk2"/>
|
||||||
|
</para>
|
||||||
</sect4>
|
</sect4>
|
||||||
|
|
||||||
<sect4><title>Optional</title>
|
<sect4>
|
||||||
|
<title>Optional</title>
|
||||||
<para><xref linkend="startup-notification"/>,
|
<para><xref linkend="startup-notification"/>,
|
||||||
<ulink url="http://freedesktop.org/Software/xlibs">Xrender</ulink>* and
|
<ulink url="http://freedesktop.org/Software/xlibs">Xrender</ulink>*, and
|
||||||
<ulink url="http://freedesktop.org/Software/xlibs">libXcomposite</ulink>**
|
<ulink url="http://freedesktop.org/Software/xlibs">libXcomposite</ulink>**
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>* <filename class='libraryfile'>libXrender</filename> is included in a
|
<para>* <filename class='libraryfile'>libXrender</filename> is included in a
|
||||||
@ -59,8 +68,20 @@ installation, but the pkgconfig <filename>.pc</filename> file
|
|||||||
<application>Metacity</application> looks for is not installed. Satisfy the
|
<application>Metacity</application> looks for is not installed. Satisfy the
|
||||||
requirement by installing an <filename>xrender.pc</filename> file into
|
requirement by installing an <filename>xrender.pc</filename> file into
|
||||||
<filename class='directory'>/usr/X11R6/lib/pkgconfig</filename> which can be
|
<filename class='directory'>/usr/X11R6/lib/pkgconfig</filename> which can be
|
||||||
downloaded from <ulink
|
installed as:</para>
|
||||||
url="http://www.linuxfromscratch.org/~randy/xrender.pc"/>.</para>
|
|
||||||
|
<screen><userinput><command>cat > /usr/X11R6/lib/pkgconfig/xrender.pc << "EOF"</command>
|
||||||
|
prefix=/usr/X11R6
|
||||||
|
exec_prefix=${prefix}
|
||||||
|
libdir=${exec_prefix}/lib
|
||||||
|
includedir=${prefix}/include
|
||||||
|
|
||||||
|
Name: Xrender
|
||||||
|
Description: X Render Library
|
||||||
|
Version: 0.8.3
|
||||||
|
Cflags: -I${includedir} -I/usr/X11R6/include
|
||||||
|
Libs: -L${libdir} -lXrender -L/usr/X11R6/lib -lX11
|
||||||
|
<command>EOF</command></userinput></screen>
|
||||||
|
|
||||||
<para>** <application>libXcomposite</application> can optionally be used, but
|
<para>** <application>libXcomposite</application> can optionally be used, but
|
||||||
here's what the <application>Metacity</application> package maintainer
|
here's what the <application>Metacity</application> package maintainer
|
||||||
@ -79,10 +100,12 @@ it...</quote></para>
|
|||||||
<para>Install <application>Metacity</application> by running the following
|
<para>Install <application>Metacity</application> by running the following
|
||||||
commands:</para>
|
commands:</para>
|
||||||
|
|
||||||
<screen><userinput><command>./configure --prefix=/usr \
|
<screen><userinput><command>./configure --prefix=/usr --libexecdir=/usr/sbin --sysconfdir=/etc &&
|
||||||
--libexecdir=/usr/sbin --sysconfdir=/etc &&
|
make</command></userinput></screen>
|
||||||
make &&
|
|
||||||
make install</command></userinput></screen>
|
<para>Now, as the root user:</para>
|
||||||
|
|
||||||
|
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
@ -96,15 +119,20 @@ Use this option if you have the
|
|||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2>
|
<sect2 id='metacity-config'>
|
||||||
<title>Configuring <application>Metacity</application></title>
|
<title>Configuring <application>Metacity</application></title>
|
||||||
|
|
||||||
<sect3><title>Configuration Information</title>
|
<sect3>
|
||||||
|
<title>Configuration Information</title>
|
||||||
|
|
||||||
<para>To automatically start the <application>Metacity</application> window
|
<para>To automatically start the <application>Metacity</application> window
|
||||||
manager when you issue the <command>startx</command> command, append to (or
|
manager when you issue the <command>startx</command> command, append to (or
|
||||||
create) <filename>.xinitrc</filename> using the command below. Ensure you
|
create) <filename>.xinitrc</filename> using the command below. Ensure you
|
||||||
backup your current <filename>.xinitrc</filename> before proceeding.</para>
|
backup your current <filename>~/.xinitrc</filename> before proceeding.</para>
|
||||||
|
|
||||||
|
<indexterm zone="metacity metacity-config">
|
||||||
|
<primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
|
||||||
|
</indexterm>
|
||||||
|
|
||||||
<screen><userinput><command>cat >> ~/.xinitrc << "EOF"</command>
|
<screen><userinput><command>cat >> ~/.xinitrc << "EOF"</command>
|
||||||
xterm &
|
xterm &
|
||||||
@ -117,19 +145,36 @@ exec metacity
|
|||||||
<sect2>
|
<sect2>
|
||||||
<title>Contents</title>
|
<title>Contents</title>
|
||||||
|
|
||||||
<para>The <application>Metacity</application> package contains
|
<segmentedlist>
|
||||||
<command>metacity</command>.</para>
|
<segtitle>Installed Program</segtitle>
|
||||||
|
<segtitle>Installed Libraries</segtitle>
|
||||||
|
<segtitle>Installed Directories</segtitle>
|
||||||
|
|
||||||
|
<seglistitem>
|
||||||
|
<seg>metacity</seg>
|
||||||
|
<seg>None</seg>
|
||||||
|
<seg>None</seg>
|
||||||
|
</seglistitem>
|
||||||
|
</segmentedlist>
|
||||||
|
|
||||||
|
<variablelist>
|
||||||
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||||
|
<?dbfo list-presentation="list"?>
|
||||||
|
|
||||||
|
<varlistentry id="metacity-prog">
|
||||||
|
<term><command>metacity</command></term>
|
||||||
|
<listitem>
|
||||||
|
<para>is a window manager used mainly by
|
||||||
|
<application><acronym>GNOME</acronym></application>.
|
||||||
|
</para>
|
||||||
|
<indexterm zone="metacity metacity-prog">
|
||||||
|
<primary sortas="b-metacity">metacity</primary>
|
||||||
|
</indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
</variablelist>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2><title>Description</title>
|
|
||||||
|
|
||||||
<sect3><title>metacity</title>
|
|
||||||
<para><command>metacity</command> is a window manager used mainly by
|
|
||||||
<application><acronym>GNOME</acronym></application>.</para>
|
|
||||||
</sect3>
|
|
||||||
|
|
||||||
</sect2>
|
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
475
x/wm/xfce.xml
475
x/wm/xfce.xml
@ -14,12 +14,17 @@
|
|||||||
|
|
||||||
<sect1 id="xfce" xreflabel="XFce-&xfce-version;">
|
<sect1 id="xfce" xreflabel="XFce-&xfce-version;">
|
||||||
<sect1info>
|
<sect1info>
|
||||||
<othername>$LastChangedBy$</othername>
|
<othername>$LastChangedBy$</othername>
|
||||||
<date>$Date$</date>
|
<date>$Date$</date>
|
||||||
</sect1info>
|
</sect1info>
|
||||||
|
|
||||||
<?dbhtml filename="xfce.html" ?>
|
<?dbhtml filename="xfce.html" ?>
|
||||||
<title>XFce-&xfce-version;</title>
|
<title>XFce-&xfce-version;</title>
|
||||||
|
|
||||||
|
<indexterm zone="xfce">
|
||||||
|
<primary sortas="a-xfce">Xfce</primary>
|
||||||
|
</indexterm>
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
<title>Introduction to <application>XFce</application></title>
|
<title>Introduction to <application>XFce</application></title>
|
||||||
|
|
||||||
@ -28,27 +33,31 @@ desktop environment.</para>
|
|||||||
|
|
||||||
<sect3><title>Package information</title>
|
<sect3><title>Package information</title>
|
||||||
<itemizedlist spacing='compact'>
|
<itemizedlist spacing='compact'>
|
||||||
<listitem><para>Download (HTTP): <ulink
|
<listitem><para>Download (HTTP): <ulink url="&xfce-download-http;"/></para></listitem>
|
||||||
url="&xfce-download-http;"/></para></listitem>
|
<listitem><para>Download (FTP): <ulink url="&xfce-download-ftp;"/></para></listitem>
|
||||||
<listitem><para>Download (FTP): <ulink
|
<listitem><para>Download MD5 sum: &xfce-md5sum;</para></listitem>
|
||||||
url="&xfce-download-ftp;"/></para></listitem>
|
<listitem><para>Download size: &xfce-size;</para></listitem>
|
||||||
<listitem><para>Download MD5 sum: &xfce-md5sum;</para></listitem>
|
<listitem><para>Estimated disk space required: &xfce-buildsize;</para></listitem>
|
||||||
<listitem><para>Download size: &xfce-size;</para></listitem>
|
<listitem><para>Estimated build time: &xfce-time;</para></listitem>
|
||||||
<listitem><para>Estimated disk space required:
|
</itemizedlist>
|
||||||
&xfce-buildsize;</para></listitem>
|
|
||||||
<listitem><para>Estimated build time:
|
|
||||||
&xfce-time;</para></listitem></itemizedlist>
|
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
<sect3><title><application>XFce</application> dependencies</title>
|
<sect3>
|
||||||
<sect4><title>Required</title>
|
<title><application>XFce</application> dependencies</title>
|
||||||
|
|
||||||
|
<sect4>
|
||||||
|
<title>Required</title>
|
||||||
|
|
||||||
<para><xref linkend="gtk2"/> and
|
<para><xref linkend="gtk2"/> and
|
||||||
<xref linkend="libxml2"/></para>
|
<xref linkend="libxml2"/>
|
||||||
|
</para>
|
||||||
</sect4>
|
</sect4>
|
||||||
|
|
||||||
<sect4><title>Optional</title>
|
<sect4>
|
||||||
|
<title>Optional</title>
|
||||||
<para><xref linkend="libgtkhtml"/> and
|
<para><xref linkend="libgtkhtml"/> and
|
||||||
<xref linkend="startup-notification"/></para>
|
<xref linkend="startup-notification"/>
|
||||||
|
</para>
|
||||||
</sect4>
|
</sect4>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
@ -58,83 +67,66 @@ url="&xfce-download-ftp;"/></para></listitem>
|
|||||||
<title>Installation of <application>XFce</application></title>
|
<title>Installation of <application>XFce</application></title>
|
||||||
|
|
||||||
<para><application>XFce</application> now distributes as a
|
<para><application>XFce</application> now distributes as a
|
||||||
<acronym>TAR</acronym> ball of base packages and module packages. These
|
<acronym>TAR</acronym> ball of base packages and module packages.
|
||||||
instructions will only cover the bare minimum to run the application. The
|
For each package, run the following:</para>
|
||||||
remaining modules would all follow the same pattern which will soon become
|
|
||||||
obvious.</para>
|
|
||||||
|
|
||||||
<para>Install <application>XFce</application> by running the following
|
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &&
|
||||||
commands:</para>
|
make</command></userinput></screen>
|
||||||
|
|
||||||
<screen><userinput><command>cd src &&
|
<para>Now, as the root user:</para>
|
||||||
tar -zxf libxfce4util-&xfce-version;.tar.gz &&
|
|
||||||
cd libxfce4util-&xfce-version; &&
|
|
||||||
./configure --prefix=/usr &&
|
|
||||||
make &&
|
|
||||||
make install &&
|
|
||||||
cd .. &&
|
|
||||||
tar -zxf libxfcegui4-&xfce-version;.tar.gz &&
|
|
||||||
cd libxfcegui4-&xfce-version; &&
|
|
||||||
./configure --prefix=/usr &&
|
|
||||||
make &&
|
|
||||||
make install &&
|
|
||||||
cd .. &&
|
|
||||||
tar -zxf libxfce4mcs-&xfce-version;.tar.gz &&
|
|
||||||
cd libxfce4mcs-&xfce-version; &&
|
|
||||||
./configure --prefix=/usr &&
|
|
||||||
make &&
|
|
||||||
make install &&
|
|
||||||
cd .. &&
|
|
||||||
tar -zxf xfce-mcs-manager-&xfce-version;.tar.gz &&
|
|
||||||
cd xfce-mcs-manager-&xfce-version; &&
|
|
||||||
./configure --prefix=/usr &&
|
|
||||||
make &&
|
|
||||||
make install &&
|
|
||||||
cd .. &&
|
|
||||||
tar -zxf xfwm4-&xfce-version;.tar.gz &&
|
|
||||||
cd xfwm4-&xfce-version; &&
|
|
||||||
./configure --prefix=/usr &&
|
|
||||||
make &&
|
|
||||||
make install &&
|
|
||||||
cd .. &&
|
|
||||||
tar -zxf xfdesktop-&xfce-version;.tar.gz &&
|
|
||||||
cd xfdesktop-&xfce-version; &&
|
|
||||||
./configure --prefix=/usr --sysconfdir=/etc &&
|
|
||||||
make &&
|
|
||||||
make install &&
|
|
||||||
cd .. &&
|
|
||||||
tar -zxf xfce4-panel-&xfce-version;.tar.gz &&
|
|
||||||
cd xfce4-panel-&xfce-version; &&
|
|
||||||
./configure --prefix=/usr --sysconfdir=/etc &&
|
|
||||||
make &&
|
|
||||||
make install &&
|
|
||||||
cd .. &&
|
|
||||||
tar -zxf xfce-utils-&xfce-version;.tar.gz &&
|
|
||||||
cd xfce-utils-&xfce-version; &&
|
|
||||||
./configure --prefix=/usr --sysconfdir=/etc &&
|
|
||||||
make &&
|
|
||||||
make install</command></userinput></screen>
|
|
||||||
|
|
||||||
<para>Modules not installed above are: dbh-1.0.15 (required for xffm),
|
<screen><userinput role='root'><command>make install</command></userinput></screen>
|
||||||
gtk-xfce-engine-2.1.9, xfcalendar-0.1.6, xfce-mcs-plugins, xfce4-iconbox,
|
|
||||||
xfce4-mixer, xfce4-systray, xfce4-themes, xfce4-toys, xfce4-trigger-launcher,
|
<para>The following packages will install the bare minimum:</para>
|
||||||
xffm, xffm-icons, xfprint and xfwm4-themes.</para>
|
|
||||||
|
<itemizedlist spacing='compact'>
|
||||||
|
<listitem><para>libxfce4util-&xfce-version;.tar.gz</para></listitem>
|
||||||
|
<listitem><para>libxfcegui4-&xfce-version;.tar.gz</para></listitem>
|
||||||
|
<listitem><para>libxfce4mcs-&xfce-version;.tar.gz</para></listitem>
|
||||||
|
<listitem><para>xfce-mcs-manager-&xfce-version;.tar.gz</para></listitem>
|
||||||
|
<listitem><para>xfwm4-&xfce-version;.tar.gz</para></listitem>
|
||||||
|
<listitem><para>xfdesktop-&xfce-version;.tar.gz</para></listitem>
|
||||||
|
<listitem><para>xfce4-panel-&xfce-version;.tar.gz</para></listitem>
|
||||||
|
<listitem><para>xfce-utils-&xfce-version;.tar.gz</para></listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
|
<para>In addition, you may choose to install:</para>
|
||||||
|
|
||||||
|
<itemizedlist spacing='compact'>
|
||||||
|
<listitem><para>dbh-1.0.15 (required for xffm)</para></listitem>
|
||||||
|
<listitem><para>gtk-xfce-engine-2.1.9</para></listitem>
|
||||||
|
<listitem><para>xfcalendar-0.1.6</para></listitem>
|
||||||
|
<listitem><para>xfce-mcs-plugins</para></listitem>
|
||||||
|
<listitem><para>xfce4-iconbox</para></listitem>
|
||||||
|
<listitem><para>xfce4-mixer</para></listitem>
|
||||||
|
<listitem><para>xfce4-systray</para></listitem>
|
||||||
|
<listitem><para>xfce4-systray</para></listitem>
|
||||||
|
<listitem><para>xfce4-themes</para></listitem>
|
||||||
|
<listitem><para>xfce4-toys</para></listitem>
|
||||||
|
<listitem><para>xfce4-trigger-launcher</para></listitem>
|
||||||
|
<listitem><para>xffm</para></listitem>
|
||||||
|
<listitem><para>xffm-icons</para></listitem>
|
||||||
|
<listitem><para>xfprint</para></listitem>
|
||||||
|
<listitem><para>xfwm4-themes.</para></listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2>
|
<sect2 id='xfce-config'>
|
||||||
<title>Configuring <application>XFce</application></title>
|
<title>Configuring <application>XFce</application></title>
|
||||||
|
|
||||||
<sect3><title>Config files</title>
|
<sect3>
|
||||||
|
<title>Config files</title>
|
||||||
<para><filename>~/.xinitrc</filename></para>
|
<para><filename>~/.xinitrc</filename></para>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
<sect3><title>Configuration Information</title>
|
<sect3>
|
||||||
|
<title>Configuration Information</title>
|
||||||
|
|
||||||
<para>Be sure to backup your current <filename>.xinitrc</filename> before
|
<para>Be sure to backup your current <filename>.xinitrc</filename> before
|
||||||
proceeding.</para>
|
proceeding.</para>
|
||||||
|
|
||||||
<screen><userinput><command>cat >> ~/.xinitrc << "EOF"</command>
|
<screen><userinput><command>cat > ~/.xinitrc << "EOF"</command>
|
||||||
xfce-mcs-manager
|
xfce-mcs-manager
|
||||||
xfwm4 --daemon
|
xfwm4 --daemon
|
||||||
xftaskbar4 &
|
xftaskbar4 &
|
||||||
@ -142,125 +134,226 @@ xfdesktop &
|
|||||||
exec xfce4-panel
|
exec xfce4-panel
|
||||||
<command>EOF</command></userinput></screen>
|
<command>EOF</command></userinput></screen>
|
||||||
|
|
||||||
</sect3>
|
<indexterm zone="xfce xfce-config">
|
||||||
|
<primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
|
||||||
|
</indexterm>
|
||||||
|
|
||||||
|
</sect3>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
<title>Contents</title>
|
<title>Contents</title>
|
||||||
|
|
||||||
<para>The <application>XFce</application> package contains
|
<segmentedlist>
|
||||||
<command>fgr</command>,
|
<segtitle>Installed Programs</segtitle>
|
||||||
<command>scramble</command>,
|
<segtitle>Installed Libraries</segtitle>
|
||||||
<command>startxfce4</command>,
|
<segtitle>Installed Directories</segtitle>
|
||||||
<command>xfapps</command>,
|
|
||||||
<command>xfapps4</command>,
|
|
||||||
<command>xfbook</command>,
|
|
||||||
<command>xfbook4</command>,
|
|
||||||
<command>xfcalendar</command>,
|
|
||||||
<command>xfce-mcs-manager</command>,
|
|
||||||
<command>xfce-setting-show</command>,
|
|
||||||
<command>xfce4-about</command>,
|
|
||||||
<command>xfce4-iconbox</command>,
|
|
||||||
<command>xfce4-panel</command>,
|
|
||||||
<command>xfce4-tips</command>,
|
|
||||||
<command>xfdesktop</command>,
|
|
||||||
<command>xfdiff4</command>,
|
|
||||||
<command>xffm</command>,
|
|
||||||
<command>xffstab</command>,
|
|
||||||
<command>xffstab4</command>,
|
|
||||||
<command>xfglob4</command>,
|
|
||||||
<command>xfhelp4</command>,
|
|
||||||
<command>xflock4</command>,
|
|
||||||
<command>xfmountdev4</command>,
|
|
||||||
<command>xfprint-manager</command>,
|
|
||||||
<command>xfprint4</command>,
|
|
||||||
<command>xfrun4</command>,
|
|
||||||
<command>xfsamba4</command>,
|
|
||||||
<command>xftaskbar4</command>,
|
|
||||||
<command>xfterm4</command>,
|
|
||||||
<command>xftrash4</command>,
|
|
||||||
<command>xftree4</command>,
|
|
||||||
<command>xfwm4</command> and
|
|
||||||
<filename class="libraryfile">libdbh</filename>,
|
|
||||||
<filename class="libraryfile">libxfce4mcs</filename>,
|
|
||||||
<filename class="libraryfile">libxfce4util</filename>,
|
|
||||||
<filename class="libraryfile">libxfcegui4</filename>,
|
|
||||||
<filename class="libraryfile">libxffm</filename> and
|
|
||||||
<filename class="libraryfile">libxfprint</filename> libraries.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
<seglistitem>
|
||||||
|
<seg>fgr, scramble, startxfce4, xfapps, xfapps4, xfbook, xfbook4, xfcalendar, xfce-mcs-manager,
|
||||||
|
xfce-setting-show, xfce4-about, xfce4-iconbox, xfce4-panel, xfce4-tips, xfdesktop,
|
||||||
|
xfdiff4, xffm, xffstab, xffstab4, xfglob4, xfhelp4, xflock4. xfmountdev4,
|
||||||
|
xfprint-manager, xfprint4, xfrun4, xfsamba4, xftaskbar4, xfterm4,
|
||||||
|
xftrash4, xftree4, xfwm4</seg>
|
||||||
|
<seg id='xfcelibs'>libdbh, libxfce4mcs, libxfce4util, libxfcegui4, libxffm, libxfprint</seg>
|
||||||
|
<seg>None</seg>
|
||||||
|
</seglistitem>
|
||||||
|
</segmentedlist>
|
||||||
|
|
||||||
|
<indexterm zone="xfce xfcelibs">
|
||||||
|
<primary sortas="c-libdbh">libdbh.so</primary>
|
||||||
|
</indexterm>
|
||||||
|
|
||||||
|
<indexterm zone="xfce xfcelibs">
|
||||||
|
<primary sortas="c-libxfce4mcs">libxfce4mcs.so</primary>
|
||||||
|
</indexterm>
|
||||||
|
|
||||||
|
<indexterm zone="xfce xfcelibs">
|
||||||
|
<primary sortas="c-libxfce4util">libxfce4util.so</primary>
|
||||||
|
</indexterm>
|
||||||
|
|
||||||
|
<indexterm zone="xfce xfcelibs">
|
||||||
|
<primary sortas="c-libxfcegui4">libxfcegui4.so</primary>
|
||||||
|
</indexterm>
|
||||||
|
|
||||||
|
<indexterm zone="xfce xfcelibs">
|
||||||
|
<primary sortas="c-libxffm">libxffm.so</primary>
|
||||||
|
</indexterm>
|
||||||
|
|
||||||
|
<indexterm zone="xfce xfcelibs">
|
||||||
|
<primary sortas="c-libxfprint">libxfprint.so</primary>
|
||||||
|
</indexterm>
|
||||||
|
|
||||||
|
<variablelist>
|
||||||
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||||
|
<?dbfo list-presentation="list"?>
|
||||||
|
|
||||||
|
<varlistentry id="fgr">
|
||||||
|
<term><command>fgr</command></term>
|
||||||
|
<listitem>
|
||||||
|
<para>is a file content search engine for <command>xffm</command>.</para>
|
||||||
|
<indexterm zone="xfce fgr">
|
||||||
|
<primary sortas="b-fgr">fgr</primary>
|
||||||
|
</indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry id="xfce-mce-manager">
|
||||||
|
<term><command>xfce-mce-manager</command></term>
|
||||||
|
<listitem>
|
||||||
|
<para>is the settings manager for <application>XFce</application>.</para>
|
||||||
|
<indexterm zone="xfce xfce-mce-manager">
|
||||||
|
<primary sortas="b-xfce-mce-manager">xfce-mce-manager</primary>
|
||||||
|
</indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry id="xfce4-about">
|
||||||
|
<term><command>xfce4-about</command></term>
|
||||||
|
<listitem>
|
||||||
|
<para>displays the about box.</para>
|
||||||
|
<indexterm zone="xfce xfce4-about">
|
||||||
|
<primary sortas="b-xfce4-about">xfce4-about</primary>
|
||||||
|
</indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry id="xfce-setting-show">
|
||||||
|
<term><command>xfce-setting-show</command></term>
|
||||||
|
<listitem>
|
||||||
|
<para>displays the settings for <application>XFce</application>.</para>
|
||||||
|
<indexterm zone="xfce xfce-setting-show">
|
||||||
|
<primary sortas="b-xfce-setting-show">xfce-setting-show</primary>
|
||||||
|
</indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry id="xfce4-panel">
|
||||||
|
<term><command>xfce4-panel</command></term>
|
||||||
|
<listitem>
|
||||||
|
<para>is the panel manager for <application>XFce</application>. It contains
|
||||||
|
the launcher, clock, mail check, desktop switcher and separator programs.</para>
|
||||||
|
<indexterm zone="xfce xfce4-panel">
|
||||||
|
<primary sortas="b-xfce4-panel">xfce4-panel</primary>
|
||||||
|
</indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry id="xfdesktop">
|
||||||
|
<term><command>xfdesktop</command></term>
|
||||||
|
<listitem>
|
||||||
|
<para> is the desktop manager for <application>XFce</application>.</para>
|
||||||
|
<indexterm zone="xfce xfdesktop">
|
||||||
|
<primary sortas="b-xfdesktop">xfdesktop</primary>
|
||||||
|
</indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry id="xfhelp4">
|
||||||
|
<term><command>xfhelp4</command></term>
|
||||||
|
<listitem>
|
||||||
|
<para>is script that launches a <acronym>HTML</acronym> browser to
|
||||||
|
display online documentation.</para>
|
||||||
|
<indexterm zone="xfce xfhelp4">
|
||||||
|
<primary sortas="b-xfhelp4">xfhelp4</primary>
|
||||||
|
</indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry id="xflock4">
|
||||||
|
<term><command>xflock4</command></term>
|
||||||
|
<listitem>
|
||||||
|
<para>is a script used to lock the current screen during drag and drop actions.</para>
|
||||||
|
<indexterm zone="xfce xflock4">
|
||||||
|
<primary sortas="b-xflock4">xflock4</primary>
|
||||||
|
</indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry id="xfmountdev4">
|
||||||
|
<term><command>xfmountdev4</command></term>
|
||||||
|
<listitem>
|
||||||
|
<para>mounts a device on the specified mount point and launches <command>xftree4</command>,
|
||||||
|
then unmounts the device when <command>xftree4</command> finishes.</para>
|
||||||
|
<indexterm zone="xfce xfmountdev4">
|
||||||
|
<primary sortas="b-xfmountdev4">xfmountdev4</primary>
|
||||||
|
</indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry id="xfrun4">
|
||||||
|
<term><command>xfrun4</command></term>
|
||||||
|
<listitem>
|
||||||
|
<para>is the program launcher for <application>XFce</application>.</para>
|
||||||
|
<indexterm zone="xfce xfrun4">
|
||||||
|
<primary sortas="b-xfrun4">xfrun4</primary>
|
||||||
|
</indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry id="xfsamba4">
|
||||||
|
<term><command>xfsamba4</command></term>
|
||||||
|
<listitem>
|
||||||
|
<para> is the <application>Samba</application> front end for <application>XFce</application>.</para>
|
||||||
|
<indexterm zone="xfce xfsamba4">
|
||||||
|
<primary sortas="b-xfsamba4">xfsamba4</primary>
|
||||||
|
</indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry id="xftaskbar4">
|
||||||
|
<term><command>xftaskbar4</command></term>
|
||||||
|
<listitem>
|
||||||
|
<para>is the taskbar manager for <application>XFce</application>.</para>
|
||||||
|
<indexterm zone="xfce xftaskbar4">
|
||||||
|
<primary sortas="b-xftaskbar4">xftaskbar4</primary>
|
||||||
|
</indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry id="xfterm4">
|
||||||
|
<term><command>xfterm4</command></term>
|
||||||
|
<listitem>
|
||||||
|
<para>is a small terminal wrapper to be used as a drag and drop action
|
||||||
|
for the <application>XFce</application> front panel.</para>
|
||||||
|
<indexterm zone="xfce xfterm4">
|
||||||
|
<primary sortas="b-xfterm4">xfterm4</primary>
|
||||||
|
</indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry id="xftrash4">
|
||||||
|
<term><command>xftrash4</command></term>
|
||||||
|
<listitem>
|
||||||
|
<para>is a small script to be used as a drag and drop action for the
|
||||||
|
<application>XFce</application> front panel.</para>
|
||||||
|
<indexterm zone="xfce xftrash4">
|
||||||
|
<primary sortas="b-xftrash4">xftrash4</primary>
|
||||||
|
</indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry id="xftree4">
|
||||||
|
<term><command>xftree4</command></term>
|
||||||
|
<listitem>
|
||||||
|
<para>is the file manager for <application>XFce</application>.</para>
|
||||||
|
<indexterm zone="xfce xftree4">
|
||||||
|
<primary sortas="b-xftree4">xftree4</primary>
|
||||||
|
</indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
<varlistentry id="xfwm4">
|
||||||
|
<term><command>xfwm4</command></term>
|
||||||
|
<listitem>
|
||||||
|
<para>is an <application>X11></application> window manager for <application>XFce</application>.</para>
|
||||||
|
<indexterm zone="xfce xfwm4">
|
||||||
|
<primary sortas="b-xfwm4">xfwm4</primary>
|
||||||
|
</indexterm>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
</variablelist>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2><title>Description</title>
|
|
||||||
|
|
||||||
<sect3><title>fgr</title>
|
|
||||||
<para><command>fgr</command> is a file content search engine for
|
|
||||||
<command>xffm</command>.</para></sect3>
|
|
||||||
|
|
||||||
<sect3><title>xfce-mce-manager</title>
|
|
||||||
<para><command>xfce-mce-manager</command> is the settings manager for
|
|
||||||
<application>XFce</application>.</para></sect3>
|
|
||||||
|
|
||||||
<sect3><title>xfce4-about</title>
|
|
||||||
<para><command>xfce4-about</command> displays the about box.</para></sect3>
|
|
||||||
|
|
||||||
<sect3><title>xfce-setting-show</title>
|
|
||||||
<para><command>xfce_setting-show</command> displays the settings for
|
|
||||||
<application>XFce</application>.</para></sect3>
|
|
||||||
|
|
||||||
<sect3><title>xfce4-panel</title>
|
|
||||||
<para><command>xfce4-panel</command> is the panel manager for
|
|
||||||
<application>XFce</application>. It contains the launcher, clock, mail
|
|
||||||
check, desktop switcher and separator programs.</para></sect3>
|
|
||||||
|
|
||||||
<sect3><title>xfdesktop</title>
|
|
||||||
<para><command>xfdesktop </command> is the desktop manager
|
|
||||||
for <application>XFce</application>.</para></sect3>
|
|
||||||
|
|
||||||
<sect3><title>xfhelp4</title>
|
|
||||||
<para><command>xfhelp4</command> is script that launches a
|
|
||||||
<acronym>HTML</acronym> browser to display online documentation.</para></sect3>
|
|
||||||
|
|
||||||
<sect3><title>xflock4</title>
|
|
||||||
<para><command>xflock4</command> is a script used to lock the current screen
|
|
||||||
during drag and drop actions.</para></sect3>
|
|
||||||
|
|
||||||
<sect3><title>xfmountdev4</title>
|
|
||||||
<para><command>xfmountdev4</command> mounts a device on the specified mount
|
|
||||||
point and launches <command>xftree4</command>, then unmounts the device
|
|
||||||
when <command>xftree4</command> finishes.</para></sect3>
|
|
||||||
|
|
||||||
<sect3><title>xfrun4</title>
|
|
||||||
<para><command>xfrun4</command> is the program launcher for
|
|
||||||
<application>XFce</application>.</para></sect3>
|
|
||||||
|
|
||||||
<sect3><title>xfsamba4</title>
|
|
||||||
<para><command>xfsamba4</command> is <application>Samba</application> front end
|
|
||||||
for <application>XFce</application>.</para></sect3>
|
|
||||||
|
|
||||||
<sect3><title>xftaskbar4</title>
|
|
||||||
<para><command>xftaskbar4</command> is the taskbar manager for
|
|
||||||
<application>XFce</application>.</para></sect3>
|
|
||||||
|
|
||||||
<sect3><title>xfterm4</title>
|
|
||||||
<para><command>xfterm4</command> is a small terminal wrapper to be used as a
|
|
||||||
drag and drop action for the <application>XFce</application> front panel.
|
|
||||||
</para></sect3>
|
|
||||||
|
|
||||||
<sect3><title>xftrash4</title>
|
|
||||||
<para><command>xftrash4</command> is a small script to be used as a drag and
|
|
||||||
drop action for the <application>XFce</application> front panel.</para></sect3>
|
|
||||||
|
|
||||||
<sect3><title>xftree4</title>
|
|
||||||
<para><command>xftree4</command> is the file manager for
|
|
||||||
<application>XFce</application>.</para></sect3>
|
|
||||||
|
|
||||||
<sect3><title>xfwm4</title>
|
|
||||||
<para><command>xfwm4</command> is a window manager for
|
|
||||||
<application>X11</application>.</para></sect3>
|
|
||||||
|
|
||||||
</sect2>
|
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user