Changeset feeb99a for x/wm/fluxbox.xml


Ignore:
Timestamp:
06/13/2004 07:03:42 PM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
613c524f
Parents:
60384c68
Message:

XML update for Part VIII (X and friends)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/wm/fluxbox.xml

    r60384c68 rfeeb99a  
     1<?xml version="1.0" encoding="ISO-8859-1"?>
     2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
     3   "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
     4  <!ENTITY % general-entities SYSTEM "../../general.ent">
     5  %general-entities;
     6
     7  <!ENTITY fluxbox-download-http "http://prdownloads.sourceforge.net/fluxbox/fluxbox-&fluxbox-version;.tar.bz2">
     8  <!ENTITY fluxbox-download-ftp  " ">
     9  <!ENTITY fluxbox-size          "372 KB">
     10  <!ENTITY fluxbox-buildsize     "53.9 MB">
     11  <!ENTITY fluxbox-time          "1.28 SBU">
     12]>
    113<sect1 id="fluxbox" xreflabel="Fluxbox-&fluxbox-version;">
    214<?dbhtml filename="fluxbox.html" ?>
    315<title>Fluxbox-&fluxbox-version;</title>
    416
    5 &fluxbox-intro;
    6 &fluxbox-inst;
    7 &fluxbox-exp;
    8 &fluxbox-config;
    9 &fluxbox-desc;
     17<sect2>
     18<title>Introduction to <application>Fluxbox</application></title>
     19
     20<para>The <application>Fluxbox</application> package contains a window manager.
     21</para>
     22
     23<sect3><title>Package information</title>
     24<itemizedlist spacing='compact'>
     25<listitem><para>Download (HTTP): <ulink
     26url="&fluxbox-download-http;"/></para></listitem>
     27<listitem><para>Download (FTP): <ulink
     28url="&fluxbox-download-ftp;"/></para></listitem>
     29<listitem><para>Download size: &fluxbox-size;</para></listitem>
     30<listitem><para>Estimated Disk space required:
     31&fluxbox-buildsize;</para></listitem>
     32<listitem><para>Estimated build time:
     33&fluxbox-time;</para></listitem></itemizedlist>
     34</sect3>
     35
     36
     37<sect3><title>Additional downloads</title>
     38<itemizedlist spacing='compact'>
     39<listitem><para>Required patch (HTTP): <ulink
     40url="&patch-root;/fluxbox-0.1.14-gcc33.patch"/></para></listitem>
     41</itemizedlist>
     42</sect3>
     43
     44<sect3><title><application>Fluxbox</application> dependencies</title>
     45<sect4><title>Required</title>
     46<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para></sect4>
     47</sect3>
     48
     49
     50</sect2>
     51
     52<sect2>
     53<title>Installation of <application>Fluxbox</application></title>
     54
     55<para>Install <application>Fluxbox</application> by running the following
     56commands:</para>
     57
     58<screen><userinput><command>patch -Np1 -i ../fluxbox-0.1.14-gcc33.patch &amp;&amp;
     59./configure --prefix=/usr --enable-kde --enable-gnome &amp;&amp;
     60make &amp;&amp;
     61make install</command></userinput></screen>
     62
     63</sect2>
     64
     65<sect2>
     66<title>Command explanations</title>
     67
     68<para><option>--enable-kde</option>: This command activates
     69<application>Fluxbox</application>'s ability to allow
     70<application><acronym>KDE</acronym></application>
     71tray icons to be placed in the slit.</para>
     72
     73<para><option>--disable-nls</option>: This command disables
     74<application>Fluxbox</application>'s ability to support
     75international languages. This is an optional switch to work
     76around a compile problem if you did not install all locales.</para>
     77
     78</sect2>
     79
     80<sect2>
     81<title>Configuring <application>Fluxbox</application></title>
     82
     83<sect3><title>Config files</title>
     84<para><filename>~/.fluxbox/init</filename>,
     85<filename>~/.fluxbox/keys</filename>,
     86<filename>~/.fluxbox/menu</filename></para>
     87</sect3>
     88
     89<sect3><title>Configuration Information</title>
     90
     91<para>Be sure to backup your current <filename>.xinitrc</filename> before
     92proceeding.</para>
     93<screen><userinput><command>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"</command>
     94exec fluxbox
     95<command>EOF</command></userinput></screen>
     96
     97<screen><userinput><command>mkdir ~/.fluxbox &amp;&amp;
     98cp /usr/share/fluxbox/init ~/.fluxbox/init &amp;&amp;
     99cp /usr/share/fluxbox/keys ~/.fluxbox/keys &amp;&amp;
     100cp /usr/share/fluxbox/menu ~/.fluxbox/menu </command></userinput></screen>
     101
     102<para>Menu Items are added by editing <filename>~/.fluxbox/menu</filename>. The
     103syntax is explained on the fluxbox man page.</para>
     104</sect3>
     105
     106</sect2>
     107
     108<sect2>
     109<title>Contents</title>
     110
     111<para>The <application>Fluxbox</application> package contains
     112<command>fluxbox</command>, <command>bsetbg</command> and
     113<command>bsetroot</command>.</para>
     114
     115</sect2>
     116
     117<sect2><title>Description</title>
     118
     119<sect3><title>fluxbox</title>
     120<para><command>fluxbox</command> is a window manager for <application>X11
     121</application> based on <application>Blackbox</application> 0.61.0.</para>
     122</sect3>
     123
     124<sect3><title>bsetbg</title>
     125<para><command>bsetbg</command> is a utility that sets the background image. 
     126It needs <command>display</command>, <command>Esetroot</command>,
     127<command>wmsetbg</command>, <command>xv</command>,
     128<command>qiv</command> or <command>xsri</command> to be used.</para></sect3>
     129
     130<sect3><title>bsetroot</title>
     131<para><command>bsetroot</command> is a <application>Blackbox</application>
     132utility to change root window appearance.</para></sect3>
     133
     134</sect2>
    10135
    11136</sect1>
Note: See TracChangeset for help on using the changeset viewer.