Changeset 359ff56d


Ignore:
Timestamp:
12/25/2005 11:57:54 PM (18 years ago)
Author:
Andrew Benton <andy@…>
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:
a7e8a93b
Parents:
363ecc97
Message:

Fixed a couple of the points Randy brought up in bug 1725

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/wm/xfce.xml

    r363ecc97 r359ff56d  
    112112    <para>Install <application>libxfce4util</application>, <application>dbh</application>,
    113113    <application>libxfcegui4</application>, <application>libxfce4mcs</application>,
    114     <application>xfce-mcs-manager</application>; and <application>xfwm4</application>
     114    <application>xfce-mcs-manager</application>, and <application>xfwm4</application>
    115115    like this:</para>
    116116
     
    123123
    124124    <para><application>xfce4-panel</application>, <application>xfdesktop</application>
    125     and <application>xfce-utils</application> also need to install config files in
    126     /etc/xdg. Configure them like this:</para>
     125    and <application>xfce-utils</application> require a parameter so that the
     126    configuration files are installed in /etc/xdg. Configure them like this:</para>
    127127
    128128<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     
    131131    <para>If you use <xref linkend="gdm"/> as your display manager and would like to
    132132    be able to log into an xfce session from the login prompt, pass the
    133     <parameter>--enable-gdm</parameter> option to the xfce-utils-&xfce-version; configure
    134     script (requires <command>which</command> to be installed at run time).</para>
     133    <parameter>--enable-gdm</parameter> option to the xfce-utils-&xfce-version;
     134    <command>configure</command> script (requires <xref linkend="which"/> to be
     135    installed at run time).</para>
    135136
    136137    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    197198    configured like this</para>
    198199
    199 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce &amp;&amp;
     200<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
     201     --libexecdir=/usr/lib/xfce &amp;&amp;
    200202make</userinput></screen>
    201203
     
    207209    to the standard BLFS location and fix the help script to look for it there:</para>
    208210
    209 <screen role="root"><userinput>mv -f /usr/share/xfce4/doc /usr/share/doc/xfce &amp;&amp;
     211<screen role="root"><userinput>mv -vf /usr/share/xfce4/doc /usr/share/doc/xfce &amp;&amp;
    210212sed -i 's@xfce4/doc@doc/xfce@' /usr/bin/xfhelp4</userinput></screen>
    211213
Note: See TracChangeset for help on using the changeset viewer.