aboutsummaryrefslogtreecommitdiffstats
path: root/xfce
diff options
context:
space:
mode:
authorAndrew Benton <andy@linuxfromscratch.org>2012-04-29 15:46:14 +0000
committerAndrew Benton <andy@linuxfromscratch.org>2012-04-29 15:46:14 +0000
commit17bcb8148ac5f0ae080e2b6054dc8f38a44972fd (patch)
tree064b086b6f8fb28b19c3156eb9d431e97f429906 /xfce
parent8202762341b2748e09081b4179f328d802d7c0cc (diff)
Xfce-4.10
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10023 af4574ff-66df-0310-9fd7-8a98e5e911e0
Diffstat (limited to 'xfce')
-rw-r--r--xfce/apps/apps.xml26
-rw-r--r--xfce/apps/terminal.xml343
-rw-r--r--xfce/apps/vte2.xml343
-rw-r--r--xfce/apps/xfburn.xml343
-rw-r--r--xfce/apps/xfce4-notifyd.xml343
-rw-r--r--xfce/core/core.xml50
-rw-r--r--xfce/core/exo.xml228
-rw-r--r--xfce/core/garcon.xml160
-rw-r--r--xfce/core/gtk-xfce-engine.xml158
-rw-r--r--xfce/core/libwnck2.xml169
-rw-r--r--xfce/core/libxfce4ui.xml179
-rw-r--r--xfce/core/libxfce4util.xml171
-rw-r--r--xfce/core/libxfcegui4.xml157
-rw-r--r--xfce/core/thunar-volman.xml159
-rw-r--r--xfce/core/thunar.xml224
-rw-r--r--xfce/core/tumbler.xml238
-rw-r--r--xfce/core/xfce4-appfinder.xml141
-rw-r--r--xfce/core/xfce4-panel.xml223
-rw-r--r--xfce/core/xfce4-power-manager.xml206
-rw-r--r--xfce/core/xfce4-session.xml235
-rw-r--r--xfce/core/xfce4-settings.xml266
-rw-r--r--xfce/core/xfconf.xml173
-rw-r--r--xfce/core/xfdesktop.xml168
-rw-r--r--xfce/core/xfwm4.xml194
-rw-r--r--xfce/xfce.xml21
25 files changed, 4918 insertions, 0 deletions
diff --git a/xfce/apps/apps.xml b/xfce/apps/apps.xml
new file mode 100644
index 0000000000..cb1bb9d2fa
--- /dev/null
+++ b/xfce/apps/apps.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE chapter 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;
+]>
+
+<!--
+$LastChangedBy$
+$Date$
+-->
+
+<chapter id="xfce-apps">
+ <?dbhtml filename="xfce-apps.html" ?>
+
+ <title>Xfce Applications</title>
+
+ <para>
+ Comming soon, some useful apps for Xfce ;)
+ </para>
+
+
+ <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="terminal.xml"/> -->
+ <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfburn.xml"/> -->
+
+</chapter>
diff --git a/xfce/apps/terminal.xml b/xfce/apps/terminal.xml
new file mode 100644
index 0000000000..25260ee247
--- /dev/null
+++ b/xfce/apps/terminal.xml
@@ -0,0 +1,343 @@
+<?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;
+
+ <!-- Place this in the general.ent file
+ <!ENTITY TEMPLATE-version "">
+ -->
+
+ <!ENTITY TEMPLATE-download-http "http://">
+ <!ENTITY TEMPLATE-download-ftp "ftp://">
+ <!ENTITY TEMPLATE-md5sum "MD5 sum">
+ <!ENTITY TEMPLATE-size "?? MB">
+ <!ENTITY TEMPLATE-buildsize "?? MB">
+ <!ENTITY TEMPLATE-time "?? SBU">
+]>
+
+<!-- Try to keep the indentation used in this file-->
+<sect1 id="TEMPLATE" xreflabel="TEMPLATE-&TEMPLATE-version;">
+ <?dbhtml filename="TEMPLATE.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <!-- No other tags inside any title-->
+ <!-- Use Title Case in All Titles
+ The "The Chicago Manual of Style":
+ "-Always capitalize the first and the last word.
+ -Capitalize all nouns, pronouns, adjectives, verbs, adverbs, and
+ subordinate conjunctions ("as", "because", "although").
+ -Lowercase all articles, coordinate conjunctions ("and", "or", "nor"),
+ and prepositions regardless of length, when they are other than the
+ first or last word.
+ -Lowercase the "to" in an infinitive."-->
+ <title>TEMPLATE-&TEMPLATE-version;</title>
+
+ <indexterm zone="TEMPLATE">
+ <primary sortas="a-TEMPLATE">TEMPLATE</primary>
+ </indexterm>
+
+ <!--Required section-->
+ <sect2 role="package">
+ <title>Introduction to TEMPLATE</title>
+
+ <para>
+ The <application>TEMPLATE</application> package contains...
+ This is useful for...
+ </para>
+
+ <!-- if it builds but hasn't been tested: -->
+ &lfs71_built;
+ <!-- if it works: -->
+ &lfs71_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&TEMPLATE-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&TEMPLATE-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &TEMPLATE-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &TEMPLATE-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &TEMPLATE-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &TEMPLATE-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <!-- As required -->
+ <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Required patch:
+ <ulink url="&patch-root;/TEMPLATE-&TEMPLATE-version;-patch_name-patch_version.patch"/>
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">TEMPLATE Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="BLFS DEPENDENCY"/>
+ </para>
+
+ <!-- As required -->
+ <bridgehead renderas="sect4">Recommended</bridgehead>
+ <para role="recommended">
+ <ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink> and
+ <xref linkend="BLFS DEPENDENCY"/>.
+ </para>
+
+ <!-- As required -->
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink>.
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/TEMPLATE"/>
+ </para>
+ </sect2>
+
+ <!-- Optional section for packages that need a specific kernel
+ configuration-->
+ <sect2 role="kernel" id="TEMPLATE-kernel">
+ <title>Kernel Configuration</title>
+
+ <para>
+ Enable the following options in the kernel configuration and recompile the
+ kernel if necessary:
+ </para>
+
+<!-- Spaces are significant in <screen> sections -->
+<screen><literal>Master section:
+ Subsection:
+ Required Option: M or Y
+ Incompatible option: N</literal></screen>
+
+ <para>
+ Select the appropriate sub-options that appear when the above options are
+ selected.
+ </para>
+
+ <indexterm zone="TEMPLATE TEMPLATE-kernel">
+ <primary sortas="d-TEMPLATE">TEMPLATE</primary>
+ </indexterm>
+ </sect2>
+
+ <!--Required section-->
+ <sect2 role="installation">
+ <title>Installation of TEMPLATE</title>
+
+ <para>
+ Install <application>TEMPLATE</application> by running the following
+ commands:
+ </para>
+
+<!-- Spaces are significant in <screen> sections -->
+<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
+make</userinput></screen>
+
+ <!-- Optional section. Use one of the two mentions below about a test
+ suite, delete the line that is not applicable. Of course, if the
+ test suite uses syntax other than 'make check', revise the
+ line to reflect the actual syntax to run the test suite -->
+
+ <para>
+ This package does not come with a test suite.
+ </para>
+
+ <para>
+ To test the results, issue: <command>make check</command>.
+ </para>
+
+ <para>
+ Now, as the <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+ </sect2>
+
+ <!--Optional section-->
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../../../xincludes/static-libraries.xml"/>
+
+ <para>
+ <command>COMMAND</command>: This command does something.
+ </para>
+
+ <para>
+ <parameter>--SWITCH=PARAMETER</parameter>: This parameter does something
+ mandatory for BLFS purposes.
+ </para>
+
+ <para>
+ <option>--OPTION</option>: This option does something optionally per the
+ user's desires.
+ </para>
+ </sect2>
+
+ <!--Optional section-->
+ <sect2 role="configuration">
+ <title>Configuring TEMPLATE</title>
+
+ <sect3 id="TEMPLATE-config">
+ <title>Config Files</title>
+ <para>
+ <filename>~/.Configfilename1</filename> and
+ <filename>/etc/path/Configfilename2</filename>.
+ </para>
+
+ <indexterm zone="TEMPLATE TEMPLATE-config">
+ <primary sortas="e-AA.Configfilename1">~/.Configfilename1</primary>
+ </indexterm>
+
+ <indexterm zone="TEMPLATE TEMPLATE-config">
+ <primary
+ sortas="e-etc-path-Configfilename2">/etc/path/Configfilename2</primary>
+ </indexterm>
+ </sect3>
+
+ <sect3><title>Configuration Information</title>
+
+ <para>
+ Blah blah blah about config.
+ </para>
+
+<screen><userinput>USER CONFIG COMMANDS</userinput></screen>
+
+<screen role="root"><userinput>ROOT CONFIG COMMANDS</userinput></screen>
+
+ <!-- File creation. Add the appropriate <indexterm> block if needed.-->
+ <para>
+ Create the file .... for ...
+ </para>
+
+<screen role="root"><userinput>cat &gt;&gt; /PATH/FILENAME &lt;&lt; "EOF"
+<literal># Begin FILENAME
+
+TEXT
+
+# End FILENAME</literal>
+EOF</userinput></screen>
+ </sect3>
+
+ <sect3 id="TEMPLATE-init">
+ <title>Boot Script</title>
+
+ <para>
+ To automatically start the <command>TEMPLATE</command> daemon when the
+ system is rebooted, install the
+ <filename>/etc/rc.d/init.d/TEMPLATE</filename> bootscript from the
+ <xref linkend="bootscripts"/> package.
+ </para>
+
+ <indexterm zone="TEMPLATE TEMPLATE-init">
+ <primary sortas="f-TEMPLATE">TEMPLATE</primary>
+ </indexterm>
+
+<screen role="root"><userinput>make install-TEMPLATE</userinput></screen>
+ </sect3>
+ </sect2>
+
+ <!--Required section-->
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Program(s)</segtitle>
+ <segtitle>Installed Librar(y,ies)</segtitle>
+ <segtitle>Installed Director(y,ies)</segtitle>
+
+ <seglistitem>
+ <seg>
+ PROGRAM1, PROGRAM2 and PROGRAM3.
+ </seg>
+ <seg>
+ libLIBRARY1.so, libLIBRARY2.so and libLIBRARY3.so.
+ </seg>
+ <seg>
+ /etc/TEMPLATE, /usr/include/TEMPLATE, /usr/lib/TEMPLATE,
+ /usr/share/TEMPLATE-&TEMPLATE-version;,
+ /usr/share/doc/TEMPLATE-&TEMPLATE-version; and
+ /var/lib/TEMPLATE.
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <!-- If the program or library name conflicts (is the same) as the
+ package name, add -prog or -lib to the varlistentry entity id
+ and the 2nd entry of the indexterm zone entity -->
+
+ <varlistentry id="PROGRAM1">
+ <term><command>PROGRAM1</command></term>
+ <listitem>
+ <para>
+ does this .....
+ </para>
+ <indexterm zone="TEMPLATE PROGRAM1">
+ <primary sortas="b-PROGRAM1">PROGRAM1</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="PROGRAM2">
+ <term><command>PROGRAM2</command></term>
+ <listitem>
+ <para>
+ does this .....
+ </para>
+ <indexterm zone="TEMPLATE PROGRAM2">
+ <primary sortas="b-PROGRAM2">PROGRAM2</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="libLIBRARY1">
+ <term><filename class="libraryfile">libLIBRARY1.so</filename></term>
+ <listitem>
+ <para>
+ contains functions that .....
+ </para>
+ <indexterm zone="TEMPLATE libLIBRARY1">
+ <primary sortas="c-libLIBRARY1">libLIBRARY1.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+</sect1>
diff --git a/xfce/apps/vte2.xml b/xfce/apps/vte2.xml
new file mode 100644
index 0000000000..9d0d57c379
--- /dev/null
+++ b/xfce/apps/vte2.xml
@@ -0,0 +1,343 @@
+<?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;
+
+ <!-- Place this in the general.ent file
+ <!ENTITY TEMPLATE-version "">
+ -->
+
+ <!ENTITY TEMPLATE-download-http "http://">
+ <!ENTITY TEMPLATE-download-ftp "ftp://">
+ <!ENTITY TEMPLATE-md5sum "MD5 sum">
+ <!ENTITY TEMPLATE-size "?? MB">
+ <!ENTITY TEMPLATE-buildsize "?? MB">
+ <!ENTITY TEMPLATE-time "?? SBU">
+]>
+
+<!-- Try to keep the indentation used in this file-->
+<sect1 id="TEMPLATE" xreflabel="TEMPLATE-&TEMPLATE-version;">
+ <?dbhtml filename="TEMPLATE.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <!-- No other tags inside any title-->
+ <!-- Use Title Case in All Titles
+ The "The Chicago Manual of Style":
+ "-Always capitalize the first and the last word.
+ -Capitalize all nouns, pronouns, adjectives, verbs, adverbs, and
+ subordinate conjunctions ("as", "because", "although").
+ -Lowercase all articles, coordinate conjunctions ("and", "or", "nor"),
+ and prepositions regardless of length, when they are other than the
+ first or last word.
+ -Lowercase the "to" in an infinitive."-->
+ <title>TEMPLATE-&TEMPLATE-version;</title>
+
+ <indexterm zone="TEMPLATE">
+ <primary sortas="a-TEMPLATE">TEMPLATE</primary>
+ </indexterm>
+
+ <!--Required section-->
+ <sect2 role="package">
+ <title>Introduction to TEMPLATE</title>
+
+ <para>
+ The <application>TEMPLATE</application> package contains...
+ This is useful for...
+ </para>
+
+ <!-- if it builds but hasn't been tested: -->
+ &lfs71_built;
+ <!-- if it works: -->
+ &lfs71_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&TEMPLATE-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&TEMPLATE-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &TEMPLATE-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &TEMPLATE-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &TEMPLATE-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &TEMPLATE-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <!-- As required -->
+ <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Required patch:
+ <ulink url="&patch-root;/TEMPLATE-&TEMPLATE-version;-patch_name-patch_version.patch"/>
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">TEMPLATE Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="BLFS DEPENDENCY"/>
+ </para>
+
+ <!-- As required -->
+ <bridgehead renderas="sect4">Recommended</bridgehead>
+ <para role="recommended">
+ <ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink> and
+ <xref linkend="BLFS DEPENDENCY"/>.
+ </para>
+
+ <!-- As required -->
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink>.
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/TEMPLATE"/>
+ </para>
+ </sect2>
+
+ <!-- Optional section for packages that need a specific kernel
+ configuration-->
+ <sect2 role="kernel" id="TEMPLATE-kernel">
+ <title>Kernel Configuration</title>
+
+ <para>
+ Enable the following options in the kernel configuration and recompile the
+ kernel if necessary:
+ </para>
+
+<!-- Spaces are significant in <screen> sections -->
+<screen><literal>Master section:
+ Subsection:
+ Required Option: M or Y
+ Incompatible option: N</literal></screen>
+
+ <para>
+ Select the appropriate sub-options that appear when the above options are
+ selected.
+ </para>
+
+ <indexterm zone="TEMPLATE TEMPLATE-kernel">
+ <primary sortas="d-TEMPLATE">TEMPLATE</primary>
+ </indexterm>
+ </sect2>
+
+ <!--Required section-->
+ <sect2 role="installation">
+ <title>Installation of TEMPLATE</title>
+
+ <para>
+ Install <application>TEMPLATE</application> by running the following
+ commands:
+ </para>
+
+<!-- Spaces are significant in <screen> sections -->
+<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
+make</userinput></screen>
+
+ <!-- Optional section. Use one of the two mentions below about a test
+ suite, delete the line that is not applicable. Of course, if the
+ test suite uses syntax other than 'make check', revise the
+ line to reflect the actual syntax to run the test suite -->
+
+ <para>
+ This package does not come with a test suite.
+ </para>
+
+ <para>
+ To test the results, issue: <command>make check</command>.
+ </para>
+
+ <para>
+ Now, as the <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+ </sect2>
+
+ <!--Optional section-->
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../xincludes/static-libraries.xml"/>
+
+ <para>
+ <command>COMMAND</command>: This command does something.
+ </para>
+
+ <para>
+ <parameter>--SWITCH=PARAMETER</parameter>: This parameter does something
+ mandatory for BLFS purposes.
+ </para>
+
+ <para>
+ <option>--OPTION</option>: This option does something optionally per the
+ user's desires.
+ </para>
+ </sect2>
+
+ <!--Optional section-->
+ <sect2 role="configuration">
+ <title>Configuring TEMPLATE</title>
+
+ <sect3 id="TEMPLATE-config">
+ <title>Config Files</title>
+ <para>
+ <filename>~/.Configfilename1</filename> and
+ <filename>/etc/path/Configfilename2</filename>.
+ </para>
+
+ <indexterm zone="TEMPLATE TEMPLATE-config">
+ <primary sortas="e-AA.Configfilename1">~/.Configfilename1</primary>
+ </indexterm>
+
+ <indexterm zone="TEMPLATE TEMPLATE-config">
+ <primary
+ sortas="e-etc-path-Configfilename2">/etc/path/Configfilename2</primary>
+ </indexterm>
+ </sect3>
+
+ <sect3><title>Configuration Information</title>
+
+ <para>
+ Blah blah blah about config.
+ </para>
+
+<screen><userinput>USER CONFIG COMMANDS</userinput></screen>
+
+<screen role="root"><userinput>ROOT CONFIG COMMANDS</userinput></screen>
+
+ <!-- File creation. Add the appropriate <indexterm> block if needed.-->
+ <para>
+ Create the file .... for ...
+ </para>
+
+<screen role="root"><userinput>cat &gt;&gt; /PATH/FILENAME &lt;&lt; "EOF"
+<literal># Begin FILENAME
+
+TEXT
+
+# End FILENAME</literal>
+EOF</userinput></screen>
+ </sect3>
+
+ <sect3 id="TEMPLATE-init">
+ <title>Boot Script</title>
+
+ <para>
+ To automatically start the <command>TEMPLATE</command> daemon when the
+ system is rebooted, install the
+ <filename>/etc/rc.d/init.d/TEMPLATE</filename> bootscript from the
+ <xref linkend="bootscripts"/> package.
+ </para>
+
+ <indexterm zone="TEMPLATE TEMPLATE-init">
+ <primary sortas="f-TEMPLATE">TEMPLATE</primary>
+ </indexterm>
+
+<screen role="root"><userinput>make install-TEMPLATE</userinput></screen>
+ </sect3>
+ </sect2>
+
+ <!--Required section-->
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Program(s)</segtitle>
+ <segtitle>Installed Librar(y,ies)</segtitle>
+ <segtitle>Installed Director(y,ies)</segtitle>
+
+ <seglistitem>
+ <seg>
+ PROGRAM1, PROGRAM2 and PROGRAM3.
+ </seg>
+ <seg>
+ libLIBRARY1.so, libLIBRARY2.so and libLIBRARY3.so.
+ </seg>
+ <seg>
+ /etc/TEMPLATE, /usr/include/TEMPLATE, /usr/lib/TEMPLATE,
+ /usr/share/TEMPLATE-&TEMPLATE-version;,
+ /usr/share/doc/TEMPLATE-&TEMPLATE-version; and
+ /var/lib/TEMPLATE.
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <!-- If the program or library name conflicts (is the same) as the
+ package name, add -prog or -lib to the varlistentry entity id
+ and the 2nd entry of the indexterm zone entity -->
+
+ <varlistentry id="PROGRAM1">
+ <term><command>PROGRAM1</command></term>
+ <listitem>
+ <para>
+ does this .....
+ </para>
+ <indexterm zone="TEMPLATE PROGRAM1">
+ <primary sortas="b-PROGRAM1">PROGRAM1</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="PROGRAM2">
+ <term><command>PROGRAM2</command></term>
+ <listitem>
+ <para>
+ does this .....
+ </para>
+ <indexterm zone="TEMPLATE PROGRAM2">
+ <primary sortas="b-PROGRAM2">PROGRAM2</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="libLIBRARY1">
+ <term><filename class="libraryfile">libLIBRARY1.so</filename></term>
+ <listitem>
+ <para>
+ contains functions that .....
+ </para>
+ <indexterm zone="TEMPLATE libLIBRARY1">
+ <primary sortas="c-libLIBRARY1">libLIBRARY1.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+</sect1>
diff --git a/xfce/apps/xfburn.xml b/xfce/apps/xfburn.xml
new file mode 100644
index 0000000000..25260ee247
--- /dev/null
+++ b/xfce/apps/xfburn.xml
@@ -0,0 +1,343 @@
+<?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;
+
+ <!-- Place this in the general.ent file
+ <!ENTITY TEMPLATE-version "">
+ -->
+
+ <!ENTITY TEMPLATE-download-http "http://">
+ <!ENTITY TEMPLATE-download-ftp "ftp://">
+ <!ENTITY TEMPLATE-md5sum "MD5 sum">
+ <!ENTITY TEMPLATE-size "?? MB">
+ <!ENTITY TEMPLATE-buildsize "?? MB">
+ <!ENTITY TEMPLATE-time "?? SBU">
+]>
+
+<!-- Try to keep the indentation used in this file-->
+<sect1 id="TEMPLATE" xreflabel="TEMPLATE-&TEMPLATE-version;">
+ <?dbhtml filename="TEMPLATE.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <!-- No other tags inside any title-->
+ <!-- Use Title Case in All Titles
+ The "The Chicago Manual of Style":
+ "-Always capitalize the first and the last word.
+ -Capitalize all nouns, pronouns, adjectives, verbs, adverbs, and
+ subordinate conjunctions ("as", "because", "although").
+ -Lowercase all articles, coordinate conjunctions ("and", "or", "nor"),
+ and prepositions regardless of length, when they are other than the
+ first or last word.
+ -Lowercase the "to" in an infinitive."-->
+ <title>TEMPLATE-&TEMPLATE-version;</title>
+
+ <indexterm zone="TEMPLATE">
+ <primary sortas="a-TEMPLATE">TEMPLATE</primary>
+ </indexterm>
+
+ <!--Required section-->
+ <sect2 role="package">
+ <title>Introduction to TEMPLATE</title>
+
+ <para>
+ The <application>TEMPLATE</application> package contains...
+ This is useful for...
+ </para>
+
+ <!-- if it builds but hasn't been tested: -->
+ &lfs71_built;
+ <!-- if it works: -->
+ &lfs71_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&TEMPLATE-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&TEMPLATE-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &TEMPLATE-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &TEMPLATE-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &TEMPLATE-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &TEMPLATE-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <!-- As required -->
+ <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Required patch:
+ <ulink url="&patch-root;/TEMPLATE-&TEMPLATE-version;-patch_name-patch_version.patch"/>
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">TEMPLATE Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="BLFS DEPENDENCY"/>
+ </para>
+
+ <!-- As required -->
+ <bridgehead renderas="sect4">Recommended</bridgehead>
+ <para role="recommended">
+ <ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink> and
+ <xref linkend="BLFS DEPENDENCY"/>.
+ </para>
+
+ <!-- As required -->
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink>.
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/TEMPLATE"/>
+ </para>
+ </sect2>
+
+ <!-- Optional section for packages that need a specific kernel
+ configuration-->
+ <sect2 role="kernel" id="TEMPLATE-kernel">
+ <title>Kernel Configuration</title>
+
+ <para>
+ Enable the following options in the kernel configuration and recompile the
+ kernel if necessary:
+ </para>
+
+<!-- Spaces are significant in <screen> sections -->
+<screen><literal>Master section:
+ Subsection:
+ Required Option: M or Y
+ Incompatible option: N</literal></screen>
+
+ <para>
+ Select the appropriate sub-options that appear when the above options are
+ selected.
+ </para>
+
+ <indexterm zone="TEMPLATE TEMPLATE-kernel">
+ <primary sortas="d-TEMPLATE">TEMPLATE</primary>
+ </indexterm>
+ </sect2>
+
+ <!--Required section-->
+ <sect2 role="installation">
+ <title>Installation of TEMPLATE</title>
+
+ <para>
+ Install <application>TEMPLATE</application> by running the following
+ commands:
+ </para>
+
+<!-- Spaces are significant in <screen> sections -->
+<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
+make</userinput></screen>
+
+ <!-- Optional section. Use one of the two mentions below about a test
+ suite, delete the line that is not applicable. Of course, if the
+ test suite uses syntax other than 'make check', revise the
+ line to reflect the actual syntax to run the test suite -->
+
+ <para>
+ This package does not come with a test suite.
+ </para>
+
+ <para>
+ To test the results, issue: <command>make check</command>.
+ </para>
+
+ <para>
+ Now, as the <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+ </sect2>
+
+ <!--Optional section-->
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../../../xincludes/static-libraries.xml"/>
+
+ <para>
+ <command>COMMAND</command>: This command does something.
+ </para>
+
+ <para>
+ <parameter>--SWITCH=PARAMETER</parameter>: This parameter does something
+ mandatory for BLFS purposes.
+ </para>
+
+ <para>
+ <option>--OPTION</option>: This option does something optionally per the
+ user's desires.
+ </para>
+ </sect2>
+
+ <!--Optional section-->
+ <sect2 role="configuration">
+ <title>Configuring TEMPLATE</title>
+
+ <sect3 id="TEMPLATE-config">
+ <title>Config Files</title>
+ <para>
+ <filename>~/.Configfilename1</filename> and
+ <filename>/etc/path/Configfilename2</filename>.
+ </para>
+
+ <indexterm zone="TEMPLATE TEMPLATE-config">
+ <primary sortas="e-AA.Configfilename1">~/.Configfilename1</primary>
+ </indexterm>
+
+ <indexterm zone="TEMPLATE TEMPLATE-config">
+ <primary
+ sortas="e-etc-path-Configfilename2">/etc/path/Configfilename2</primary>
+ </indexterm>
+ </sect3>
+
+ <sect3><title>Configuration Information</title>
+
+ <para>
+ Blah blah blah about config.
+ </para>
+
+<screen><userinput>USER CONFIG COMMANDS</userinput></screen>
+
+<screen role="root"><userinput>ROOT CONFIG COMMANDS</userinput></screen>
+
+ <!-- File creation. Add the appropriate <indexterm> block if needed.-->
+ <para>
+ Create the file .... for ...
+ </para>
+
+<screen role="root"><userinput>cat &gt;&gt; /PATH/FILENAME &lt;&lt; "EOF"
+<literal># Begin FILENAME
+
+TEXT
+
+# End FILENAME</literal>
+EOF</userinput></screen>
+ </sect3>
+
+ <sect3 id="TEMPLATE-init">
+ <title>Boot Script</title>
+
+ <para>
+ To automatically start the <command>TEMPLATE</command> daemon when the
+ system is rebooted, install the
+ <filename>/etc/rc.d/init.d/TEMPLATE</filename> bootscript from the
+ <xref linkend="bootscripts"/> package.
+ </para>
+
+ <indexterm zone="TEMPLATE TEMPLATE-init">
+ <primary sortas="f-TEMPLATE">TEMPLATE</primary>
+ </indexterm>
+
+<screen role="root"><userinput>make install-TEMPLATE</userinput></screen>
+ </sect3>
+ </sect2>
+
+ <!--Required section-->
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Program(s)</segtitle>
+ <segtitle>Installed Librar(y,ies)</segtitle>
+ <segtitle>Installed Director(y,ies)</segtitle>
+
+ <seglistitem>
+ <seg>
+ PROGRAM1, PROGRAM2 and PROGRAM3.
+ </seg>
+ <seg>
+ libLIBRARY1.so, libLIBRARY2.so and libLIBRARY3.so.
+ </seg>
+ <seg>
+ /etc/TEMPLATE, /usr/include/TEMPLATE, /usr/lib/TEMPLATE,
+ /usr/share/TEMPLATE-&TEMPLATE-version;,
+ /usr/share/doc/TEMPLATE-&TEMPLATE-version; and
+ /var/lib/TEMPLATE.
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <!-- If the program or library name conflicts (is the same) as the
+ package name, add -prog or -lib to the varlistentry entity id
+ and the 2nd entry of the indexterm zone entity -->
+
+ <varlistentry id="PROGRAM1">
+ <term><command>PROGRAM1</command></term>
+ <listitem>
+ <para>
+ does this .....
+ </para>
+ <indexterm zone="TEMPLATE PROGRAM1">
+ <primary sortas="b-PROGRAM1">PROGRAM1</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="PROGRAM2">
+ <term><command>PROGRAM2</command></term>
+ <listitem>
+ <para>
+ does this .....
+ </para>
+ <indexterm zone="TEMPLATE PROGRAM2">
+ <primary sortas="b-PROGRAM2">PROGRAM2</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="libLIBRARY1">
+ <term><filename class="libraryfile">libLIBRARY1.so</filename></term>
+ <listitem>
+ <para>
+ contains functions that .....
+ </para>
+ <indexterm zone="TEMPLATE libLIBRARY1">
+ <primary sortas="c-libLIBRARY1">libLIBRARY1.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+</sect1>
diff --git a/xfce/apps/xfce4-notifyd.xml b/xfce/apps/xfce4-notifyd.xml
new file mode 100644
index 0000000000..9d0d57c379
--- /dev/null
+++ b/xfce/apps/xfce4-notifyd.xml
@@ -0,0 +1,343 @@
+<?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;
+
+ <!-- Place this in the general.ent file
+ <!ENTITY TEMPLATE-version "">
+ -->
+
+ <!ENTITY TEMPLATE-download-http "http://">
+ <!ENTITY TEMPLATE-download-ftp "ftp://">
+ <!ENTITY TEMPLATE-md5sum "MD5 sum">
+ <!ENTITY TEMPLATE-size "?? MB">
+ <!ENTITY TEMPLATE-buildsize "?? MB">
+ <!ENTITY TEMPLATE-time "?? SBU">
+]>
+
+<!-- Try to keep the indentation used in this file-->
+<sect1 id="TEMPLATE" xreflabel="TEMPLATE-&TEMPLATE-version;">
+ <?dbhtml filename="TEMPLATE.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <!-- No other tags inside any title-->
+ <!-- Use Title Case in All Titles
+ The "The Chicago Manual of Style":
+ "-Always capitalize the first and the last word.
+ -Capitalize all nouns, pronouns, adjectives, verbs, adverbs, and
+ subordinate conjunctions ("as", "because", "although").
+ -Lowercase all articles, coordinate conjunctions ("and", "or", "nor"),
+ and prepositions regardless of length, when they are other than the
+ first or last word.
+ -Lowercase the "to" in an infinitive."-->
+ <title>TEMPLATE-&TEMPLATE-version;</title>
+
+ <indexterm zone="TEMPLATE">
+ <primary sortas="a-TEMPLATE">TEMPLATE</primary>
+ </indexterm>
+
+ <!--Required section-->
+ <sect2 role="package">
+ <title>Introduction to TEMPLATE</title>
+
+ <para>
+ The <application>TEMPLATE</application> package contains...
+ This is useful for...
+ </para>
+
+ <!-- if it builds but hasn't been tested: -->
+ &lfs71_built;
+ <!-- if it works: -->
+ &lfs71_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&TEMPLATE-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&TEMPLATE-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &TEMPLATE-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &TEMPLATE-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &TEMPLATE-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &TEMPLATE-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <!-- As required -->
+ <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Required patch:
+ <ulink url="&patch-root;/TEMPLATE-&TEMPLATE-version;-patch_name-patch_version.patch"/>
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">TEMPLATE Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="BLFS DEPENDENCY"/>
+ </para>
+
+ <!-- As required -->
+ <bridgehead renderas="sect4">Recommended</bridgehead>
+ <para role="recommended">
+ <ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink> and
+ <xref linkend="BLFS DEPENDENCY"/>.
+ </para>
+
+ <!-- As required -->
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink>.
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/TEMPLATE"/>
+ </para>
+ </sect2>
+
+ <!-- Optional section for packages that need a specific kernel
+ configuration-->
+ <sect2 role="kernel" id="TEMPLATE-kernel">
+ <title>Kernel Configuration</title>
+
+ <para>
+ Enable the following options in the kernel configuration and recompile the
+ kernel if necessary:
+ </para>
+
+<!-- Spaces are significant in <screen> sections -->
+<screen><literal>Master section:
+ Subsection:
+ Required Option: M or Y
+ Incompatible option: N</literal></screen>
+
+ <para>
+ Select the appropriate sub-options that appear when the above options are
+ selected.
+ </para>
+
+ <indexterm zone="TEMPLATE TEMPLATE-kernel">
+ <primary sortas="d-TEMPLATE">TEMPLATE</primary>
+ </indexterm>
+ </sect2>
+
+ <!--Required section-->
+ <sect2 role="installation">
+ <title>Installation of TEMPLATE</title>
+
+ <para>
+ Install <application>TEMPLATE</application> by running the following
+ commands:
+ </para>
+
+<!-- Spaces are significant in <screen> sections -->
+<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
+make</userinput></screen>
+
+ <!-- Optional section. Use one of the two mentions below about a test
+ suite, delete the line that is not applicable. Of course, if the
+ test suite uses syntax other than 'make check', revise the
+ line to reflect the actual syntax to run the test suite -->
+
+ <para>
+ This package does not come with a test suite.
+ </para>
+
+ <para>
+ To test the results, issue: <command>make check</command>.
+ </para>
+
+ <para>
+ Now, as the <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+ </sect2>
+
+ <!--Optional section-->
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../xincludes/static-libraries.xml"/>
+
+ <para>
+ <command>COMMAND</command>: This command does something.
+ </para>
+
+ <para>
+ <parameter>--SWITCH=PARAMETER</parameter>: This parameter does something
+ mandatory for BLFS purposes.
+ </para>
+
+ <para>
+ <option>--OPTION</option>: This option does something optionally per the
+ user's desires.
+ </para>
+ </sect2>
+
+ <!--Optional section-->
+ <sect2 role="configuration">
+ <title>Configuring TEMPLATE</title>
+
+ <sect3 id="TEMPLATE-config">
+ <title>Config Files</title>
+ <para>
+ <filename>~/.Configfilename1</filename> and
+ <filename>/etc/path/Configfilename2</filename>.
+ </para>
+
+ <indexterm zone="TEMPLATE TEMPLATE-config">
+ <primary sortas="e-AA.Configfilename1">~/.Configfilename1</primary>
+ </indexterm>
+
+ <indexterm zone="TEMPLATE TEMPLATE-config">
+ <primary
+ sortas="e-etc-path-Configfilename2">/etc/path/Configfilename2</primary>
+ </indexterm>
+ </sect3>
+
+ <sect3><title>Configuration Information</title>
+
+ <para>
+ Blah blah blah about config.
+ </para>
+
+<screen><userinput>USER CONFIG COMMANDS</userinput></screen>
+
+<screen role="root"><userinput>ROOT CONFIG COMMANDS</userinput></screen>
+
+ <!-- File creation. Add the appropriate <indexterm> block if needed.-->
+ <para>
+ Create the file .... for ...
+ </para>
+
+<screen role="root"><userinput>cat &gt;&gt; /PATH/FILENAME &lt;&lt; "EOF"
+<literal># Begin FILENAME
+
+TEXT
+
+# End FILENAME</literal>
+EOF</userinput></screen>
+ </sect3>
+
+ <sect3 id="TEMPLATE-init">
+ <title>Boot Script</title>
+
+ <para>
+ To automatically start the <command>TEMPLATE</command> daemon when the
+ system is rebooted, install the
+ <filename>/etc/rc.d/init.d/TEMPLATE</filename> bootscript from the
+ <xref linkend="bootscripts"/> package.
+ </para>
+
+ <indexterm zone="TEMPLATE TEMPLATE-init">
+ <primary sortas="f-TEMPLATE">TEMPLATE</primary>
+ </indexterm>
+
+<screen role="root"><userinput>make install-TEMPLATE</userinput></screen>
+ </sect3>
+ </sect2>
+
+ <!--Required section-->
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Program(s)</segtitle>
+ <segtitle>Installed Librar(y,ies)</segtitle>
+ <segtitle>Installed Director(y,ies)</segtitle>
+
+ <seglistitem>
+ <seg>
+ PROGRAM1, PROGRAM2 and PROGRAM3.
+ </seg>
+ <seg>
+ libLIBRARY1.so, libLIBRARY2.so and libLIBRARY3.so.
+ </seg>
+ <seg>
+ /etc/TEMPLATE, /usr/include/TEMPLATE, /usr/lib/TEMPLATE,
+ /usr/share/TEMPLATE-&TEMPLATE-version;,
+ /usr/share/doc/TEMPLATE-&TEMPLATE-version; and
+ /var/lib/TEMPLATE.
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <!-- If the program or library name conflicts (is the same) as the
+ package name, add -prog or -lib to the varlistentry entity id
+ and the 2nd entry of the indexterm zone entity -->
+
+ <varlistentry id="PROGRAM1">
+ <term><command>PROGRAM1</command></term>
+ <listitem>
+ <para>
+ does this .....
+ </para>
+ <indexterm zone="TEMPLATE PROGRAM1">
+ <primary sortas="b-PROGRAM1">PROGRAM1</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="PROGRAM2">
+ <term><command>PROGRAM2</command></term>
+ <listitem>
+ <para>
+ does this .....
+ </para>
+ <indexterm zone="TEMPLATE PROGRAM2">
+ <primary sortas="b-PROGRAM2">PROGRAM2</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="libLIBRARY1">
+ <term><filename class="libraryfile">libLIBRARY1.so</filename></term>
+ <listitem>
+ <para>
+ contains functions that .....
+ </para>
+ <indexterm zone="TEMPLATE libLIBRARY1">
+ <primary sortas="c-libLIBRARY1">libLIBRARY1.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+</sect1>
diff --git a/xfce/core/core.xml b/xfce/core/core.xml
new file mode 100644
index 0000000000..ca2961d974
--- /dev/null
+++ b/xfce/core/core.xml
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE chapter 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;
+]>
+
+<!--
+$LastChangedBy$
+$Date$
+-->
+
+<chapter id="xfce-core">
+ <?dbhtml filename="xfce-core.html" ?>
+
+ <title>Xfce Desktop</title>
+
+ <para>
+ Xfce is a desktop environment that aims to be fast and low on system
+ resources, while still being visually appealing and user friendly.
+ </para>
+
+ <para>
+ Xfce embodies the traditional UNIX philosophy of modularity and
+ re-usability. It consists of a number of components that provide the full
+ functionality one can expect of a modern desktop environment. They are
+ packaged separately and you can pick among the available packages to create
+ the optimal personal working environment.
+ </para>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="exo.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="garcon.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk-xfce-engine.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libwnck2.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libxfce4ui.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libxfce4util.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libxfcegui4.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="thunar.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="thunar-volman.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tumbler.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce4-appfinder.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce4-panel.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce4-power-manager.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce4-session.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfce4-settings.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfconf.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfdesktop.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfwm4.xml"/>
+
+</chapter>
diff --git a/xfce/core/exo.xml b/xfce/core/exo.xml
new file mode 100644
index 0000000000..bc333f7934
--- /dev/null
+++ b/xfce/core/exo.xml
@@ -0,0 +1,228 @@
+<?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 exo-download-http
+ "http://archive.xfce.org/src/xfce/exo/0.8/exo-&exo-version;.tar.bz2">
+ <!ENTITY exo-download-ftp " ">
+ <!ENTITY exo-md5sum "189bd19210e1d7d8601be1cdf27bf259">
+ <!ENTITY exo-size "1 MB">
+ <!ENTITY exo-buildsize "25.3 MB">
+ <!ENTITY exo-time "0.3 SBU">
+]>
+
+<sect1 id="exo" xreflabel="exo-&exo-version;">
+ <?dbhtml filename="exo.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>exo-&exo-version;</title>
+
+ <indexterm zone="exo">
+ <primary sortas="a-exo">exo</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to exo</title>
+
+ <para>
+ <application>Exo</application> is a support library used in the
+ <application>Xfce</application> desktop. It also has some helper
+ applications that are used throughout <application>Xfce</application>.
+ </para>
+
+ &lfs71_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&exo-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&exo-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &exo-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &exo-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &exo-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &exo-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">exo Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="gtk2"/> and
+ <xref linkend="libxfce4util"/>.
+ </para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="gtk-doc"/> and
+ <xref linkend="pygtk"/>.
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/exo"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of exo</title>
+
+ <para>
+ Install <application>exo</application> by running the following
+ commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
+ --disable-static --docdir=/usr/share/doc/exo-&exo-version; &amp;&amp;
+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/static-libraries.xml"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../xincludes/gtk-doc-rebuild.xml"/>
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Libraries</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>
+ exo-csource, exo-desktop-item-edit, exo-open and
+ exo-preferred-applications.
+ </seg>
+ <seg>libexo-1.so.</seg>
+ <seg>
+ /etc/xdg/xfce4,
+ /usr/include/exo-1,
+ /usr/lib/xfce4,
+ /usr/share/doc/exo-&exo-version;,
+ /usr/share/gtk-doc/exo,
+ /usr/share/pixmaps/exo-1,
+ /usr/share/pygtk/2.0/defs/exo-0.6 and
+ /usr/share/xfce4.
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="exo-csource">
+ <term><command>exo-csource</command></term>
+ <listitem>
+ <para>
+ is a small utility that generates C code containing arbitrary data,
+ useful for compiling texts or other data directly into programs.
+ </para>
+ <indexterm zone="exo exo-csource">
+ <primary sortas="b-exo-csource">exo-csource</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="exo-desktop-item-edit">
+ <term><command>exo-desktop-item-edit</command></term>
+ <listitem>
+ <para>
+ is a command line utility to create or edit icons on the desktop.
+ </para>
+ <indexterm zone="exo exo-desktop-item-edit">
+ <primary sortas="b-exo-desktop-item-edit">exo-desktop-item-edit</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="exo-open">
+ <term><command>exo-open</command></term>
+ <listitem>
+ <para>
+ is a command line frontend to the <application>Xfce</application>
+ Preferred Applications framework. It can either be used to open a
+ list of urls with the default URL handler or launch the preferred
+ application for a certain category.
+ </para>
+ <indexterm zone="exo exo-open">
+ <primary sortas="b-exo-open">exo-open</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="exo-preferred-applications">
+ <term><command>exo-preferred-applications</command></term>
+ <listitem>
+ <para>
+ is a command line utility to edit the preferred application that is
+ used to handle a particular type of file or URI.
+ </para>
+ <indexterm zone="exo exo-preferred-applications">
+ <primary sortas="b-exo-preferred-applications">exo-preferred-applications</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="libexo-1">
+ <term><filename class="libraryfile">libexo-1.so</filename></term>
+ <listitem>
+ <para>
+ contains additional widgets, a framework for editable toolbars,
+ light-weight session management support and functions to
+ automatically synchronise object properties (based on GObject
+ Binding Properties).
+ </para>
+ <indexterm zone="exo libexo-1">
+ <primary sortas="c-libexo-1">libexo-1.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+</sect1>
diff --git a/xfce/core/garcon.xml b/xfce/core/garcon.xml
new file mode 100644
index 0000000000..9afaa06db1
--- /dev/null
+++ b/xfce/core/garcon.xml
@@ -0,0 +1,160 @@
+<?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 garcon-download-http
+ "http://archive.xfce.org/src/xfce/garcon/0.2/garcon-&garcon-version;.tar.bz2">
+ <!ENTITY garcon-download-ftp " ">
+ <!ENTITY garcon-md5sum "301e7b8015060dd30407b68dd8c4bdb7">
+ <!ENTITY garcon-size "424 KB">
+ <!ENTITY garcon-buildsize "11 MB">
+ <!ENTITY garcon-time "0.1 SBU">
+]>
+
+<sect1 id="garcon" xreflabel="garcon-&garcon-version;">
+ <?dbhtml filename="garcon.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>garcon-&garcon-version;</title>
+
+ <indexterm zone="garcon">
+ <primary sortas="a-garcon">garcon</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to Garcon</title>
+
+ <para>
+ The <application>Garcon</application> package contains a freedesktop.org
+ compliant menu implementation based on <application>GLib</application> and
+ <application>GIO</application>.
+ </para>
+
+ &lfs71_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&garcon-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&garcon-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &garcon-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &garcon-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &garcon-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &garcon-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Garcon Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="libxfce4util"/>
+ </para>
+
+ <!-- As required -->
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="gtk-doc"/>.
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/garcon"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of Garcon</title>
+
+ <para>
+ Install <application>Garcon</application> by running the following
+ commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --disable-static &amp;&amp;
+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/static-libraries.xml"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../xincludes/gtk-doc-rebuild.xml"/>
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Library</segtitle>
+ <segtitle>Installed Director(y,ies)</segtitle>
+
+ <seglistitem>
+ <seg>libgarcon-1.so.</seg>
+ <seg>
+ /usr/share/gtk-doc/html/garcon.
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="libgarcon-1">
+ <term><filename class="libraryfile">libgarcon-1.so</filename></term>
+ <listitem>
+ <para>
+ contains functions that provide a freedesktop.org compliant menu
+ implementation based on <application>GLib</application> and
+ <application>GIO</application>.
+ </para>
+ <indexterm zone="garcon libgarcon-1">
+ <primary sortas="c-libgarcon-1">libgarcon-1.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+</sect1>
diff --git a/xfce/core/gtk-xfce-engine.xml b/xfce/core/gtk-xfce-engine.xml
new file mode 100644
index 0000000000..acefd82b0e
--- /dev/null
+++ b/xfce/core/gtk-xfce-engine.xml
@@ -0,0 +1,158 @@
+<?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 gtk-xfce-engine-download-http
+ "http://archive.xfce.org/src/xfce/gtk-xfce-engine/3.0/gtk-xfce-engine-&gtk-xfce-engine-version;.tar.bz2">
+ <!ENTITY gtk-xfce-engine-download-ftp " ">
+ <!ENTITY gtk-xfce-engine-md5sum "c02dec13f063c285de44d5388902822a">
+ <!ENTITY gtk-xfce-engine-size "360 KB">
+ <!ENTITY gtk-xfce-engine-buildsize "6.7 MB">
+ <!ENTITY gtk-xfce-engine-time "0.1 SBU">
+]>
+
+<sect1 id="gtk-xfce-engine" xreflabel="gtk-xfce-engine-&gtk-xfce-engine-version;">
+ <?dbhtml filename="gtk-xfce-engine.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>gtk-xfce-engine-&gtk-xfce-engine-version;</title>
+
+ <indexterm zone="gtk-xfce-engine">
+ <primary sortas="a-gtk-xfce-engine">gtk-xfce-engine</primary>
+ </indexterm>
+
+ <!--Required section-->
+ <sect2 role="package">
+ <title>Introduction to GTK-Xfce-Engine</title>
+
+ <para>
+ The <application>GTK-Xfce-Engine</application> package contains several
+ <application>GTK+-2</application> themes and the applications and
+ libraries needed to display them.
+ This is useful for customising the appearance of your
+ <application>Xfce</application> desktop.
+ </para>
+
+ &lfs71_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&gtk-xfce-engine-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&gtk-xfce-engine-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &gtk-xfce-engine-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &gtk-xfce-engine-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &gtk-xfce-engine-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &gtk-xfce-engine-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">GTK-Xfce-Engine Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="gtk2"/>.
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/gtk-xfce-engine"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of GTK-Xfce-Engine</title>
+
+ <para>
+ Install <application>GTK-Xfce-Engine</application> by running the
+ following commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
+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/static-libraries.xml"/>
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Library</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>
+ libxfce.so (in /usr/lib/&gtk2-libdir;/engines).
+ </seg>
+ <seg>
+ Xfce, Xfce-4.6, Xfce-curve, Xfce-kolors, Xfce-saltlake,,Xfce-4.0,
+ Xfce-b5, Xfce-dawn, Xfce-light, Xfce-smooth, Xfce-4.2, Xfce-basic,
+ Xfce-dusk, Xfce-orange, Xfce-stellar, Xfce-4.4, Xfce-cadmium,
+ Xfce-kde2, Xfce-redmondxp and Xfce-winter.
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="libxfce">
+ <term><filename class="libraryfile">libxfce.so</filename></term>
+ <listitem>
+ <para>
+ contains functions that allow <application>Xfce</application> to
+ apply and change <application>Gtk+-2</application> themes.
+ </para>
+ <indexterm zone="gtk-xfce-engine libxfce">
+ <primary sortas="c-libxfce">libxfce.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+</sect1>
diff --git a/xfce/core/libwnck2.xml b/xfce/core/libwnck2.xml
new file mode 100644
index 0000000000..eb2f4a5314
--- /dev/null
+++ b/xfce/core/libwnck2.xml
@@ -0,0 +1,169 @@
+<?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 libwnck2-download-http
+ "&gnome-download-http;/libwnck/2.30/libwnck-&libwnck2-version;.tar.xz">
+ <!ENTITY libwnck2-download-ftp
+ "&gnome-download-ftp;/libwnck/2.30/libwnck-&libwnck2-version;.tar.xz">
+ <!ENTITY libwnck2-md5sum "3d20f26105a2fd878899d6ecdbe9a082">
+ <!ENTITY libwnck2-size "612 KB">
+ <!ENTITY libwnck2-buildsize "16 MB">
+ <!ENTITY libwnck2-time "0.2 SBU">
+]>
+
+<sect1 id="libwnck2" xreflabel="libwnck-&libwnck2-version;">
+ <?dbhtml filename="libwnck2.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>libwnck-&libwnck2-version;</title>
+
+ <indexterm zone="libwnck2">
+ <primary sortas="a-Libwnck">Libwnck</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to libwnck</title>
+
+ <para>The <application>libwnck</application> package contains a
+ Window Navigator Construction Kit.</para>
+
+ &lfs71_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>Download (HTTP): <ulink url="&libwnck2-download-http;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download (FTP): <ulink url="&libwnck2-download-ftp;"/></para>
+ </listitem>
+ <listitem>
+ <para>Download MD5 sum: &libwnck2-md5sum;</para>
+ </listitem>
+ <listitem>
+ <para>Download size: &libwnck2-size;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated disk space required: &libwnck2-buildsize;</para>
+ </listitem>
+ <listitem>
+ <para>Estimated build time: &libwnck2-time;</para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">libwnck Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="gtk2"/> and
+ <xref linkend="intltool"/>.
+ </para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="gobject-introspection"/>,
+ <xref linkend="gtk-doc"/> and
+ <xref linkend="startup-notification"/>.
+ </para>
+
+ <para condition="html" role="usernotes">User Notes:
+ <ulink url="&blfs-wiki;/libwnck2"/></para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of libwnck</title>
+
+ <para>
+ Install <application>libwnck</application> by running the following
+ commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr --disable-static --program-suffix=-1 &amp;&amp;
+make GETTEXT_PACKAGE=libwnck-1</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 GETTEXT_PACKAGE=libwnck-1 install</userinput></screen>
+ </sect2>
+
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../xincludes/static-libraries.xml"/>
+
+ <para>
+ <option>--program-suffix=-1</option>: This option adds -1 to the end of
+ the names of the installed programs to avoid overwriting the programs
+ installed by <xref linkend="libwnck"/>.
+ </para>
+
+ <para>
+ <parameter>GETTEXT_PACKAGE=libwnck-1</parameter>: This parameter adds -1
+ to the end of the names of the gettext files installed by the package
+ to avoid overwriting the files installed by <xref linkend="libwnck"/>.
+ </para>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../xincludes/gtk-doc-rebuild.xml"/>
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Library</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>wnckprop-1 and wnck-urgency-monitor-1.</seg>
+ <seg>libwnck-1.so.</seg>
+ <seg>
+ /usr/include/libwnck-1.0 and
+ /usr/share/gtk-doc/html/libwnck-1.0.
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="wnckprop-1">
+ <term><command>wnckprop-1</command></term>
+ <listitem>
+ <para>
+ Print or modify the properties of a screen/workspace/window, or
+ interact with it.
+ </para>
+ <indexterm zone="libwnck wnckprop-1">
+ <primary sortas="b-wnckprop-1">wnckprop-1</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="libwnck-1">
+ <term><filename class='libraryfile'>libwnck-1.so</filename></term>
+ <listitem>
+ <para>contains functions for writing pagers and task lists.</para>
+ <indexterm zone="libwnck libwnck-1">
+ <primary sortas="c-libwnck-1">libwnck-1.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+</sect1>
diff --git a/xfce/core/libxfce4ui.xml b/xfce/core/libxfce4ui.xml
new file mode 100644
index 0000000000..ddf4ebe2b9
--- /dev/null
+++ b/xfce/core/libxfce4ui.xml
@@ -0,0 +1,179 @@
+<?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 libxfce4ui-download-http
+ "http://archive.xfce.org/src/xfce/libxfce4ui/&xfce4-version;/libxfce4ui-&libxfce4ui-version;.tar.bz2">
+ <!ENTITY libxfce4ui-download-ftp " ">
+ <!ENTITY libxfce4ui-md5sum "6df1ce474a3d4885aee31cda9dbc9192">
+ <!ENTITY libxfce4ui-size "536 KB">
+ <!ENTITY libxfce4ui-buildsize "9.5 MB">
+ <!ENTITY libxfce4ui-time "0.2 SBU">
+]>
+
+<sect1 id="libxfce4ui" xreflabel="libxfce4ui-&libxfce4ui-version;">
+ <?dbhtml filename="libxfce4ui.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>libxfce4ui-&libxfce4ui-version;</title>
+
+ <indexterm zone="libxfce4ui">
+ <primary sortas="a-libxfce4ui">libxfce4ui</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to LibXfce4UI</title>
+
+ <para>
+ The <application>LibXfce4UI</application> package contains
+ <application>Gtk 2</application> widgets that are used by other
+ <application>Xfce</application> applications.
+ </para>
+
+ &lfs71_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&libxfce4ui-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&libxfce4ui-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &libxfce4ui-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &libxfce4ui-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &libxfce4ui-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &libxfce4ui-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">LibXfce4UI Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="gtk2"/> and
+ <xref linkend="xfconf"/>
+ </para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="gtk-doc"/> and
+ <xref linkend="startup-notification"/>.
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/libxfce4ui"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of LibXfce4UI</title>
+
+ <para>
+ Install <application>LibXfce4UI</application> by running the following
+ commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
+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/static-libraries.xml"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../xincludes/gtk-doc-rebuild.xml"/>
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Libraries</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>
+ libxfce4kbd-private-2.so and libxfce4ui-1.so.
+ </seg>
+ <seg>
+ /etc/xdg/xfce4,
+ /usr/include/xfce4/libxfce4kbd-private-2,
+ /usr/include/xfce4/libxfce4ui-1 and
+ /usr/share/gtk-doc/html/libxfce4ui.
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="libxfce4kbd-private-2">
+ <term><filename class="libraryfile">libxfce4kbd-private-2.so</filename></term>
+ <listitem>
+ <para>
+ is a private <application>Xfce</application> library for sharing
+ code between <application>Xfwm4</application> and
+ <application>Xfce4-Settings</application>.
+ </para>
+ <indexterm zone="libxfce4ui libxfce4kbd-private-2">
+ <primary sortas="c-libxfce4kbd-private-2">libxfce4kbd-private-2.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="libxfce4ui-1">
+ <term><filename class="libraryfile">libxfce4ui-1.so</filename></term>
+ <listitem>
+ <para>
+ contains widgets that are used by other
+ <application>Xfce</application> applications.
+ </para>
+ <indexterm zone="libxfce4ui libxfce4ui-1">
+ <primary sortas="c-libxfce4ui-1">libxfce4ui-1.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+</sect1>
diff --git a/xfce/core/libxfce4util.xml b/xfce/core/libxfce4util.xml
new file mode 100644
index 0000000000..42e0bb793c
--- /dev/null
+++ b/xfce/core/libxfce4util.xml
@@ -0,0 +1,171 @@
+<?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 libxfce4util-download-http
+ "http://archive.xfce.org/src/xfce/libxfce4util/&xfce4-version;/libxfce4util-&libxfce4util-version;.tar.bz2">
+ <!ENTITY libxfce4util-download-ftp " ">
+ <!ENTITY libxfce4util-md5sum "2e8defcd40cbf6afedde531b27314511">
+ <!ENTITY libxfce4util-size "424 KB">
+ <!ENTITY libxfce4util-buildsize "7.4 MB">
+ <!ENTITY libxfce4util-time "0.1 SBU">
+]>
+
+<sect1 id="libxfce4util" xreflabel="libxfce4util-&libxfce4util-version;">
+ <?dbhtml filename="libxfce4util.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>libxfce4util-&libxfce4util-version;</title>
+
+ <indexterm zone="libxfce4util">
+ <primary sortas="a-libxfce4util">libxfce4util</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to LibXfce4Util</title>
+
+ <para>
+ The <application>LibXfce4Util</application> package is a basic utility
+ library for the <application>Xfce</application> desktop environment.
+ </para>
+
+ &lfs71_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&libxfce4util-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&libxfce4util-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &libxfce4util-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &libxfce4util-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &libxfce4util-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &libxfce4util-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">LibXfce4Util Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="intltool"/> and
+ <xref linkend="pkgconfig"/>.
+ </para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional"><xref linkend="gtk-doc"/>.</para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/libxfce4util"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of LibXfce4Util</title>
+
+ <para>
+ Install <application>LibXfce4Util</application> by running the following
+ commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
+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/static-libraries.xml"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../xincludes/gtk-doc-rebuild.xml"/>
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Program</segtitle>
+ <segtitle>Installed Library</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>xfce4-kiosk-query.</seg>
+ <seg>libxfce4util.so.</seg>
+ <seg>/usr/include/xfce4 and /usr/share/gtk-doc/html/libxfce4util.</seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="xfce4-kiosk-query">
+ <term><command>xfce4-kiosk-query</command></term>
+ <listitem>
+ <para>
+ Queries the given capabilities of &lt;module&gt; for the current
+ user and reports whether the user has the capabilities or not. This
+ tool is mainly meant for system administrators to test their Kiosk
+ setup.
+ </para>
+ <indexterm zone="libxfce4util xfce4-kiosk-query">
+ <primary sortas="b-xfce4-kiosk-query">xfce4-kiosk-query</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="libxfce4util-lib">
+ <term><filename class="libraryfile">libxfce4util.so</filename></term>
+ <listitem>
+ <para>
+ contains basic utility functions for the
+ <application>Xfce</application> desktop environment.
+ </para>
+ <indexterm zone="libxfce4util libxfce4util-lib">
+ <primary sortas="c-libxfce4util">libxfce4util.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+</sect1>
diff --git a/xfce/core/libxfcegui4.xml b/xfce/core/libxfcegui4.xml
new file mode 100644
index 0000000000..78a2010b66
--- /dev/null
+++ b/xfce/core/libxfcegui4.xml
@@ -0,0 +1,157 @@
+<?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 libxfcegui4-download-http
+ "http://archive.xfce.org/src/xfce/libxfcegui4/&xfce4-version;/libxfcegui4-&libxfcegui4-version;.tar.bz2">
+ <!ENTITY libxfcegui4-download-ftp " ">
+ <!ENTITY libxfcegui4-md5sum "4025b9d6811f051c914cdd700d437e61">
+ <!ENTITY libxfcegui4-size "676 KB">
+ <!ENTITY libxfcegui4-buildsize "29 MB">
+ <!ENTITY libxfcegui4-time "0.3 SBU">
+]>
+
+<sect1 id="libxfcegui4" xreflabel="libxfcegui4-&libxfcegui4-version;">
+ <?dbhtml filename="libxfcegui4.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>libxfcegui4-&libxfcegui4-version;</title>
+
+ <indexterm zone="libxfcegui4">
+ <primary sortas="a-libxfcegui4">libxfcegui4</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to LibXfceGUI4</title>
+
+ <para>
+ The <application>LibXfceGUI4</application> package provides the basic GUI
+ functions used by <application>Xfce</application>.
+ </para>
+
+ &lfs71_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&libxfcegui4-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&libxfcegui4-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &libxfcegui4-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &libxfcegui4-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &libxfcegui4-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &libxfcegui4-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">LibXfceGUI4 Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="gtk2"/>,
+ <xref linkend="libglade"/> and
+ <xref linkend="libxfce4util"/>.
+ </para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional"><xref linkend="gtk-doc"/>.</para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/libxfcegui4"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of LibXfceGUI4</title>
+
+ <para>
+ Install <application>LibXfceGUI4</application> by running the following
+ commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
+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/static-libraries.xml"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../xincludes/gtk-doc-rebuild.xml"/>
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Libraries</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>libxfcegui4.so and libxfce4.so.</seg>
+ <seg>/usr/include/xfce4/libxfcegui4 and
+ /usr/share/gtk-doc/html/libxfcegui4.
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="libxfcegui4-lib">
+ <term><filename class="libraryfile">libxfcegui4.so</filename></term>
+ <listitem>
+ <para>
+ contains the basic GUI functions used by
+ <application>Xfce</application>.
+ </para>
+ <indexterm zone="libxfcegui4 libxfcegui4-lib">
+ <primary sortas="c-libxfcegui4">libxfcegui4.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+</sect1>
diff --git a/xfce/core/thunar-volman.xml b/xfce/core/thunar-volman.xml
new file mode 100644
index 0000000000..d095d5009b
--- /dev/null
+++ b/xfce/core/thunar-volman.xml
@@ -0,0 +1,159 @@
+<?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 thunar-volman-download-http "http://archive.xfce.org/src/xfce/thunar-volman/0.8/thunar-volman-&thunar-volman-version;.tar.bz2">
+ <!ENTITY thunar-volman-download-ftp " ">
+ <!ENTITY thunar-volman-md5sum "250af757ea629c7c27f554d17119080c">
+ <!ENTITY thunar-volman-size "404 KB">
+ <!ENTITY thunar-volman-buildsize "6.6 MB">
+ <!ENTITY thunar-volman-time "0.1 SBU">
+]>
+
+<sect1 id="thunar-volman" xreflabel="thunar-volman-&thunar-volman-version;">
+ <?dbhtml filename="thunar-volman.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>thunar-volman-&thunar-volman-version;</title>
+
+ <indexterm zone="thunar-volman">
+ <primary sortas="a-thunar-volman">thunar-volman</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to the Thunar Volume Manager</title>
+
+ <para>
+ The <application>Thunar Volume Manager</application> is an extension for
+ the <application>Thunar</application> file manager, which enables
+ automatic management of removable drives and media.
+ </para>
+
+ &lfs71_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&thunar-volman-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&thunar-volman-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &thunar-volman-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &thunar-volman-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &thunar-volman-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &thunar-volman-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Thunar Volume Manager Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="exo"/>,
+ <xref linkend="libxfce4ui"/> and
+ <xref linkend="udev"/>.
+ </para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="libnotify"/> and
+ <xref linkend="startup-notification"/>
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/thunar-volman"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of the Thunar Volume Manager</title>
+
+ <para>
+ Install the <application>Thunar Volume Manager</application> by running the following
+ commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr &amp;&amp;
+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="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+
+ <seglistitem>
+ <seg>thunar-volman and thunar-volman-settings.</seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="thunar-volman-prog">
+ <term><command>thunar-volman</command></term>
+ <listitem>
+ <para>
+ is the <application>Thunar</application> Volume Manager, a command
+ line utility to automatically mount or unmount removable media.
+ </para>
+ <indexterm zone="thunar-volman thunar-volman-prog">
+ <primary sortas="b-thunar-volman">thunar-volman</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="thunar-volman-settings">
+ <term><command>thunar-volman-settings</command></term>
+ <listitem>
+ <para>
+ is a small <application>Gtk 2</application> application for changing
+ your <application>Thunar Volume Manager</application>.
+ </para>
+ <indexterm zone="thunar-volman thunar-volman-settings">
+ <primary sortas="b-thunar-volman-settings">thunar-volman-settings</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+</sect1>
diff --git a/xfce/core/thunar.xml b/xfce/core/thunar.xml
new file mode 100644
index 0000000000..ac0eb20c6e
--- /dev/null
+++ b/xfce/core/thunar.xml
@@ -0,0 +1,224 @@
+<?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 thunar-download-http "http://archive.xfce.org/src/xfce/thunar/1.4/Thunar-&thunar-version;.tar.bz2">
+ <!ENTITY thunar-download-ftp " ">
+ <!ENTITY thunar-md5sum "737ad2c36ed36b10fef82e860b9e990a">
+ <!ENTITY thunar-size "1.8 MB">
+ <!ENTITY thunar-buildsize "58 MB">
+ <!ENTITY thunar-time "0.7 SBU">
+]>
+
+<sect1 id="thunar" xreflabel="thunar-&thunar-version;">
+ <?dbhtml filename="thunar.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>Thunar-&thunar-version;</title>
+
+ <indexterm zone="thunar">
+ <primary sortas="a-thunar">thunar</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to Thunar</title>
+
+ <para>
+ <application>Thunar</application> is the <application>Xfce</application>
+ file manager, a <application>Gtk 2</application> GUI to organise the files
+ on your computer.
+ </para>
+
+ &lfs71_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&thunar-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&thunar-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &thunar-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &thunar-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &thunar-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &thunar-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Thunar Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="exo"/> and
+ <xref linkend="libxfce4ui"/>
+ </para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="libnotify"/>,
+ <xref linkend="startup-notification"/> and
+ <xref linkend="udev"/> (for GUdev).
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/thunar"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of Thunar</title>
+
+ <para>
+ Install <application>Thunar</application> by running the following
+ commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
+ --docdir=/usr/share/Thunar-&thunar-version; &amp;&amp;
+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/static-libraries.xml"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../xincludes/gtk-doc-rebuild.xml"/>
+
+ <para>
+ <command>COMMAND</command>: This command does something.
+ </para>
+
+ <para>
+ <parameter>--SWITCH=PARAMETER</parameter>: This parameter does something
+ mandatory for BLFS purposes.
+ </para>
+
+ <para>
+ <option>--OPTION</option>: This option does something optionally per the
+ user's desires.
+ </para>
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Library</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>
+ Thunar, thunar and thunar-settings.
+ </seg>
+ <seg>libthunarx-2.so.</seg>
+ <seg>
+ /etc/xdg/Thunar,
+ /usr/include/thunarx-2,
+ /usr/lib/Thunar,
+ /usr/lib/thunarx-2,
+ /usr/share/gtk-doc/html/thunarx,
+ /usr/share/doc/Thunar-&thunar-version;,
+ /usr/share/pixmaps/Thunar and
+ /usr/share/Thunar.
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="Thunar">
+ <term><command>Thunar</command></term>
+ <listitem>
+ <para>
+ is the <application>Xfce</application> file manager.
+ </para>
+ <indexterm zone="thunar Thunar">
+ <primary sortas="b-Thunar">Thunar</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="thunar-prog">
+ <term><command>thunar</command></term>
+ <listitem>
+ <para>
+ is a symbolic link to <application>Thunar</application>.
+ </para>
+ <indexterm zone="thunar thunar-prog">
+ <primary sortas="b-thunar">thunar</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="thunar-settings">
+ <term><command>thunar-settings</command></term>
+ <listitem>
+ <para>
+ is a shell script that launches a dialog box to allow you to alter
+ the behaviour of <application>Thunar</application>.
+ </para>
+ <indexterm zone="thunar thunar-settings">
+ <primary sortas="b-thunar-settings">thunar-settings</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="libthunarx-2">
+ <term><filename class="libraryfile">libthunarx-2.so</filename></term>
+ <listitem>
+ <para>
+ contains the <application>Thunar</application> extension library
+ which permits adding new features to the
+ <application>Thunar</application> file manager.
+ </para>
+ <indexterm zone="thunar libthunarx-2">
+ <primary sortas="c-libthunarx-2">libthunarx-2.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+</sect1>
diff --git a/xfce/core/tumbler.xml b/xfce/core/tumbler.xml
new file mode 100644
index 0000000000..80e059e89a
--- /dev/null
+++ b/xfce/core/tumbler.xml
@@ -0,0 +1,238 @@
+<?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 tumbler-download-http
+ "http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-&tumbler-version;.tar.bz2">
+ <!ENTITY tumbler-download-ftp " ">
+ <!ENTITY tumbler-md5sum "d4edc15c172714c7a3eaf3c719b8faf6">
+ <!ENTITY tumbler-size "468 KB">
+ <!ENTITY tumbler-buildsize "12.5 MB">
+ <!ENTITY tumbler-time "0.2 SBU">
+]>
+
+<sect1 id="tumbler" xreflabel="tumbler-&tumbler-version;">
+ <?dbhtml filename="tumbler.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>tumbler-&tumbler-version;</title>
+
+ <indexterm zone="tumbler">
+ <primary sortas="a-tumbler">tumbler</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to Tumbler</title>
+
+ <para>
+ The <application>Tumbler</application> package contains a
+ <application>D-Bus</application> thumbnailing service based on the
+ thumbnail management <application>D-Bus</application> specification.
+ This is useful for generating thumbnail images of files.
+ </para>
+
+ &lfs71_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&tumbler-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&tumbler-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &tumbler-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &tumbler-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &tumbler-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &tumbler-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Tumbler Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="dbus-glib"/> and
+ <xref linkend="intltool"/>
+ </para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <ulink url="http://code.google.com/p/ffmpegthumbnailer/">FFmpeg-Thumbnailer</ulink>,
+ <xref linkend="freetype2"/>,
+ <xref linkend="gdk-pixbuf"/>,
+ <xref linkend="gtk-doc"/>,
+ <xref linkend="libjpeg"/>,
+ <xref linkend="libpng"/>,
+ <xref linkend="poppler"/>,.
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/tumbler"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of Tumbler</title>
+
+ <para>
+ Install <application>Tumbler</application> by running the following
+ commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
+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/static-libraries.xml"/>
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Libraries</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>
+ libtumbler-1.so, and in
+ <filename class="directory">/usr/lib/tumbler-1/plugins</filename>
+ (depending on the dependencies you've installed):
+ tumbler-ffmpeg-thumbnailer.so,
+ tumbler-font-thumbnailer.so,
+ tumbler-jpeg-thumbnailer.so,
+ tumbler-pixbuf-thumbnailer.so and
+ tumbler-poppler-thumbnailer.so.
+ </seg>
+ <seg>
+ /usr/include/tumbler-1,
+ /usr/lib/tumbler-1 and
+ /usr/share/gtk-doc/html/tumbler.
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="libtumbler-1">
+ <term><filename class="libraryfile">libtumbler-1.so</filename></term>
+ <listitem>
+ <para>
+ contains functions that the <application>Tumbler</application>
+ daemon uses to create thumbnail images.
+ </para>
+ <indexterm zone="tumbler libtumbler-1">
+ <primary sortas="c-libtumbler-1">libtumbler-1.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="tumbler-ffmpeg-thumbnailer">
+ <term><filename class="libraryfile">tumbler-ffmpeg-thumbnailer.so</filename></term>
+ <listitem>
+ <para>
+ is the <application>Tumbler</application>
+ <application>FFmpeg</application> plugin for creating thumbnails
+ of video files.
+ </para>
+ <indexterm zone="tumbler tumbler-ffmpeg-thumbnailer">
+ <primary sortas="c-tumbler-ffmpeg-thumbnailer">tumbler-ffmpeg-thumbnailer.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="tumbler-font-thumbnailer">
+ <term><filename class="libraryfile">tumbler-font-thumbnailer.so</filename></term>
+ <listitem>
+ <para>
+ is the <application>Tumbler</application> font thumbnailer.
+ </para>
+ <indexterm zone="tumbler tumbler-font-thumbnailer">
+ <primary sortas="c-tumbler-font-thumbnailer">tumbler-font-thumbnailer.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="tumbler-jpeg-thumbnailer">
+ <term><filename class="libraryfile">tumbler-jpeg-thumbnailer.so</filename></term>
+ <listitem>
+ <para>
+ is the <application>Tumbler</application> jpeg thumbnailer for
+ creating thumbnails of jpeg images.
+ </para>
+ <indexterm zone="tumbler tumbler-jpeg-thumbnailer">
+ <primary sortas="c-tumbler-jpeg-thumbnailer">tumbler-jpeg-thumbnailer.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="tumbler-pixbuf-thumbnailer">
+ <term><filename class="libraryfile">tumbler-pixbuf-thumbnailer.so</filename></term>
+ <listitem>
+ <para>
+ is the <application>Tumbler</application>
+ <application>Gdk Pixbuf</application> thumbnailer.
+ </para>
+ <indexterm zone="tumbler tumbler-pixbuf-thumbnailer">
+ <primary sortas="c-tumbler-pixbuf-thumbnailer">tumbler-pixbuf-thumbnailer.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="tumbler-poppler-thumbnailer">
+ <term><filename class="libraryfile">tumbler-poppler-thumbnailer.so</filename></term>
+ <listitem>
+ <para>
+ is the <application>Tumbler</application> PDF thumbnailer.
+ </para>
+ <indexterm zone="tumbler tumbler-poppler-thumbnailer">
+ <primary sortas="c-tumbler-poppler-thumbnailer">tumbler-poppler-thumbnailer.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+</sect1>
diff --git a/xfce/core/xfce4-appfinder.xml b/xfce/core/xfce4-appfinder.xml
new file mode 100644
index 0000000000..48781f851a
--- /dev/null
+++ b/xfce/core/xfce4-appfinder.xml
@@ -0,0 +1,141 @@
+<?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 xfce4-appfinder-download-http
+ "http://archive.xfce.org/src/xfce/xfce4-appfinder/&xfce4-version;/xfce4-appfinder-&xfce4-appfinder-version;.tar.bz2">
+ <!ENTITY xfce4-appfinder-download-ftp " ">
+ <!ENTITY xfce4-appfinder-md5sum "799f70a9ad67b450da67810a5107e623">
+ <!ENTITY xfce4-appfinder-size "420 KB">
+ <!ENTITY xfce4-appfinder-buildsize "6 MB">
+ <!ENTITY xfce4-appfinder-time "0.1 SBU">
+]>
+
+<sect1 id="xfce4-appfinder" xreflabel="xfce4-appfinder-&xfce4-appfinder-version;">
+ <?dbhtml filename="xfce4-appfinder.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>xfce4-appfinder-&xfce4-appfinder-version;</title>
+
+ <indexterm zone="xfce4-appfinder">
+ <primary sortas="a-xfce4-appfinder">xfce4-appfinder</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to Xfce4-Appfinder</title>
+
+ <para>
+ <application>Xfce4-Appfinder</application> is a tool to find and launch
+ installed applications by searching the .desktop files installed on your
+ system.
+ </para>
+
+ &lfs71_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&xfce4-appfinder-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&xfce4-appfinder-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &xfce4-appfinder-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &xfce4-appfinder-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &xfce4-appfinder-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &xfce4-appfinder-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Xfce4-Appfinder Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="garcon"/> and
+ <xref linkend="libxfce4ui"/>.
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/xfce4-appfinder"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of Xfce4-Appfinder</title>
+
+ <para>
+ Install <application>Xfce4-Appfinder</application> by running the
+ following commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr &amp;&amp;
+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="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Program</segtitle>
+
+ <seglistitem>
+ <seg>xfce4-appfinder.</seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="xfce4-appfinder-prog">
+ <term><command>xfce4-appfinder</command></term>
+ <listitem>
+ <para>
+ Is a <application>Gtk 2</application> application that enables you
+ to quickly search through the .desktop files installed on your
+ system looking for an application.
+ </para>
+ <indexterm zone="xfce4-appfinder xfce4-appfinder-prog">
+ <primary sortas="b-xfce4-appfinder">xfce4-appfinder</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+</sect1>
diff --git a/xfce/core/xfce4-panel.xml b/xfce/core/xfce4-panel.xml
new file mode 100644
index 0000000000..6b2d63c8a6
--- /dev/null
+++ b/xfce/core/xfce4-panel.xml
@@ -0,0 +1,223 @@
+<?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 xfce4-panel-download-http
+ "http://archive.xfce.org/src/xfce/xfce4-panel/&xfce4-version;/xfce4-panel-&xfce4-panel-version;.tar.bz2">
+ <!ENTITY xfce4-panel-download-ftp " ">
+ <!ENTITY xfce4-panel-md5sum "cf7351a4b952dbe3fc5ff509c68def33">
+ <!ENTITY xfce4-panel-size "1 MB">
+ <!ENTITY xfce4-panel-buildsize "39 MB">
+ <!ENTITY xfce4-panel-time "0.8 SBU">
+]>
+
+<sect1 id="xfce4-panel" xreflabel="xfce4-panel-&xfce4-panel-version;">
+ <?dbhtml filename="xfce4-panel.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>xfce4-panel-&xfce4-panel-version;</title>
+
+ <indexterm zone="xfce4-panel">
+ <primary sortas="a-xfce4-panel">xfce4-panel</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to Xfce4-Panel</title>
+
+ <para>
+ The <application>Xfce4-Panel</application> package contains the
+ <application>Xfce4</application> Panel.
+ </para>
+
+ &lfs71_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&xfce4-panel-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&xfce4-panel-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &xfce4-panel-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &xfce4-panel-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &xfce4-panel-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &xfce4-panel-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Xfce4-Panel Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="exo"/>,
+ <xref linkend="garcon"/>,
+ <xref linkend="libwnck2"/> and
+ <xref linkend="libxfce4ui"/>.
+ </para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="gtk-doc"/>.
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/xfce4-panel"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of Xfce4-Panel</title>
+
+ <para>
+ Install <application>Xfce4-Panel</application> by running the following
+ commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --disable-static \
+ --docdir=/usr/share/doc/xfce4-panel-&xfce4-panel-version; &amp;&amp;
+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/static-libraries.xml"/>
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Library</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>
+ xfce4-panel,
+ xfce4-popup-directorymenu,
+ xfce4-popup-applicationsmenu and
+ xfce4-popup-windowmenu.
+ </seg>
+ <seg>libxfce4panel-1.0.so.</seg>
+ <seg>
+ /etc/xdg/xfce4/panel,
+ /usr/include/xfce4/libxfce4panel-1.0,
+ /usr/lib/xfce4/panel,
+ /usr/share/xfce4-panel-&xfce4-panel-version;,
+ /usr/share/doc/xfce4-panel-&xfce4-panel-version;,
+ /usr/share/gtk-doc/html/libxfce4panel-1.0 and
+ /usr/share/xfce4/panel.
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="xfce4-panel-prog">
+ <term><command>xfce4-panel</command></term>
+ <listitem>
+ <para>
+ is the <application>Xfce</application> panel.
+ </para>
+ <indexterm zone="xfce4-panel xfce4-panel-prog">
+ <primary sortas="b-xfce4-panel">xfce4-panel</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="xfce4-popup-applicationsmenu">
+ <term><command>xfce4-popup-applicationsmenu</command></term>
+ <listitem>
+ <para>
+ is a shell script that uses <application>DBus</application> and
+ <application>Xfce Panel</application> to display a popup menu of the
+ installed applications.
+ </para>
+ <indexterm zone="xfce4-panel xfce4-popup-applicationsmenu">
+ <primary sortas="b-xfce4-popup-applicationsmenu">xfce4-popup-applicationsmenu</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="xfce4-popup-directorymenu">
+ <term><command>xfce4-popup-directorymenu</command></term>
+ <listitem>
+ <para>
+ is a shell script that uses <application>DBus</application> and
+ <application>Xfce Panel</application> to display a popup menu of
+ your home folder and its subdirectories.
+ </para>
+ <indexterm zone="xfce4-panel xfce4-popup-directorymenu">
+ <primary sortas="b-xfce4-popup-directorymenu">xfce4-popup-directorymenu</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="xfce4-popup-windowmenu">
+ <term><command>xfce4-popup-windowmenu</command></term>
+ <listitem>
+ <para>
+ is a shell script that uses <application>DBus</application> to
+ display the <application>Xfwm4</application> a popup menu.
+ </para>
+ <indexterm zone="xfce4-panel xfce4-popup-windowmenu">
+ <primary sortas="b-xfce4-popup-windowmenu">xfce4-popup-windowmenu</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="libxfce4panel-1.0">
+ <term><filename class="libraryfile">libxfce4panel-1.0.so</filename></term>
+ <listitem>
+ <para>
+ contains the <application>Xfce Panel</application> API functions.
+ </para>
+ <indexterm zone="xfce4-panel libxfce4panel-1.0">
+ <primary sortas="c-libxfce4panel-1.0">libxfce4panel-1.0.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+</sect1>
diff --git a/xfce/core/xfce4-power-manager.xml b/xfce/core/xfce4-power-manager.xml
new file mode 100644
index 0000000000..ed000be10f
--- /dev/null
+++ b/xfce/core/xfce4-power-manager.xml
@@ -0,0 +1,206 @@
+<?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 xfce4-power-manager-download-http
+ "http://archive.xfce.org/src/xfce/xfce4-power-manager/1.2/xfce4-power-manager-&xfce4-power-manager-version;.tar.bz2">
+ <!ENTITY xfce4-power-manager-download-ftp " ">
+ <!ENTITY xfce4-power-manager-md5sum "935599b7114b0a4b0e2c9a5d6c72524c">
+ <!ENTITY xfce4-power-manager-size "1 MB">
+ <!ENTITY xfce4-power-manager-buildsize "19 MB">
+ <!ENTITY xfce4-power-manager-time "0.2 SBU">
+]>
+
+<sect1 id="xfce4-power-manager" xreflabel="xfce4-power-manager-&xfce4-power-manager-version;">
+ <?dbhtml filename="xfce4-power-manager.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>xfce4-power-manager-&xfce4-power-manager-version;</title>
+
+ <indexterm zone="xfce4-power-manager">
+ <primary sortas="a-xfce4-power-manager">xfce4-power-manager</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to Xfce4 Power Manager</title>
+
+ <para>
+ The <application>Xfce4 Power Manager</application> is a power manager for
+ the <application>Xfce</application> desktop, <application>Xfce power
+ manager</application> manages the power sources on the computer and the
+ devices that can be controlled to reduce their power consumption (such as
+ LCD brightness level, monitor sleep, CPU frequency scaling). In addition,
+ <application>Xfce4 Power Manager</application> provides a set of
+ freedesktop-compliant <application>DBus</application> interfaces to
+ inform other applications about current power level so that they can
+ adjust their power consumption.
+ </para>
+
+ &lfs71_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&xfce4-power-manager-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&xfce4-power-manager-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &xfce4-power-manager-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &xfce4-power-manager-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &xfce4-power-manager-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &xfce4-power-manager-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Xfce4 Power Manager Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="libnotify"/> and
+ <xref linkend="xfce4-panel"/>
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/xfce4-power-manager"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of Xfce4 Power Manager</title>
+
+ <para>
+ Install <application>Xfce4 Power Manager</application> by running the
+ following commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
+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 docdir=/usr/share/doc/xfce4-power-manager-&xfce4-power-manager-version; \
+ imagesdir=/usr/share/doc/xfce4-power-manager-&xfce4-power-manager-version;/images install</userinput></screen>
+ </sect2>
+
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <para>
+ <parameter>docdir=/usr/share/doc/xfce4-power-manager-&xfce4-power-manager-version;</parameter>
+ and
+ <parameter>imagesdir=/usr/share/doc/xfce4-power-manager-&xfce4-power-manager-version;/images</parameter>:
+ These parameters put a html file and some images in a versioned directory
+ in <filename class="directory">/usr/share/doc</filename>.
+ </para>
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+
+ <seglistitem>
+ <seg>
+ xfce4-power-information,
+ xfce4-power-manager,
+ xfce4-power-manager-settings and
+ xfpm-power-backlight-helper.
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="xfce4-power-information">
+ <term><command>xfce4-power-information</command></term>
+ <listitem>
+ <para>
+ is a <application>Gtk 2</application> application that displays
+ information about installed devices. It uses
+ <application>DBus</application> to comunicate with
+ <application>UPower</application> which is required at runtime for
+ <command>xfce4-power-information</command> to give any meaningful
+ output.
+ </para>
+ <indexterm zone="xfce4-power-manager xfce4-power-information">
+ <primary sortas="b-xfce4-power-information">xfce4-power-information</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="xfce4-power-manager-prog">
+ <term><command>xfce4-power-manager</command></term>
+ <listitem>
+ <para>
+ is the <application>Xfce</application> power manager.
+ </para>
+ <indexterm zone="xfce4-power-manager xfce4-power-manager-prog">
+ <primary sortas="b-xfce4-power-manager">xfce4-power-manager</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="xfce4-power-manager-settings">
+ <term><command>xfce4-power-manager-settings</command></term>
+ <listitem>
+ <para>
+ is a utility that comes with the <application>Xfce</application>
+ power manager to access/change its configuration.
+ </para>
+ <indexterm zone="xfce4-power-manager xfce4-power-manager-settings">
+ <primary sortas="b-xfce4-power-manager-settings">xfce4-power-manager-settings</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="xfpm-power-backlight-helper">
+ <term><command>xfpm-power-backlight-helper</command></term>
+ <listitem>
+ <para>
+ is a command line utility to get or set the brightness of your
+ screen.
+ </para>
+ <indexterm zone="xfce4-power-manager xfpm-power-backlight-helper">
+ <primary sortas="b-xfpm-power-backlight-helper">xfpm-power-backlight-helper</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+</sect1>
diff --git a/xfce/core/xfce4-session.xml b/xfce/core/xfce4-session.xml
new file mode 100644
index 0000000000..d210191b34
--- /dev/null
+++ b/xfce/core/xfce4-session.xml
@@ -0,0 +1,235 @@
+<?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 xfce4-session-download-http "http://archive.xfce.org/src/xfce/xfce4-session/&xfce4-version;/xfce4-session-&xfce4-session-version;.tar.bz2">
+ <!ENTITY xfce4-session-download-ftp " ">
+ <!ENTITY xfce4-session-md5sum "4768e1a41a0287af6aad18b329a0f230">
+ <!ENTITY xfce4-session-size "1.2 MB">
+ <!ENTITY xfce4-session-buildsize "20 MB">
+ <!ENTITY xfce4-session-time "0.3 SBU">
+]>
+
+<sect1 id="xfce4-session" xreflabel="xfce4-session-&xfce4-session-version;">
+ <?dbhtml filename="xfce4-session.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>xfce4-session-&xfce4-session-version;</title>
+
+ <indexterm zone="xfce4-session">
+ <primary sortas="a-xfce4-session">xfce4-session</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to Xfce4 Session</title>
+
+ <para>
+ <application>Xfce4 Session</application> is a session manager for
+ <application>Xfce</application>. Its task is to save the state of your
+ desktop (opened applications and their location) and restore it during a
+ next startup. You can create several different sessions and choose one of
+ them on startup.
+ </para>
+
+ &lfs71_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&xfce4-session-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&xfce4-session-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &xfce4-session-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &xfce4-session-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &xfce4-session-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &xfce4-session-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Xfce4 Session Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="libwnck2"/> and
+ <xref linkend="libxfce4ui"/>.
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/xfce4-session"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of Xfce4 Session</title>
+
+ <para>
+ Install <application>Xfce4 Session</application> by running the following
+ commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --disable-static \
+ --docdir=/usr/share/doc/xfce4-session-&xfce4-session-version; &amp;&amp;
+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/static-libraries.xml"/>
+ </sect2>
+
+ <sect2 role="configuration">
+ <title>Configuring Xfce4 Session</title>
+
+ <para>
+ To launch <application>Xfce4</application> when you start
+ <application>Xorg</application>, put <command>xfce4-session</command> in
+ your <filename>~/.xinitrc</filename>:
+ </para>
+
+<screen><userinput>echo exec xfce4-session &gt; ~/.xinitrc</userinput></screen>
+
+ <para>
+ To determine who can shut down or reboot your computer,
+ <application>Xfce4 Session</application> has a run time dependency on
+ <xref linkend="sudo"/>. To configure <application>Sudo</application> so
+ that a user can shut down or reboot, add a line to
+ <filename>/etc/sudoers</filename>. In this <command>echo</command>, change
+ USERNAME for the user's login name. As the
+ <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>echo <replaceable>USERNAME</replaceable> ${HOSTNAME} = NOPASSWD: /usr/lib/xfce4/session/xfsm-shutdown-helper &gt;&gt; /etc/sudoers</userinput></screen>
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Library</segtitle>
+ <segtitle>Installed Director(y,ies)</segtitle>
+
+ <seglistitem>
+ <seg>
+ xfce4-session,
+ xfce4-session-logout,
+ xfce4-session-settings and
+ xfce4-tips.
+ </seg>
+ <seg>libxfsm-4.6.so.</seg>
+ <seg>
+ /usr/include/xfce4/xfce4-session-4.6,
+ /usr/share/xfce4/tips and
+ /usr/share/doc/xfce4-session-&xfce4-session-version;.
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="xfce4-session-prog">
+ <term><command>xfce4-session</command></term>
+ <listitem>
+ <para>
+ starts up the <application>Xfce</application> Desktop Environment.
+ </para>
+ <indexterm zone="xfce4-session xfce4-session-prog">
+ <primary sortas="b-xfce4-session">xfce4-session</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="xfce4-session-logout">
+ <term><command>xfce4-session-logout</command></term>
+ <listitem>
+ <para>
+ logs out from <application>Xfce</application>.
+ </para>
+ <indexterm zone="xfce4-session xfce4-session-logout">
+ <primary sortas="b-xfce4-session-logout">xfce4-session-logout</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="xfce4-session-settings">
+ <term><command>xfce4-session-settings</command></term>
+ <listitem>
+ <para>
+ is a <application>Gtk 2</application> GUI which allows you to alter
+ your preferences for your <application>Xfce Session</application>.
+ </para>
+ <indexterm zone="xfce4-session xfce4-session-settings">
+ <primary sortas="b-xfce4-session-settings">xfce4-session-settings</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="xfce4-tips">
+ <term><command>xfce4-tips</command></term>
+ <listitem>
+ <para>
+ is a <application>Gtk 2</application> GUI which displays tips when
+ you log in to an <application>Xfce Session</application>.
+ </para>
+ <indexterm zone="xfce4-session xfce4-tips">
+ <primary sortas="b-xfce4-tips">xfce4-tips</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="libxfsm-4.6">
+ <term><filename class="libraryfile">libxfsm-4.6.so</filename></term>
+ <listitem>
+ <para>
+ contains the <application>Xfce Session</application> API functions.
+ </para>
+ <indexterm zone="xfce4-session libxfsm-4.6">
+ <primary sortas="c-libxfsm-4.6">libxfsm-4.6.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+</sect1>
diff --git a/xfce/core/xfce4-settings.xml b/xfce/core/xfce4-settings.xml
new file mode 100644
index 0000000000..64273b4ad1
--- /dev/null
+++ b/xfce/core/xfce4-settings.xml
@@ -0,0 +1,266 @@
+<?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 xfce4-settings-download-http
+ "http://archive.xfce.org/src/xfce/xfce4-settings/&xfce4-version;/xfce4-settings-&xfce4-settings-version;.tar.bz2">
+ <!ENTITY xfce4-settings-download-ftp " ">
+ <!ENTITY xfce4-settings-md5sum "cc4dd9179ead9046c056431f01a12000">
+ <!ENTITY xfce4-settings-size "768 KB">
+ <!ENTITY xfce4-settings-buildsize "19 MB">
+ <!ENTITY xfce4-settings-time "0.3 SBU">
+]>
+
+<sect1 id="xfce4-settings" xreflabel="xfce4-settings-&xfce4-settings-version;">
+ <?dbhtml filename="xfce4-settings.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>xfce4-settings-&xfce4-settings-version;</title>
+
+ <indexterm zone="xfce4-settings">
+ <primary sortas="a-xfce4-settings">xfce4-settings</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to Xfce4 Settings</title>
+
+ <para>
+ The <application>Xfce4 Settings</application> package contains a
+ collection of programs that are useful for adjusting your
+ <application>Xfce</application> preferences.
+ </para>
+
+ &lfs71_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&xfce4-settings-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&xfce4-settings-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &xfce4-settings-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &xfce4-settings-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &xfce4-settings-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &xfce4-settings-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Xfce4 Settings Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="exo"/> and
+ <xref linkend="libxfce4ui"/>
+ </para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="libnotify"/> and
+ <xref linkend="libxklavier"/>
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/xfce4-settings"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of Xfce4 Settings</title>
+
+ <para>
+ Install <application>Xfce4 Settings</application> by running the following
+ commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
+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/static-libraries.xml"/>
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+
+ <seglistitem>
+ <seg>
+ xfce4-accessibility-settings,
+ xfce4-appearance-settings,
+ xfce4-display-settings,
+ xfce4-keyboard-settings,
+ xfce4-mime-settings,
+ xfce4-mouse-settings,
+ xfce4-settings-editor,
+ xfce4-settings-manager and
+ xfsettingsd.
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="xfce4-accessibility-settings">
+ <term><command>xfce4-accessibility-settings</command></term>
+ <listitem>
+ <para>
+ is a <application>Gtk 2</application> GUI to allow you to change
+ some of your keyboard and mouse preferences.
+ </para>
+ <indexterm zone="xfce4-settings xfce4-accessibility-settings">
+ <primary sortas="b-xfce4-accessibility-settings">xfce4-accessibility-settings</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="xfce4-appearance-settings">
+ <term><command>xfce4-appearance-settings</command></term>
+ <listitem>
+ <para>
+ is a <application>Gtk 2</application> GUI to allow you to change
+ some of your theme, icon and font preferences.
+ </para>
+ <indexterm zone="xfce4-settings xfce4-appearance-settings">
+ <primary sortas="b-xfce4-appearance-settings">xfce4-appearance-settings</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="xfce4-display-settings">
+ <term><command>xfce4-display-settings</command></term>
+ <listitem>
+ <para>
+ is a <application>Gtk 2</application> GUI to allow you to change
+ some of your screen preferences.
+ </para>
+ <indexterm zone="xfce4-settings xfce4-display-settings">
+ <primary sortas="b-xfce4-display-settings">xfce4-display-settings</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="xfce4-keyboard-settings">
+ <term><command>xfce4-keyboard-settings</command></term>
+ <listitem>
+ <para>
+ is a <application>Gtk 2</application> GUI to allow you to change
+ some of your keyboard preferences.
+ </para>
+ <indexterm zone="xfce4-settings xfce4-keyboard-settings">
+ <primary sortas="b-xfce4-keyboard-settings">xfce4-keyboard-settings</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="xfce4-mime-settings">
+ <term><command>xfce4-mime-settings</command></term>
+ <listitem>
+ <para>
+ is a <application>Gtk 2</application> GUI to allow you to change
+ which applications are used to handle different mime types.
+ </para>
+ <indexterm zone="xfce4-settings xfce4-mime-settings">
+ <primary sortas="b-xfce4-mime-settings">xfce4-mime-settings</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="xfce4-mouse-settings">
+ <term><command>xfce4-mouse-settings</command></term>
+ <listitem>
+ <para>
+ is a <application>Gtk 2</application> GUI to allow you to change
+ some of your mouse preferences.
+ </para>
+ <indexterm zone="xfce4-settings xfce4-mouse-settings">
+ <primary sortas="b-xfce4-mouse-settings">xfce4-mouse-settings</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="xfce4-settings-editor">
+ <term><command>xfce4-settings-editor</command></term>
+ <listitem>
+ <para>
+ is a <application>Gtk 2</application> GUI to allow you to change
+ your preferences stored in <application>Xfconf</application>.
+ </para>
+ <indexterm zone="xfce4-settings xfce4-settings-editor">
+ <primary sortas="b-xfce4-settings-editor">xfce4-settings-editor</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="xfce4-settings-manager">
+ <term><command>xfce4-settings-manager</command></term>
+ <listitem>
+ <para>
+ is a <application>Gtk 2</application> GUI to allow you to change
+ your many of your <application>Xfce</application> preferences.
+ </para>
+ <indexterm zone="xfce4-settings xfce4-settings-manager">
+ <primary sortas="b-xfce4-settings-manager">xfce4-settings-manager</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="xfsettingsd">
+ <term><command>xfsettingsd</command></term>
+ <listitem>
+ <para>
+ is the <application>Xfce</application> settings daemon.
+ </para>
+ <indexterm zone="xfce4-settings xfsettingsd">
+ <primary sortas="b-xfsettingsd">xfsettingsd</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+</sect1>
diff --git a/xfce/core/xfconf.xml b/xfce/core/xfconf.xml
new file mode 100644
index 0000000000..aee3ee2b31
--- /dev/null
+++ b/xfce/core/xfconf.xml
@@ -0,0 +1,173 @@
+<?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 xfconf-download-http
+ "http://archive.xfce.org/src/xfce/xfconf/&xfce4-version;/xfconf-&xfconf-version;.tar.bz2">
+ <!ENTITY xfconf-download-ftp " ">
+ <!ENTITY xfconf-md5sum "4ed48150a03fb5f42b455494307b7f28">
+ <!ENTITY xfconf-size "508 KB">
+ <!ENTITY xfconf-buildsize "8.7 MB">
+ <!ENTITY xfconf-time "0.1 SBU">
+]>
+
+<sect1 id="xfconf" xreflabel="xfconf-&xfconf-version;">
+ <?dbhtml filename="xfconf.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>xfconf-&xfconf-version;</title>
+
+ <indexterm zone="xfconf">
+ <primary sortas="a-xfconf">xfconf</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to Xfconf</title>
+
+ <para>
+ <application>Xfconf</application> is the configuration storage system for
+ <application>Xfce</application>.
+ </para>
+
+ &lfs71_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&xfconf-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&xfconf-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &xfconf-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &xfconf-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &xfconf-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &xfconf-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Xfconf Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="dbus-glib"/>,
+ <xref linkend="perl-glib"/> and
+ <xref linkend="libxfce4util"/>
+ </para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional"><xref linkend="gtk-doc"/>.</para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/xfconf"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of Xfconf</title>
+
+ <para>
+ Install <application>Xfconf</application> by running the following
+ commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
+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/static-libraries.xml"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../xincludes/gtk-doc-rebuild.xml"/>
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Program</segtitle>
+ <segtitle>Installed Library</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>xfconf-query.</seg>
+ <seg>libxfconf.so.</seg>
+ <seg>
+ /usr/include/xfconf-0, /usr/lib/xfce4 and
+ /usr/share/gtk-doc/html/xfconf.
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="xfconf-query">
+ <term><command>xfconf-query</command></term>
+ <listitem>
+ <para>
+ is a commandline utility to view or change any setting stored in
+ <application>xfconf</application>.
+ </para>
+ <indexterm zone="xfconf xfconf-query">
+ <primary sortas="b-xfconf-query">xfconf-query</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="libxfconf">
+ <term><filename class="libraryfile">libxfconf.so</filename></term>
+ <listitem>
+ <para>
+ contains basic functions for <application>Xfce</application>
+ configuration.
+ </para>
+ <indexterm zone="xfconf libxfconf">
+ <primary sortas="c-libxfconf">libxfconf.so</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+</sect1>
diff --git a/xfce/core/xfdesktop.xml b/xfce/core/xfdesktop.xml
new file mode 100644
index 0000000000..a65656f5ad
--- /dev/null
+++ b/xfce/core/xfdesktop.xml
@@ -0,0 +1,168 @@
+<?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 xfdesktop-download-http
+ "http://archive.xfce.org/src/xfce/xfdesktop/&xfce4-version;/xfdesktop-&xfdesktop-version;.tar.bz2">
+ <!ENTITY xfdesktop-download-ftp " ">
+ <!ENTITY xfdesktop-md5sum "d5f6fb9fdde3ddff5804b2a251892936">
+ <!ENTITY xfdesktop-size "1.1 MB">
+ <!ENTITY xfdesktop-buildsize "19 MB">
+ <!ENTITY xfdesktop-time "0.2 SBU">
+]>
+
+<sect1 id="xfdesktop" xreflabel="xfdesktop-&xfdesktop-version;">
+ <?dbhtml filename="xfdesktop.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>xfdesktop-&xfdesktop-version;</title>
+
+ <indexterm zone="xfdesktop">
+ <primary sortas="a-xfdesktop">xfdesktop</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to Xfdesktop</title>
+
+ <para>
+ <application>Xfdesktop</application> is a desktop manager for the
+ <application>Xfce</application> Desktop Environment.
+ <application>Xfdesktop</application> sets the background image / color,
+ creates the right click menu and window list and displays the file icons
+ on the desktop using <application>Thunar</application> libraries.
+ </para>
+
+ &lfs71_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&xfdesktop-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&xfdesktop-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &xfdesktop-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &xfdesktop-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &xfdesktop-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &xfdesktop-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Xfdesktop Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="exo"/>,
+ <xref linkend="libwnck2"/> and
+ <xref linkend="libxfce4ui"/>
+ </para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="libnotify"/> and
+ <xref linkend="startup-notification"/>,
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/xfdesktop"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of Xfdesktop</title>
+
+ <para>
+ Install <application>Xfdesktop</application> by running the following
+ commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr &amp;&amp;
+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="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>xfdesktop and xfdesktop-settings.</seg>
+ <seg>
+ /usr/share/backgrounds/xfce and
+ /usr/share/pixmaps/xfdesktop
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="xfdesktop-prog">
+ <term><command>xfdesktop</command></term>
+ <listitem>
+ <para>
+ is the <application>Xfce</application> Desktop Environment's desktop
+ manager.
+ </para>
+ <indexterm zone="xfdesktop xfdesktop-prog">
+ <primary sortas="b-xfdesktop">xfdesktop</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="xfdesktop-settings">
+ <term><command>xfdesktop-settings</command></term>
+ <listitem>
+ <para>
+ is a <application>Gtk 2</application> application that allows you to
+ change your desktop background, some preferences for the righ click
+ menu and what icons are displayed on the desktop.
+ </para>
+ <indexterm zone="xfdesktop xfdesktop-settings">
+ <primary sortas="b-xfdesktop-settings">xfdesktop-settings</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+</sect1>
diff --git a/xfce/core/xfwm4.xml b/xfce/core/xfwm4.xml
new file mode 100644
index 0000000000..1b344e8203
--- /dev/null
+++ b/xfce/core/xfwm4.xml
@@ -0,0 +1,194 @@
+<?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 xfwm4-download-http "http://archive.xfce.org/src/xfce/xfwm4/&xfce4-version;/xfwm4-&xfwm4-version;.tar.bz2">
+ <!ENTITY xfwm4-download-ftp "ftp://">
+ <!ENTITY xfwm4-md5sum "333e5e25a85411c304e9b4474bf00537">
+ <!ENTITY xfwm4-size "1.1 MB">
+ <!ENTITY xfwm4-buildsize "29 MB">
+ <!ENTITY xfwm4-time "0.3 SBU">
+]>
+
+<sect1 id="xfwm4" xreflabel="xfwm4-&xfwm4-version;">
+ <?dbhtml filename="xfwm4.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>xfwm4-&xfwm4-version;</title>
+
+ <indexterm zone="xfwm4">
+ <primary sortas="a-xfwm4">xfwm4</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to Xfwm4</title>
+
+ <para>
+ <application>Xfwm4</application> is the window manager for
+ <application>Xfce</application>.
+ </para>
+
+ &lfs71_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&xfwm4-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&xfwm4-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &xfwm4-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &xfwm4-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &xfwm4-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &xfwm4-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Xfwm4 Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="libwnck2"/>,
+ <xref linkend="libxfce4ui"/> and
+ <xref linkend="libxfce4util"/>.
+ </para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="startup-notification"/>.
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/xfwm4"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of Xfwm4</title>
+
+ <para>
+ Install <application>Xfwm4</application> by running the following
+ commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr &amp;&amp;
+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="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>
+ xfwm4,
+ xfwm4-settings,
+ xfwm4-tweaks-settings and
+ xfwm4-workspace-settings.
+ </seg>
+ <seg>
+ /usr/share/themes/Daloa,
+ /usr/share/themes/Default,
+ /usr/share/themes/Kokodi,
+ /usr/share/themes/Moheli and
+ /usr/share/xfwm4
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="xfwm4-prog">
+ <term><command>xfwm4</command></term>
+ <listitem>
+ <para>is the <application>Xfce</application> window manager.</para>
+ <indexterm zone="xfwm4 xfwm4-prog">
+ <primary sortas="b-xfwm4">xfwm4</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="xfwm4-settings">
+ <term><command>xfwm4-settings</command></term>
+ <listitem>
+ <para>
+ is a <application>Gtk 2</application> application that allows you to
+ set some preferences such as your theme, keyboard shortcuts and
+ mouse focus behaviour.
+ </para>
+ <indexterm zone="xfwm4 xfwm4-settings">
+ <primary sortas="b-xfwm4-settings">xfwm4-settings</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="xfwm4-tweaks-settings">
+ <term><command>xfwm4-tweaks-settings</command></term>
+ <listitem>
+ <para>
+ is a <application>Gtk 2</application> application that allows you to
+ set some more preferences for <application>Xfwm4</application>.
+ </para>
+ <indexterm zone="xfwm4 xfwm4-tweaks-settings">
+ <primary sortas="b-xfwm4-tweaks-settings">xfwm4-tweaks-settings</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry id="xfwm4-workspace-settings">
+ <term><command>xfwm4-workspace-settings</command></term>
+ <listitem>
+ <para>
+ is a <application>Gtk 2</application> application that allows you to
+ set your workspace preferences.
+ </para>
+ <indexterm zone="xfwm4 xfwm4-workspace-settings">
+ <primary sortas="b-xfwm4-workspace-settings">xfwm4-workspace-settings</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </sect2>
+</sect1>
diff --git a/xfce/xfce.xml b/xfce/xfce.xml
new file mode 100644
index 0000000000..fe76f3d556
--- /dev/null
+++ b/xfce/xfce.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE part 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;
+]>
+
+<!--
+$LastChangedBy$
+$Date$
+-->
+
+<part id="xfce" xreflabel="Xfce">
+ <?dbhtml filename="xfce.html" dir="xfce"?>
+
+ <title>Xfce</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="core/core.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="apps/apps.xml"/>
+
+</part>