Changeset 4774914f for x/wm/xfce.xml


Ignore:
Timestamp:
01/01/2005 02:49:30 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
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:
62c964d
Parents:
396508b
Message:

Removed excessive whitespace from various package instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/wm/xfce.xml

    r396508b r4774914f  
    2323<title>Introduction to <application>XFce</application></title>
    2424
    25 <para>The <application>XFce</application> package contains a lightweight desktop environment.</para>
     25<para>The <application>XFce</application> package contains a lightweight
     26desktop environment.</para>
    2627
    2728<sect3><title>Package information</title>
     
    3233url="&xfce-download-ftp;"/></para></listitem>
    3334<listitem><para>Download size: &xfce-size;</para></listitem>
    34 <listitem><para>Estimated Disk space required:
     35<listitem><para>Estimated disk space required:
    3536&xfce-buildsize;</para></listitem>
    3637<listitem><para>Estimated build time:
    3738&xfce-time;</para></listitem></itemizedlist>
    3839</sect3>
    39                                                                                
     40
    4041<sect3><title><application>XFce</application> dependencies</title>
    4142<sect4><title>Required</title>
    42 <para><xref linkend="GTK2"/> and <xref
    43 linkend="libxml2"/></para></sect4>
     43<para><xref linkend="GTK2"/> and
     44<xref linkend="libxml2"/></para>
     45</sect4>
     46
    4447<sect4><title>Optional</title>
    45 <para><xref linkend="libgtkhtml"/> and <xref
    46 linkend="startup-notification"/>
    47 </para></sect4>
     48<para><xref linkend="libgtkhtml"/> and
     49<xref linkend="startup-notification"/></para>
     50</sect4>
    4851</sect3>
    4952
     
    5861the bare minimum to run the application.  The remaining modules would
    5962all follow the same pattern which will soon become obvious.</para>
    60 <para>Install <application>XFce</application> by running the following commands:</para>
     63
     64<para>Install <application>XFce</application> by running the following
     65commands:</para>
    6166
    6267<screen><userinput><command>cd src &amp;&amp;
     
    110115
    111116<para>Modules not installed above are: dbh-1.0.15 (required for xffm),
    112 gtk-xfce-engine-2.1.9, xfcalendar-0.1.6, xfce-mcs-plugins, xfce4-iconbox, xfce4-mixer,
    113 xfce4-systray, xfce4-themes, xfce4-toys, xfce4-trigger-launcher, xffm,
    114 xffm-icons, xfprint and xfwm4-themes.</para>
     117gtk-xfce-engine-2.1.9, xfcalendar-0.1.6, xfce-mcs-plugins, xfce4-iconbox,
     118xfce4-mixer, xfce4-systray, xfce4-themes, xfce4-toys, xfce4-trigger-launcher,
     119xffm, xffm-icons, xfprint and xfwm4-themes.</para>
    115120
    116121</sect2>
     
    125130<sect3><title>Configuration Information</title>
    126131
    127 <para>Be sure to backup your current <filename>.xinitrc</filename>
    128 before
     132<para>Be sure to backup your current <filename>.xinitrc</filename> before
    129133proceeding.</para>
     134
    130135<screen><userinput><command>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"</command>
    131136xfce-mcs-manager
     
    135140exec xfce4-panel
    136141<command>EOF</command></userinput></screen>
    137 
    138142
    139143</sect3>
Note: See TracChangeset for help on using the changeset viewer.