Changeset dd4a853 for x/wm/fluxbox.xml


Ignore:
Timestamp:
12/10/2005 08:44:57 PM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
23b2968
Parents:
09febce
Message:

Minor style changes to fluxbox

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/wm/fluxbox.xml

    r09febce rdd4a853  
    6565    <xref linkend="xorg"/>)</para>
    6666
    67     <bridgehead renderas="sect4">Recommended</bridgehead>
    68     <para role="recommended"><xref linkend="which"/> (The fluxbox-generate_menu and
    69     fbsetbg scripts use the command <command>which</command>)</para>
    70 
    7167    <bridgehead renderas="sect4">Optional</bridgehead>
    7268    <para role="optional"><xref linkend="imlib2"/> Image display library</para>
     
    162158cp -v /usr/share/fluxbox/keys ~/.fluxbox/keys</userinput></screen>
    163159
    164       <para>Now if you have <application>Which</application> installed:</para>
     160      <para>Now if you have <xref linkend="which"/> installed:</para>
    165161
    166162<screen><userinput>cd ~/.fluxbox &amp;&amp;
    167163fluxbox-generate_menu</userinput></screen>
    168164
    169       <para>Else, if you do not have <application>Which</application>
    170       installed:</para>
     165      <para>otherwise:</para>
    171166
    172167<screen><userinput>cp -v /usr/share/fluxbox/menu ~/.fluxbox/menu</userinput></screen>
     
    175170      The syntax is explained on the <command>fluxbox</command> man page.</para>
    176171
    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>)
     172      <para>The themes installed in <filename
     173      class='directory'>/usr/share/fluxbox/styles</filename> have not been
     174      fixed to call <command>fbsetroot</command>, they still call it by its old
     175      name, bsetroot. If you want to change the desktop color with the theme,
     176      then fix the styles (as <systemitem class="username">root</systemitem>)
    181177      with these commands:</para>
    182178
     
    184180      $(grep -lr bsetroot /usr/share/fluxbox/data/styles)</userinput></screen>
    185181
    186       <para>However, if you set the desktop color with the themes, it creates a problem
    187       for setting a background image. Fluxbox loads the themes after the commands in
    188       <filename>~/.fluxbox/startup</filename> have been run, which wipes out the pretty
    189       picture it's just set as your desktop...DOH! The solution is to comment out
    190       the <command>fbsetroot</command> command in the themes like this (again, as
    191       <systemitem class="username">root</systemitem>):</para>
     182      <para>However, if you set the desktop color with the themes, it creates a
     183      problem when setting a background image. Fluxbox loads the themes after
     184      the commands in <filename>~/.fluxbox/startup</filename> have been run,
     185      which wipes out the pretty picture it's just set on your desktop!  The
     186      solution is to comment out the <command>fbsetroot</command> command in
     187      the themes (again, as <systemitem
     188      class="username">root</systemitem>):</para>
    192189
    193190<screen><userinput>sed -i 's@^ro@! &amp;@' \
     
    195192
    196193      <para>You can still set any color you want as your desktop with an
    197       <command>fbsetroot</command> command in <filename>~/.fluxbox/startup</filename>.
    198       </para>
     194      <command>fbsetroot</command> command in
     195      <filename>~/.fluxbox/startup</filename>.</para>
    199196
    200197    </sect3>
Note: See TracChangeset for help on using the changeset viewer.