Author: andy
Date: 2005-12-10 09:17:38 -0700 (Sat, 10 Dec 2005)
New Revision: 5400

Modified:
   trunk/BOOK/x/wm/fluxbox.xml
Log:
Fixed some typos


Modified: trunk/BOOK/x/wm/fluxbox.xml
===================================================================
--- trunk/BOOK/x/wm/fluxbox.xml 2005-12-10 15:32:02 UTC (rev 5399)
+++ trunk/BOOK/x/wm/fluxbox.xml 2005-12-10 16:17:38 UTC (rev 5400)
@@ -174,20 +174,21 @@
       <para>Menu items are added by editing 
<filename>~/.fluxbox/menu</filename>.
       The syntax is explained on the <command>fluxbox</command> man 
page.</para>
 
-      <para>The themes installed in /usr/share/fluxbox/styles have not been 
fixed to
-      call <command>fbsetroot</command>, they still call it by it's old name, 
bsetroot.
-      If you want to change the desktop color with the theme then fix the 
styles (as
-      <systemitem class="username">root</systemitem>) with these 
commands</para>
+      <para>The themes installed in <filename 
class='directory'>/usr/share/fluxbox/styles
+      </filename> have not been fixed to call <command>fbsetroot</command>, 
they still
+      call it by its old name, bsetroot. If you want to change the desktop 
color with
+      the theme, then fix the styles (as <systemitem 
class="username">root</systemitem>)
+      with these commands:</para>
 
 <screen><userinput>sed -i 's@ bsetroot@ fbsetroot@' \
       $(grep -lr bsetroot /usr/share/fluxbox/data/styles)</userinput></screen>
 
-      <para>However, if you set the desktop color with the themes it creates a 
problem
+      <para>However, if you set the desktop color with the themes, it creates 
a problem
       for setting a background image. Fluxbox loads the themes after the 
commands in
       <filename>~/.fluxbox/startup</filename> have been run, which wipes out 
the pretty
       picture it's just set as your desktop...DOH! The solution is to comment 
out
       the <command>fbsetroot</command> command in the themes like this (again, 
as
-      <systemitem class="username">root</systemitem>).</para>
+      <systemitem class="username">root</systemitem>):</para>
 
 <screen><userinput>sed -i '[EMAIL PROTECTED]@! &amp;@' \
       $(grep -lr bsetroot /usr/share/fluxbox/styles)</userinput></screen>

-- 
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