Changeset feeb99a for x/wm/xfce.xml


Ignore:
Timestamp:
06/13/2004 07:03:42 PM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
613c524f
Parents:
60384c68
Message:

XML update for Part VIII (X and friends)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/wm/xfce.xml

    r60384c68 rfeeb99a  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY xfce-download-http "http://prdownloads.sourceforge.net/xfce/xfce-&xfce-version;-src.tar.bz2">
     8  <!ENTITY xfce-download-ftp  " ">
     9  <!ENTITY xfce-size          "18 MB">
     10  <!ENTITY xfce-buildsize     "224 MB">
     11  <!ENTITY xfce-time          "3.35 SBU">
     12]>
     13
    114<sect1 id="xfce" xreflabel="XFce-&xfce-version;">
    215<?dbhtml filename="xfce.html" ?>
    316<title>XFce-&xfce-version;</title>
    417
    5 &xfce-intro;
    6 &xfce-inst;
    7 &xfce-config;
    8 &xfce-desc;
     18<sect2>
     19<title>Introduction to <application>XFce</application></title>
     20
     21<para>The <application>XFce</application> package contains a lightweight desktop environment.</para>
     22
     23<sect3><title>Package information</title>
     24<itemizedlist spacing='compact'>
     25<listitem><para>Download (HTTP): <ulink
     26url="&xfce-download-http;"/></para></listitem>
     27<listitem><para>Download (FTP): <ulink
     28url="&xfce-download-ftp;"/></para></listitem>
     29<listitem><para>Download size: &xfce-size;</para></listitem>
     30<listitem><para>Estimated Disk space required:
     31&xfce-buildsize;</para></listitem>
     32<listitem><para>Estimated build time:
     33&xfce-time;</para></listitem></itemizedlist>
     34</sect3>
     35                                                                               
     36<sect3><title><application>XFce</application> dependencies</title>
     37<sect4><title>Required</title>
     38<para><xref linkend="GTK2"/> and <xref
     39linkend="libxml2"/></para></sect4>
     40<sect4><title>Optional</title>
     41<para><xref linkend="libgtkhtml"/> and <xref
     42linkend="startup-notification"/>
     43</para></sect4>
     44</sect3>
     45
     46</sect2>
     47
     48<sect2>
     49<title>Installation of <application>XFce</application></title>
     50
     51<para><application>XFce</application> now distributes as a
     52<acronym>TAR</acronym> ball of
     53base packages and module packages. These instructions will only cover
     54the bare minimum to run the application.  The remaining modules would
     55all follow the same pattern which will soon become obvious.</para>
     56<para>Install <application>XFce</application> by running the following commands:</para>
     57
     58<screen><userinput><command>cd src &amp;&amp;
     59tar xzvf libxfce4util-&xfce-version;.tar.gz &amp;&amp;
     60cd libxfce4util-&xfce-version; &amp;&amp;
     61./configure --prefix=/usr &amp;&amp;
     62make &amp;&amp;
     63make install &amp;&amp;
     64cd .. &amp;&amp;
     65tar xzvf libxfcegui4-&xfce-version;.tar.gz &amp;&amp;
     66cd libxfcegui4-&xfce-version; &amp;&amp;
     67./configure --prefix=/usr &amp;&amp;
     68make &amp;&amp;
     69make install &amp;&amp;
     70cd .. &amp;&amp;
     71tar xzvf libxfce4mcs-&xfce-version;.tar.gz &amp;&amp;
     72cd libxfce4mcs-&xfce-version; &amp;&amp;
     73./configure --prefix=/usr &amp;&amp;
     74make &amp;&amp;
     75make install &amp;&amp;
     76cd .. &amp;&amp;
     77tar xzvf xfce-mcs-manager-&xfce-version;.tar.gz &amp;&amp;
     78cd xfce-mcs-manager-&xfce-version; &amp;&amp;
     79./configure --prefix=/usr &amp;&amp;
     80make &amp;&amp;
     81make install &amp;&amp;
     82cd .. &amp;&amp;
     83tar xzvf xfwm4-&xfce-version;.tar.gz &amp;&amp;
     84cd xfwm4-&xfce-version; &amp;&amp;
     85./configure --prefix=/usr &amp;&amp;
     86make &amp;&amp;
     87make install &amp;&amp;
     88cd .. &amp;&amp;
     89tar xzvf xfdesktop-&xfce-version;.tar.gz &amp;&amp;
     90cd xfdesktop-&xfce-version; &amp;&amp;
     91./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     92make &amp;&amp;
     93make install &amp;&amp;
     94cd .. &amp;&amp;
     95tar xzvf xfce4-panel-&xfce-version;.tar.gz &amp;&amp;
     96cd xfce4-panel-&xfce-version; &amp;&amp;
     97./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     98make &amp;&amp;
     99make install &amp;&amp;
     100cd .. &amp;&amp;
     101tar xzvf xfce-utils-&xfce-version;.tar.gz &amp;&amp;
     102cd xfce-utils-&xfce-version; &amp;&amp;
     103./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     104make &amp;&amp;
     105make install</command></userinput></screen>
     106
     107<para>Modules not installed above are: dbh-1.0.15 (required for xffm),
     108gtk-xfce-engine-2.1.9, xfcalendar-0.1.6, xfce-mcs-plugins, xfce4-iconbox, xfce4-mixer,
     109xfce4-systray, xfce4-themes, xfce4-toys, xfce4-trigger-launcher, xffm,
     110xffm-icons, xfprint and xfwm4-themes.</para>
     111
     112</sect2>
     113
     114<sect2>
     115<title>Configuring <application>XFce</application></title>
     116
     117<sect3><title>Config files</title>
     118<para><filename>~/.xinitrc</filename></para>
     119</sect3>
     120
     121<sect3><title>Configuration Information</title>
     122
     123<para>Be sure to backup your current <filename>.xinitrc</filename>
     124before
     125proceeding.</para>
     126<screen><userinput><command>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"</command>
     127xfce-mcs-manager
     128xfwm4 --daemon
     129xftaskbar4 &amp;
     130xfdesktop &amp;
     131exec xfce4-panel
     132<command>EOF</command></userinput></screen>
     133
     134
     135</sect3>
     136
     137</sect2>
     138
     139<sect2>
     140<title>Contents</title>
     141
     142<para>The <application>XFce</application> package contains
     143<command>fgr</command>,
     144<command>scramble</command>,
     145<command>startxfce4</command>,
     146<command>xfapps</command>,
     147<command>xfapps4</command>,
     148<command>xfbook</command>,
     149<command>xfbook4</command>,
     150<command>xfcalendar</command>,
     151<command>xfce-mcs-manager</command>,
     152<command>xfce-setting-show</command>,
     153<command>xfce4-about</command>,
     154<command>xfce4-iconbox</command>,
     155<command>xfce4-panel</command>,
     156<command>xfce4-tips</command>,
     157<command>xfdesktop</command>,
     158<command>xfdiff4</command>,
     159<command>xffm</command>,
     160<command>xffstab</command>,
     161<command>xffstab4</command>,
     162<command>xfglob4</command>,
     163<command>xfhelp4</command>,
     164<command>xflock4</command>,
     165<command>xfmountdev4</command>,
     166<command>xfprint-manager</command>,
     167<command>xfprint4</command>,
     168<command>xfrun4</command>,
     169<command>xfsamba4</command>,
     170<command>xftaskbar4</command>,
     171<command>xfterm4</command>,
     172<command>xftrash4</command>,
     173<command>xftree4</command>,
     174<command>xfwm4</command> and
     175<filename class="libraryfile">libdbh</filename>,
     176<filename class="libraryfile">libxfce4mcs</filename>,
     177<filename class="libraryfile">libxfce4util</filename>,
     178<filename class="libraryfile">libxfcegui4</filename>,
     179<filename class="libraryfile">libxffm</filename> and
     180<filename class="libraryfile">libxfprint</filename> libraries.
     181</para>
     182
     183</sect2>
     184
     185<sect2><title>Description</title>
     186
     187<sect3><title>fgr</title>
     188<para><command>fgr</command> is a file content search engine for
     189<command>xffm</command>.</para></sect3>
     190
     191<sect3><title>xfce-mce-manager</title>
     192<para><command>xfce-mce-manager</command> is the settings manager for
     193<application>XFce</application>.</para></sect3>
     194
     195<sect3><title>xfce4-about</title>
     196<para><command>xfce4-about</command> displays the about box.</para></sect3>
     197
     198<sect3><title>xfce-setting-show</title>
     199<para><command>xfce_setting-show</command> displays the settings for
     200<application>XFce</application>.</para></sect3>
     201
     202<sect3><title>xfce4-panel</title>
     203<para><command>xfce4-panel</command> is the panel manager for
     204<application>XFce</application>. It contains the launcher, clock, mail
     205check, desktop switcher and separator programs.</para></sect3>
     206
     207<sect3><title>xfdesktop</title>
     208<para><command>xfdesktop </command> is the desktop manager
     209for <application>XFce</application>.</para></sect3>
     210
     211<sect3><title>xfhelp4</title>
     212<para><command>xfhelp4</command> is script that launches a
     213<acronym>HTML</acronym> browser to display online documentation.</para></sect3>
     214
     215<sect3><title>xflock4</title>
     216<para><command>xflock4</command> is a script used to lock the current screen
     217during drag and drop actions.</para></sect3>
     218
     219<sect3><title>xfmountdev4</title>
     220<para><command>xfmountdev4</command> mounts a device on the specified mount
     221point and launches <command>xftree4</command>, then unmounts the device
     222when <command>xftree4</command> finishes.</para></sect3>
     223
     224<sect3><title>xfrun4</title>
     225<para><command>xfrun4</command> is the program launcher for
     226<application>XFce</application>.</para></sect3>
     227
     228<sect3><title>xfsamba4</title>
     229<para><command>xfsamba4</command> is <application>Samba</application> front end
     230for <application>XFce</application>.</para></sect3>
     231
     232<sect3><title>xftaskbar4</title>
     233<para><command>xftaskbar4</command> is the taskbar manager for
     234<application>XFce</application>.</para></sect3>
     235
     236<sect3><title>xfterm4</title>
     237<para><command>xfterm4</command> is a small terminal wrapper to be used as a
     238drag and drop action for the <application>XFce</application> front panel.
     239</para></sect3>
     240
     241<sect3><title>xftrash4</title>
     242<para><command>xftrash4</command> is a small script to be used as a drag and
     243drop action for the <application>XFce</application> front panel.</para></sect3>
     244
     245<sect3><title>xftree4</title>
     246<para><command>xftree4</command> is the file manager for
     247<application>XFce</application>.</para></sect3>
     248
     249<sect3><title>xfwm4</title>
     250<para><command>xfwm4</command> is a window manager for
     251<application>X11</application>.</para></sect3>
     252
     253</sect2>
    9254
    10255</sect1>
Note: See TracChangeset for help on using the changeset viewer.