Changeset b1deef4


Ignore:
Timestamp:
04/26/2006 05:00:36 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
ea57941f
Parents:
d378ea3c
Message:

Fixed typos and tags in the XFce instructions

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd378ea3c rb1deef4  
    376376<!ENTITY fluxbox-version              "0.9.15.1">
    377377<!ENTITY metacity-version             "2.12.2">
    378 <!ENTITY xfce-version                 "4.2.3">
     378<!ENTITY xfce-version                 "4.2.3.2">
    379379
    380380<!-- Part VIII -->
  • x/wm/xfce.xml

    rd378ea3c rb1deef4  
    55  %general-entities;
    66
    7   <!ENTITY xfce-download-http "http://prdownloads.sourceforge.net/xfce/xfce-4.2.3.2-src.tar.bz2">
     7  <!ENTITY xfce-download-http "http://prdownloads.sourceforge.net/xfce/xfce-&xfce-version;-src.tar.bz2">
    88  <!ENTITY xfce-download-ftp  " ">
    99  <!ENTITY xfce-md5sum        "44e126e47657969657ff86fb558d54ea">
    1010  <!ENTITY xfce-size          "25 MB">
    11   <!ENTITY xfce-buildsize     "219 MB (to build and install everything without deleting the source)">
     11  <!ENTITY xfce-buildsize     "219 MB (to build and install everything without deleting any sources)">
    1212  <!ENTITY xfce-time          "3.5 SBU">
    1313]>
     
    6666
    6767    <bridgehead renderas="sect4">Optional</bridgehead>
    68     <para role="optional"><xref linkend="gdm"/>, <xref linkend="librsvg"/>,
     68    <para role="optional"><xref linkend="gdm"/>,
     69    <xref linkend="librsvg"/>
    6970    (<application>xffm</application> links to <application>librsvg</application>
    70     automatically if it is installed) <xref linkend="libgtkhtml"/>,
    71     <xref linkend="startup-notification"/> and <xref linkend="a2ps"/> (required to build
    72     <application>xfprint</application>).</para>
     71    automatically if <application>librsvg</application> is installed),
     72    <xref linkend="libgtkhtml"/>,
     73    <xref linkend="startup-notification"/>, and
     74    <xref linkend="a2ps"/>
     75    (required to build <application>xfprint</application>).</para>
    7376
    7477    <para condition="html" role="usernotes">User Notes:
     
    8083    <title>Installation of XFce</title>
    8184
    82     <para>The following packages will install the bare
    83     minimum:</para>
     85    <para>A bare minimum <application>XFce</application> setup requires
     86    installation of the following packages:</para>
    8487
    8588    <itemizedlist spacing='compact'>
     
    127130    <para><application>xfce4-panel</application>, <application>xfdesktop</application>
    128131    and <application>xfce-utils</application> require a parameter so that the
    129     configuration files are installed in /etc/xdg. Configure them like this:</para>
     132    configuration files are installed in
     133    <filename class='directory'>/etc/xdg</filename>. Configure them by issuing the
     134    following commands:</para>
    130135
    131136<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    132137make</userinput></screen>
    133138
    134     <para>If you use <xref linkend="gdm"/> as your display manager and would like to
    135     be able to log into an xfce session from the login prompt, pass the
    136     <parameter>--enable-gdm</parameter> option to the xfce-utils-&xfce-version;
     139    <para>If you use <xref linkend="gdm"/> as your display manager and would
     140    like to be able to log into an <application>XFce</application> session from
     141    the login prompt, pass the <parameter>--enable-gdm</parameter> option to
     142    the <application>xfce-utils</application>-&xfce-version;
    137143    <command>configure</command> script (requires <xref linkend="which"/> to be
    138144    installed at run time).</para>
     
    189195    </itemizedlist>
    190196
    191     <para>Almost all of these compile with these commands:</para>
     197    <para>Configure all but the <application>xfce4-session</application> package
     198    using the following commands:</para>
    192199
    193200<screen><userinput>./configure --prefix=/usr &amp;&amp;
    194201make</userinput></screen>
    195202
    196     <para>Except for <application>xfce4-session</application> which needs to be
    197     configured like this:</para>
     203    <para><application>xfce4-session</application> requires the following
     204    commands:</para>
    198205
    199206<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
     
    202209
    203210    <para>Also, <application>xfprint</application> can be configured with
    204     <parameter>--enable-cups</parameter>, if you have <xref linkend="cups"/> installed.
    205     </para>
     211    <parameter>--enable-cups</parameter> if you have <xref linkend="cups"/>
     212    installed.</para>
    206213
    207214    <para>And then as <systemitem class="username">root</systemitem>:</para>
     
    209216<screen role="root"><userinput>make install</userinput></screen>
    210217
    211     <para>As <systemitem class="username">root</systemitem>, move the help documentation
    212     to the standard BLFS location and fix the help script to look for it there:</para>
     218    <para>As the <systemitem class="username">root</systemitem> user, move the
     219    help documentation to the standard BLFS location and modify the help script to
     220    look for it there:</para>
    213221
    214222<screen role="root"><userinput>mv -vf /usr/share/xfce4/doc /usr/share/doc/xfce4 &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.