Changeset efded64 for x


Ignore:
Timestamp:
10/17/2004 02:31:23 AM (20 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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:
b2f505e
Parents:
5800e355
Message:

update to fluxbox-0.9.10 and proftpd-1.2.10

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/wm/fluxbox.xml

    r5800e355 refded64  
    77  <!ENTITY fluxbox-download-http "http://prdownloads.sourceforge.net/fluxbox/fluxbox-&fluxbox-version;.tar.bz2">
    88  <!ENTITY fluxbox-download-ftp  " ">
    9   <!ENTITY fluxbox-size          "372 KB">
    10   <!ENTITY fluxbox-buildsize     "53.9 MB">
     9  <!ENTITY fluxbox-size          "545 KB">
     10  <!ENTITY fluxbox-buildsize     "33.9 MB">
    1111  <!ENTITY fluxbox-time          "1.28 SBU">
    1212]>
     
    3939</sect3>
    4040
    41 <sect3><title>Additional downloads</title>
    42 <itemizedlist spacing='compact'>
    43 <listitem><para>Required Patch: <ulink
    44 url="&patch-root;/fluxbox-&fluxbox-version;-gcc33-1.patch"/></para></listitem>
    45 </itemizedlist>
    46 </sect3>
    47 
    4841<sect3><title><application>Fluxbox</application> dependencies</title>
    4942<sect4><title>Required</title>
     
    5952commands:</para>
    6053
    61 <screen><userinput><command>patch -Np1 -i ../fluxbox-&fluxbox-version;-gcc33-1.patch &amp;&amp;
    62 ./configure --prefix=/usr --enable-kde --enable-gnome &amp;&amp;
     54<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    6355make &amp;&amp;
    6456make install</command></userinput></screen>
     
    6658</sect2>
    6759
    68 <sect2>
    69 <title>Command explanations</title>
    70 
    71 <para><option>--enable-kde</option>: This command activates
    72 <application>Fluxbox</application>'s ability to allow
    73 <application><acronym>KDE</acronym></application>
    74 tray icons to be placed in the slit.</para>
    75 
    76 <para><option>--disable-nls</option>: This command disables
    77 <application>Fluxbox</application>'s ability to support
    78 international languages. This is an optional switch to work
    79 around a compile problem if you did not install all locales.</para>
    80 
    81 </sect2>
    8260
    8361<sect2>
     
    9674
    9775<screen><userinput><command>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"</command>
    98 exec fluxbox
     76startfluxbox
    9977<command>EOF</command></userinput></screen>
    10078
     
    11492
    11593<para>The <application>Fluxbox</application> package contains
    116 <command>fluxbox</command>, <command>bsetbg</command> and
    117 <command>bsetroot</command>.</para>
     94<command>fluxbox</command>, <command>fbsetbg</command>, 
     95<command>bsetroot</command>, <command>fluxbox-generate_menu</command>,
     96<command>startfluxbox</command> and <command>fbrun</command>.</para>
    11897
    11998</sect2>
     
    126105</sect3>
    127106
    128 <sect3><title>bsetbg</title>
    129 <para><command>bsetbg</command> is a utility that sets the background image. 
     107<sect3><title>fbsetbg</title>
     108<para><command>fbsetbg</command> is a utility that sets the background image. 
    130109It needs <command>display</command>, <command>Esetroot</command>,
    131110<command>wmsetbg</command>, <command>xv</command>,
     
    136115utility to change root window appearance.</para></sect3>
    137116
     117<sect3><title>fluxbox-generate_menu</title>
     118<para><command>fluxbox-generate_menu</command> is a menu maker utility.</para></sect3>
     119
     120<sect3><title>startfluxbox</title>
     121<para><command>startfluxbox</command> is a session startup script that
     122allows for command executions prior to fluxbox starting.</para></sect3>
     123
     124<sect3><title>fbrun</title>
     125<para><command>fbrun</command> displays a run dialog window.</para></sect3>
     126
    138127</sect2>
    139128
Note: See TracChangeset for help on using the changeset viewer.