Changeset f9c1214


Ignore:
Timestamp:
01/10/2015 02:50:59 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
07357c23
Parents:
95d46499
Message:

Update to fluxbox-1.3.6.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r95d46499 rf9c1214  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[fernando] - Update to fluxbox-1.3.6. Fixes
     52          <ulink url="&blfs-ticket-root;6009">#6009</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[fernando] - Update to xf86-input-wacom-0.28.0. Fixes
    5256          <ulink url="&blfs-ticket-root;6008">#6008</ulink>.</para>
  • packages.ent

    r95d46499 rf9c1214  
    485485
    486486<!-- Chapter 26 -->
    487 <!ENTITY fluxbox-version              "1.3.5">
     487<!ENTITY fluxbox-version              "1.3.6">
    488488<!ENTITY icewm-version                "1.3.8">
    489489<!ENTITY openbox-version              "3.5.2">
  • x/wm/fluxbox.xml

    r95d46499 rf9c1214  
    55  %general-entities;
    66
    7   <!ENTITY fluxbox-download-http "&sourceforge-repo;/fluxbox/fluxbox-&fluxbox-version;.tar.bz2">
     7  <!ENTITY fluxbox-download-http "&sourceforge-repo;/fluxbox/fluxbox-&fluxbox-version;.tar.xz">
    88  <!ENTITY fluxbox-download-ftp
    9            "&jaist-ftp-repo;/f/fl/fluxbox/fluxbox/&fluxbox-version;/fluxbox-&fluxbox-version;.tar.bz2">
    10   <!ENTITY fluxbox-md5sum        "9d9e183424a0934e20417ff20775a570">
    11   <!ENTITY fluxbox-size          "787 KB">
    12   <!ENTITY fluxbox-buildsize     "150 MB">
     9           "&jaist-ftp-repo;/f/fl/fluxbox/fluxbox/&fluxbox-version;/fluxbox-&fluxbox-version;.tar.xz">
     10  <!ENTITY fluxbox-md5sum        "23e7b89217437600d580f4b8ccf78476">
     11  <!ENTITY fluxbox-size          "776 KB">
     12  <!ENTITY fluxbox-buildsize     "101 MB">
    1313  <!ENTITY fluxbox-time          "0.9 SBU">
    1414]>
     
    157157cp -v /usr/share/fluxbox/keys ~/.fluxbox/keys</userinput></screen>
    158158
    159       <para>To generate the application menu:</para>
     159      <para>To generate the application menu, first you may wish to run
     160      <command>fluxbox-generate_menu -h</command>, in order to choose any
     161      <replaceable>&lt;user_options&gt;</replaceable>, then issue:</para>
    160162
    161163<screen><userinput>cd ~/.fluxbox &amp;&amp;
    162 fluxbox-generate_menu</userinput></screen>
     164fluxbox-generate_menu <replaceable>&lt;user_options&gt;</replaceable></userinput></screen>
    163165
    164166      <para>Alternately, copy a pregenerated menu:</para>
     
    171173      <para>If you want to use an image as your desktop background, copy the
    172174      theme you like into <filename class='directory'>~/.fluxbox</filename>.
    173       Then add a line to make it use the correct image. In the following command,
    174       change <replaceable>&lt;theme&gt;</replaceable> for the name of the theme you
    175       want and change <replaceable>&lt;/path/to/nice/image.xpm&gt;</replaceable> to
    176       point to the actual image you want to use.</para>
     175      Then add a line to make it use the correct image. In the following
     176      command, change <replaceable>&lt;theme&gt;</replaceable> for the name of
     177      the theme you want and change
     178      <replaceable>&lt;/path/to/nice/image.ext&gt;</replaceable> to point to
     179      the actual image you want to use, where <replaceable>ext</replaceable>
     180      must be <quote>xpm</quote>, if <xref linkend="imlib2"/> is not installed
     181      to allow other image formats.</para>
    177182
    178183<screen><userinput>cp /usr/share/fluxbox/styles/&lt;theme&gt; ~/.fluxbox/theme &amp;&amp;
     184
    179185sed -i 's,\(session.styleFile:\).*,\1 ~/.fluxbox/theme,' ~/.fluxbox/init &amp;&amp;
    180 echo "background.pixmap: &lt;/path/to/nice/image.xpm&gt;" &gt;&gt; ~/.fluxbox/theme</userinput></screen>
     186
     187[ -f ~/.fluxbox/theme ] &amp;&amp;
     188echo "background.pixmap: &lt;/path/to/nice/image.ext&gt;" >> ~/.fluxbox/theme ||
     189[ -d ~/.fluxbox/theme ] &amp;&amp;
     190echo "background.pixmap: &lt;/path/to/nice/image.ext&gt;" >> ~/.fluxbox/theme/theme.cfg</userinput></screen>
    181191
    182192      <para>In some locales the font specified in the theme may not contain the
Note: See TracChangeset for help on using the changeset viewer.