Changeset 374ac5a for x


Ignore:
Timestamp:
11/27/2012 08:09:39 PM (11 years ago)
Author:
Chris Staub <chris@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
0ea00d5
Parents:
cfe07df
Message:

Fluxbox no longer needs which, mostly

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/wm/fluxbox.xml

    rcfe07df r374ac5a  
    160160cp -v /usr/share/fluxbox/keys ~/.fluxbox/keys</userinput></screen>
    161161
    162       <para>Now if you have <xref linkend="which"/> installed:</para>
     162      <para>To generate the application menu:</para>
    163163
    164164<screen><userinput>cd ~/.fluxbox &amp;&amp;
    165165fluxbox-generate_menu</userinput></screen>
    166166
    167       <para>otherwise:</para>
     167      <para>Alternately, copy a pregenerated menu:</para>
    168168
    169169<screen><userinput>cp -v /usr/share/fluxbox/menu ~/.fluxbox/menu</userinput></screen>
     
    227227        <term><command>fbsetbg</command></term>
    228228        <listitem>
    229           <para>is a utility that sets the background image. It requires
    230           <command>which</command> to find one of: <command>display</command>,
    231           <command>Esetroot</command>, <command>wmsetbg</command>,
     229          <para>is a utility that sets the background image. It requires one of:
     230          <command>display</command>, <command>Esetroot</command>, <command>wmsetbg</command>,
    232231          <command>xv</command>, <command>qiv</command> or <command>xsri</command>.
    233           </para>
     232          It also requires <command>which</command> if <command>Esetroot</command> is
     233          found.</para>
    234234          <indexterm zone="fluxbox fbsetbg">
    235235            <primary sortas="b-fbsetbg">fbsetbg</primary>
     
    253253        <listitem>
    254254          <para>is a utility that generates a menu by scanning your
    255           <envar>PATH</envar>. It requires <command>which</command> to function
    256           properly.</para>
     255          <envar>PATH</envar>.</para>
    257256          <indexterm zone="fluxbox fluxbox-generate">
    258257            <primary sortas="b-fluxbox-generate">fluxbox-generate_menu</primary>
Note: See TracChangeset for help on using the changeset viewer.