Author: fernando
Date: Sat Jan 10 06:50:59 2015
New Revision: 15312
Log:
Update to fluxbox-1.3.6.
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/packages.ent
trunk/BOOK/x/wm/fluxbox.xml
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sat Jan 10 06:03:41
2015 (r15311)
+++ trunk/BOOK/introduction/welcome/changelog.xml Sat Jan 10 06:50:59
2015 (r15312)
@@ -48,6 +48,10 @@
<para>January 10th, 2015</para>
<itemizedlist>
<listitem>
+ <para>[fernando] - Update to fluxbox-1.3.6. Fixes
+ <ulink url="&blfs-ticket-root;6009">#6009</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[fernando] - Update to xf86-input-wacom-0.28.0. Fixes
<ulink url="&blfs-ticket-root;6008">#6008</ulink>.</para>
</listitem>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Sat Jan 10 06:03:41 2015 (r15311)
+++ trunk/BOOK/packages.ent Sat Jan 10 06:50:59 2015 (r15312)
@@ -484,7 +484,7 @@
<!ENTITY qt4-dir "$QT4DIR">
<!-- Chapter 26 -->
-<!ENTITY fluxbox-version "1.3.5">
+<!ENTITY fluxbox-version "1.3.6">
<!ENTITY icewm-version "1.3.8">
<!ENTITY openbox-version "3.5.2">
<!ENTITY sawfish-version "1.11">
Modified: trunk/BOOK/x/wm/fluxbox.xml
==============================================================================
--- trunk/BOOK/x/wm/fluxbox.xml Sat Jan 10 06:03:41 2015 (r15311)
+++ trunk/BOOK/x/wm/fluxbox.xml Sat Jan 10 06:50:59 2015 (r15312)
@@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY fluxbox-download-http
"&sourceforge-repo;/fluxbox/fluxbox-&fluxbox-version;.tar.bz2">
+ <!ENTITY fluxbox-download-http
"&sourceforge-repo;/fluxbox/fluxbox-&fluxbox-version;.tar.xz">
<!ENTITY fluxbox-download-ftp
-
"&jaist-ftp-repo;/f/fl/fluxbox/fluxbox/&fluxbox-version;/fluxbox-&fluxbox-version;.tar.bz2">
- <!ENTITY fluxbox-md5sum "9d9e183424a0934e20417ff20775a570">
- <!ENTITY fluxbox-size "787 KB">
- <!ENTITY fluxbox-buildsize "150 MB">
+
"&jaist-ftp-repo;/f/fl/fluxbox/fluxbox/&fluxbox-version;/fluxbox-&fluxbox-version;.tar.xz">
+ <!ENTITY fluxbox-md5sum "23e7b89217437600d580f4b8ccf78476">
+ <!ENTITY fluxbox-size "776 KB">
+ <!ENTITY fluxbox-buildsize "101 MB">
<!ENTITY fluxbox-time "0.9 SBU">
]>
@@ -156,10 +156,12 @@
cp -v /usr/share/fluxbox/init ~/.fluxbox/init &&
cp -v /usr/share/fluxbox/keys ~/.fluxbox/keys</userinput></screen>
- <para>To generate the application menu:</para>
+ <para>To generate the application menu, first you may wish to run
+ <command>fluxbox-generate_menu -h</command>, in order to choose any
+ <replaceable><user_options></replaceable>, then issue:</para>
<screen><userinput>cd ~/.fluxbox &&
-fluxbox-generate_menu</userinput></screen>
+fluxbox-generate_menu
<replaceable><user_options></replaceable></userinput></screen>
<para>Alternately, copy a pregenerated menu:</para>
@@ -170,14 +172,22 @@
<para>If you want to use an image as your desktop background, copy the
theme you like into <filename class='directory'>~/.fluxbox</filename>.
- Then add a line to make it use the correct image. In the following
command,
- change <replaceable><theme></replaceable> for the name of the
theme you
- want and change
<replaceable></path/to/nice/image.xpm></replaceable> to
- point to the actual image you want to use.</para>
+ Then add a line to make it use the correct image. In the following
+ command, change <replaceable><theme></replaceable> for the name of
+ the theme you want and change
+ <replaceable></path/to/nice/image.ext></replaceable> to point to
+ the actual image you want to use, where <replaceable>ext</replaceable>
+ must be <quote>xpm</quote>, if <xref linkend="imlib2"/> is not installed
+ to allow other image formats.</para>
<screen><userinput>cp /usr/share/fluxbox/styles/<theme> ~/.fluxbox/theme
&&
+
sed -i 's,\(session.styleFile:\).*,\1 ~/.fluxbox/theme,' ~/.fluxbox/init
&&
-echo "background.pixmap: </path/to/nice/image.xpm>" >>
~/.fluxbox/theme</userinput></screen>
+
+[ -f ~/.fluxbox/theme ] &&
+echo "background.pixmap: </path/to/nice/image.ext>" >> ~/.fluxbox/theme
||
+[ -d ~/.fluxbox/theme ] &&
+echo "background.pixmap: </path/to/nice/image.ext>" >>
~/.fluxbox/theme/theme.cfg</userinput></screen>
<para>In some locales the font specified in the theme may not contain the
needed characters. This results in menus with blank items. You can fix
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page