source: x/wm/fluxbox.xml@ b1623c2

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
Last change on this file since b1623c2 was b1623c2, checked in by Randy McMurchy <randy@…>, 20 years ago

more package patch renaming

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

  • Property mode set to 100644
File size: 4.4 KB
Line 
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]>
13<sect1 id="fluxbox" xreflabel="Fluxbox-&fluxbox-version;">
14<?dbhtml filename="fluxbox.html" ?>
15<title>Fluxbox-&fluxbox-version;</title>
16
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<sect3><title>Additional downloads</title>
37<itemizedlist spacing='compact'>
38<listitem><para>Required patch (HTTP): <ulink
39url="&patch-root;/fluxbox-0.1.14-gcc33-1.patch"/></para></listitem>
40</itemizedlist>
41</sect3>
42
43<sect3><title><application>Fluxbox</application> dependencies</title>
44<sect4><title>Required</title>
45<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para></sect4>
46</sect3>
47
48</sect2>
49
50<sect2>
51<title>Installation of <application>Fluxbox</application></title>
52
53<para>Install <application>Fluxbox</application> by running the following
54commands:</para>
55
56<screen><userinput><command>patch -Np1 -i ../fluxbox-0.1.14-gcc33-1.patch &amp;&amp;
57./configure --prefix=/usr --enable-kde --enable-gnome &amp;&amp;
58make &amp;&amp;
59make install</command></userinput></screen>
60
61</sect2>
62
63<sect2>
64<title>Command explanations</title>
65
66<para><option>--enable-kde</option>: This command activates
67<application>Fluxbox</application>'s ability to allow
68<application><acronym>KDE</acronym></application>
69tray icons to be placed in the slit.</para>
70
71<para><option>--disable-nls</option>: This command disables
72<application>Fluxbox</application>'s ability to support
73international languages. This is an optional switch to work
74around a compile problem if you did not install all locales.</para>
75
76</sect2>
77
78<sect2>
79<title>Configuring <application>Fluxbox</application></title>
80
81<sect3><title>Config files</title>
82<para><filename>~/.fluxbox/init</filename>,
83<filename>~/.fluxbox/keys</filename>,
84<filename>~/.fluxbox/menu</filename></para>
85</sect3>
86
87<sect3><title>Configuration Information</title>
88
89<para>Be sure to backup your current <filename>.xinitrc</filename> before
90proceeding.</para>
91
92<screen><userinput><command>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"</command>
93exec fluxbox<command>EOF</command></userinput></screen>
94
95<screen><userinput><command>mkdir ~/.fluxbox &amp;&amp;
96cp /usr/share/fluxbox/init ~/.fluxbox/init &amp;&amp;
97cp /usr/share/fluxbox/keys ~/.fluxbox/keys &amp;&amp;
98cp /usr/share/fluxbox/menu ~/.fluxbox/menu </command></userinput></screen>
99
100<para>Menu Items are added by editing <filename>~/.fluxbox/menu</filename>. The
101syntax is explained on the fluxbox man page.</para>
102</sect3>
103
104</sect2>
105
106<sect2>
107<title>Contents</title>
108
109<para>The <application>Fluxbox</application> package contains
110<command>fluxbox</command>, <command>bsetbg</command> and
111<command>bsetroot</command>.</para>
112
113</sect2>
114
115<sect2><title>Description</title>
116
117<sect3><title>fluxbox</title>
118<para><command>fluxbox</command> is a window manager for <application>X11
119</application> based on <application>Blackbox</application> 0.61.0.</para>
120</sect3>
121
122<sect3><title>bsetbg</title>
123<para><command>bsetbg</command> is a utility that sets the background image.
124It needs <command>display</command>, <command>Esetroot</command>,
125<command>wmsetbg</command>, <command>xv</command>,
126<command>qiv</command> or <command>xsri</command> to be used.</para></sect3>
127
128<sect3><title>bsetroot</title>
129<para><command>bsetroot</command> is a <application>Blackbox</application>
130utility to change root window appearance.</para></sect3>
131
132</sect2>
133
134</sect1>
135
Note: See TracBrowser for help on using the repository browser.