Changeset 2eb3bfa5


Ignore:
Timestamp:
03/24/2006 11:08:22 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:
51cfdb2a
Parents:
a73d16df
Message:

updated Fluxbox to 0.9.15

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra73d16df r2eb3bfa5  
    361361<!-- Chapter 27 -->
    362362<!ENTITY sawfish-version              "1.3">
    363 <!ENTITY fluxbox-version              "0.9.14">
     363<!ENTITY fluxbox-version              "0.9.15">
    364364<!ENTITY metacity-version             "2.12.2">
    365365<!ENTITY xfce-version                 "4.2.3">
  • introduction/welcome/changelog.xml

    ra73d16df r2eb3bfa5  
    5454          <para>[randy] - Updated to PCRE-6.6.</para>
    5555        </listitem>
     56        <listitem>
     57          <para>[andy] - Updated Fluxbox to 0.9.15</para>
     58        </listitem>
    5659      </itemizedlist>
    5760    </listitem>
  • x/wm/fluxbox.xml

    ra73d16df r2eb3bfa5  
    66
    77  <!ENTITY fluxbox-download-http "http://prdownloads.sourceforge.net/fluxbox/fluxbox-&fluxbox-version;.tar.bz2">
    8   <!ENTITY fluxbox-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/fluxbox-&fluxbox-version;.tar.bz2">
    9   <!ENTITY fluxbox-md5sum        "7641aaea532841e103e9705bb5b98f62">
    10   <!ENTITY fluxbox-size          "657 KB">
    11   <!ENTITY fluxbox-buildsize     "44.5 MB">
     8  <!ENTITY fluxbox-download-ftp  " ">
     9  <!ENTITY fluxbox-md5sum        "5fd0353b79d433c117f650a53c254e88">
     10  <!ENTITY fluxbox-size          "670 KB">
     11  <!ENTITY fluxbox-buildsize     "45.1 MB">
    1212  <!ENTITY fluxbox-time          "0.8 SBU">
    1313]>
     
    170170      The syntax is explained on the <command>fluxbox</command> man page.</para>
    171171
    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>)
    177       with these commands:</para>
    178 
    179 <screen><userinput>sed -i 's@ bsetroot@ fbsetroot@' \
    180       $(grep -lr bsetroot /usr/share/fluxbox/styles)</userinput></screen>
    181 
    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>
    189 
    190 <screen><userinput>sed -i 's@^ro@! &amp;@' \
    191       $(grep -lr bsetroot /usr/share/fluxbox/styles)</userinput></screen>
    192 
    193       <para>You can still set any color you want as your desktop with an
    194       <command>fbsetroot</command> command in
    195       <filename>~/.fluxbox/startup</filename>.</para>
     172      <para>If you want to use an image as your desktop background, copy the
     173      theme you like into <filename class='directory'>~/.fluxbox</filename>.
     174      Then add a line to make it use the correct image. In the following command,
     175      change <replaceable>[theme]</replaceable> for the name of the theme you
     176      want and change <replaceable>/path/to/nice/image.xpm</replaceable> to
     177      reflect the actual image you want to use.</para>
     178
     179<screen><userinput>cp /usr/share/fluxbox/styles/[theme] ~/.fluxbox/theme &amp;&amp;
     180sed -i 's,\(session.styleFile:\).*,\1 ~/.fluxbox/theme,' \
     181 ~/.fluxbox/init &amp;&amp;
     182echo "background.pixmap: /path/to/nice/image.xpm" >> ~/.fluxbox/theme
     183</userinput></screen>
    196184
    197185      <para>In some locales the font specified in the theme may not contain the
    198       needed characters. This results in menus with blank items.
    199       <systemitem class="username">Root</systemitem> can fix this by opening the
    200       relevant file in <filename class='directory'>/usr/share/fluxbox/styles</filename>
    201       with a text editor and altering it so that it names a font you like.</para>
     186      needed characters. This results in menus with blank items. You can fix
     187      this by editing <filename>~/.fluxbox/theme</filename> with a text editor
     188      and altering it so that it names a suitable font.</para>
    202189
    203190    </sect3>
Note: See TracChangeset for help on using the changeset viewer.