Author: andy
Date: 2005-12-25 16:57:54 -0700 (Sun, 25 Dec 2005)
New Revision: 5469

Modified:
   trunk/BOOK/x/wm/xfce.xml
Log:
Fixed a couple of the points Randy brought up in bug 1725


Modified: trunk/BOOK/x/wm/xfce.xml
===================================================================
--- trunk/BOOK/x/wm/xfce.xml    2005-12-25 23:52:22 UTC (rev 5468)
+++ trunk/BOOK/x/wm/xfce.xml    2005-12-25 23:57:54 UTC (rev 5469)
@@ -111,7 +111,7 @@
 
     <para>Install <application>libxfce4util</application>, 
<application>dbh</application>,
     <application>libxfcegui4</application>, 
<application>libxfce4mcs</application>,
-    <application>xfce-mcs-manager</application>; and 
<application>xfwm4</application>
+    <application>xfce-mcs-manager</application>, and 
<application>xfwm4</application>
     like this:</para>
 
 <screen><userinput>./configure --prefix=/usr &amp;&amp;
@@ -122,16 +122,17 @@
 <screen role="root"><userinput>make install</userinput></screen>
 
     <para><application>xfce4-panel</application>, 
<application>xfdesktop</application>
-    and <application>xfce-utils</application> also need to install config 
files in
-    /etc/xdg. Configure them like this:</para>
+    and <application>xfce-utils</application> require a parameter so that the
+    configuration files are installed in /etc/xdg. Configure them like 
this:</para>
 
 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
 make</userinput></screen>
 
     <para>If you use <xref linkend="gdm"/> as your display manager and would 
like to
     be able to log into an xfce session from the login prompt, pass the
-    <parameter>--enable-gdm</parameter> option to the 
xfce-utils-&xfce-version; configure
-    script (requires <command>which</command> to be installed at run 
time).</para>
+    <parameter>--enable-gdm</parameter> option to the xfce-utils-&xfce-version;
+    <command>configure</command> script (requires <xref linkend="which"/> to be
+    installed at run time).</para>
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
@@ -196,7 +197,8 @@
     <para>The exceptions are <application>xfce4-session</application> which 
needs to be
     configured like this</para>
 
-<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/xfce &amp;&amp;
+<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
+     --libexecdir=/usr/lib/xfce &amp;&amp;
 make</userinput></screen>
 
     <para>Also, <application>xfprint</application> can be configured with
@@ -206,7 +208,7 @@
     <para>As <systemitem class="username">root</systemitem>, move the help 
documentation
     to the standard BLFS location and fix the help script to look for it 
there:</para>
 
-<screen role="root"><userinput>mv -f /usr/share/xfce4/doc /usr/share/doc/xfce 
&amp;&amp;
+<screen role="root"><userinput>mv -vf /usr/share/xfce4/doc /usr/share/doc/xfce 
&amp;&amp;
 sed -i '[EMAIL PROTECTED]/[EMAIL PROTECTED]/xfce@' 
/usr/bin/xfhelp4</userinput></screen>
 
   </sect2>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to