Fluxbox no longer needs which, mostly

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10868 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Chris Staub 2012-11-27 20:09:39 +00:00
parent cfe07df94e
commit 374ac5a741
2 changed files with 17 additions and 8 deletions

View File

@ -43,6 +43,16 @@
</listitem>
-->
<listitem>
<para>November 27rd, 2012</para>
<itemizedlist>
<listitem>
<para>[Chris] - Updated text to reflect that Fluxbox
no longer needs Which, except for one specific case.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>November 23rd, 2012</para>
<itemizedlist>

View File

@ -159,12 +159,12 @@ EOF</userinput></screen>
cp -v /usr/share/fluxbox/init ~/.fluxbox/init &amp;&amp;
cp -v /usr/share/fluxbox/keys ~/.fluxbox/keys</userinput></screen>
<para>Now if you have <xref linkend="which"/> installed:</para>
<para>To generate the application menu:</para>
<screen><userinput>cd ~/.fluxbox &amp;&amp;
fluxbox-generate_menu</userinput></screen>
<para>otherwise:</para>
<para>Alternately, copy a pregenerated menu:</para>
<screen><userinput>cp -v /usr/share/fluxbox/menu ~/.fluxbox/menu</userinput></screen>
@ -226,11 +226,11 @@ echo "background.pixmap: &lt;/path/to/nice/image.xpm&gt;" &gt;&gt; ~/.fluxbox/th
<varlistentry id="fbsetbg">
<term><command>fbsetbg</command></term>
<listitem>
<para>is a utility that sets the background image. It requires
<command>which</command> to find one of: <command>display</command>,
<command>Esetroot</command>, <command>wmsetbg</command>,
<para>is a utility that sets the background image. It requires one of:
<command>display</command>, <command>Esetroot</command>, <command>wmsetbg</command>,
<command>xv</command>, <command>qiv</command> or <command>xsri</command>.
</para>
It also requires <command>which</command> if <command>Esetroot</command> is
found.</para>
<indexterm zone="fluxbox fbsetbg">
<primary sortas="b-fbsetbg">fbsetbg</primary>
</indexterm>
@ -252,8 +252,7 @@ echo "background.pixmap: &lt;/path/to/nice/image.xpm&gt;" &gt;&gt; ~/.fluxbox/th
<term><command>fluxbox-generate_menu</command></term>
<listitem>
<para>is a utility that generates a menu by scanning your
<envar>PATH</envar>. It requires <command>which</command> to function
properly.</para>
<envar>PATH</envar>.</para>
<indexterm zone="fluxbox fluxbox-generate">
<primary sortas="b-fluxbox-generate">fluxbox-generate_menu</primary>
</indexterm>