mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
efded646c1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2824 af4574ff-66df-0310-9fd7-8a98e5e911e0
131 lines
4.2 KiB
XML
131 lines
4.2 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY fluxbox-download-http "http://prdownloads.sourceforge.net/fluxbox/fluxbox-&fluxbox-version;.tar.bz2">
|
|
<!ENTITY fluxbox-download-ftp " ">
|
|
<!ENTITY fluxbox-size "545 KB">
|
|
<!ENTITY fluxbox-buildsize "33.9 MB">
|
|
<!ENTITY fluxbox-time "1.28 SBU">
|
|
]>
|
|
|
|
<sect1 id="fluxbox" xreflabel="Fluxbox-&fluxbox-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="fluxbox.html" ?>
|
|
<title>Fluxbox-&fluxbox-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>Fluxbox</application></title>
|
|
|
|
<para>The <application>Fluxbox</application> package contains a window manager.
|
|
</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP): <ulink
|
|
url="&fluxbox-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP): <ulink
|
|
url="&fluxbox-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download size: &fluxbox-size;</para></listitem>
|
|
<listitem><para>Estimated Disk space required:
|
|
&fluxbox-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time:
|
|
&fluxbox-time;</para></listitem></itemizedlist>
|
|
</sect3>
|
|
|
|
<sect3><title><application>Fluxbox</application> dependencies</title>
|
|
<sect4><title>Required</title>
|
|
<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para></sect4>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>Fluxbox</application></title>
|
|
|
|
<para>Install <application>Fluxbox</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
|
|
<sect2>
|
|
<title>Configuring <application>Fluxbox</application></title>
|
|
|
|
<sect3><title>Config files</title>
|
|
<para><filename>~/.fluxbox/init</filename>,
|
|
<filename>~/.fluxbox/keys</filename>,
|
|
<filename>~/.fluxbox/menu</filename></para>
|
|
</sect3>
|
|
|
|
<sect3><title>Configuration Information</title>
|
|
|
|
<para>Be sure to backup your current <filename>.xinitrc</filename> before
|
|
proceeding.</para>
|
|
|
|
<screen><userinput><command>cat >> ~/.xinitrc << "EOF"</command>
|
|
startfluxbox
|
|
<command>EOF</command></userinput></screen>
|
|
|
|
<screen><userinput><command>mkdir ~/.fluxbox &&
|
|
cp /usr/share/fluxbox/init ~/.fluxbox/init &&
|
|
cp /usr/share/fluxbox/keys ~/.fluxbox/keys &&
|
|
cp /usr/share/fluxbox/menu ~/.fluxbox/menu </command></userinput></screen>
|
|
|
|
<para>Menu Items are added by editing <filename>~/.fluxbox/menu</filename>. The
|
|
syntax is explained on the fluxbox man page.</para>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application>Fluxbox</application> package contains
|
|
<command>fluxbox</command>, <command>fbsetbg</command>,
|
|
<command>bsetroot</command>, <command>fluxbox-generate_menu</command>,
|
|
<command>startfluxbox</command> and <command>fbrun</command>.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>fluxbox</title>
|
|
<para><command>fluxbox</command> is a window manager for <application>X11
|
|
</application> based on <application>Blackbox</application> 0.61.0.</para>
|
|
</sect3>
|
|
|
|
<sect3><title>fbsetbg</title>
|
|
<para><command>fbsetbg</command> is a utility that sets the background image.
|
|
It needs <command>display</command>, <command>Esetroot</command>,
|
|
<command>wmsetbg</command>, <command>xv</command>,
|
|
<command>qiv</command> or <command>xsri</command> to be used.</para></sect3>
|
|
|
|
<sect3><title>bsetroot</title>
|
|
<para><command>bsetroot</command> is a <application>Blackbox</application>
|
|
utility to change root window appearance.</para></sect3>
|
|
|
|
<sect3><title>fluxbox-generate_menu</title>
|
|
<para><command>fluxbox-generate_menu</command> is a menu maker utility.</para></sect3>
|
|
|
|
<sect3><title>startfluxbox</title>
|
|
<para><command>startfluxbox</command> is a session startup script that
|
|
allows for command executions prior to fluxbox starting.</para></sect3>
|
|
|
|
<sect3><title>fbrun</title>
|
|
<para><command>fbrun</command> displays a run dialog window.</para></sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|