Changeset f27505a


Ignore:
Timestamp:
12/10/2005 04:17:38 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:
09febce
Parents:
5af003c5
Message:

Fixed some typos

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/wm/fluxbox.xml

    r5af003c5 rf27505a  
    175175      The syntax is explained on the <command>fluxbox</command> man page.</para>
    176176
    177       <para>The themes installed in /usr/share/fluxbox/styles have not been fixed to
    178       call <command>fbsetroot</command>, they still call it by it's old name, bsetroot.
    179       If you want to change the desktop color with the theme then fix the styles (as
    180       <systemitem class="username">root</systemitem>) with these commands</para>
     177      <para>The themes installed in <filename class='directory'>/usr/share/fluxbox/styles
     178      </filename> have not been fixed to call <command>fbsetroot</command>, they still
     179      call it by its old name, bsetroot. If you want to change the desktop color with
     180      the theme, then fix the styles (as <systemitem class="username">root</systemitem>)
     181      with these commands:</para>
    181182
    182183<screen><userinput>sed -i 's@ bsetroot@ fbsetroot@' \
    183184      $(grep -lr bsetroot /usr/share/fluxbox/data/styles)</userinput></screen>
    184185
    185       <para>However, if you set the desktop color with the themes it creates a problem
     186      <para>However, if you set the desktop color with the themes, it creates a problem
    186187      for setting a background image. Fluxbox loads the themes after the commands in
    187188      <filename>~/.fluxbox/startup</filename> have been run, which wipes out the pretty
    188189      picture it's just set as your desktop...DOH! The solution is to comment out
    189190      the <command>fbsetroot</command> command in the themes like this (again, as
    190       <systemitem class="username">root</systemitem>).</para>
     191      <systemitem class="username">root</systemitem>):</para>
    191192
    192193<screen><userinput>sed -i 's@^ro@! &amp;@' \
Note: See TracChangeset for help on using the changeset viewer.