source: x/wm/fluxbox.xml@ 3f5f915

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 3f5f915 was 3f5f915, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Typo fix. X.

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

  • Property mode set to 100644
File size: 8.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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-md5sum "f9b7b3c3b8e1e9ce3449601b238d4fba">
10 <!ENTITY fluxbox-size "649 KB">
11 <!ENTITY fluxbox-buildsize "47.7 MB">
12 <!ENTITY fluxbox-time "1.2 SBU">
13]>
14
15<sect1 id="fluxbox" xreflabel="Fluxbox-&fluxbox-version;">
16 <?dbhtml filename="fluxbox.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">fluxbox-&fluxbox-version;.tar</keyword>
23 <keyword role="ftpdir">fluxbox</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Fluxbox-&fluxbox-version;</title>
28
29 <indexterm zone="fluxbox">
30 <primary sortas="a-Fluxbox">Fluxbox</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Fluxbox</title>
35
36 <para>The <application>Fluxbox</application> package contains a window
37 manager.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&fluxbox-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&fluxbox-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &fluxbox-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &fluxbox-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &fluxbox-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &fluxbox-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">Fluxbox Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required">X (<xref linkend="xfree86"/> or
65 <xref linkend="xorg"/>)</para>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para role="optional"><xref linkend="imlib2"/> Image display library</para>
69
70 </sect2>
71
72 <sect2 role="installation">
73 <title>Installation of Fluxbox</title>
74
75 <para>Install <application>Fluxbox</application> by running the following
76 commands:</para>
77
78<screen><userinput>./configure --prefix=/usr &amp;&amp;
79make</userinput></screen>
80
81 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
82
83<screen role="root"><userinput>make install</userinput></screen>
84
85 </sect2>
86
87 <sect2 role="commands">
88 <title>Command Explanations</title>
89
90 <para><option>--enable-imlib2</option>:
91 Use this option if you wish image formats additional to xpm.</para>
92
93 </sect2>
94
95 <sect2 role="configuration">
96 <title>Configuring Fluxbox</title>
97
98 <sect3 id="fluxbox-config">
99 <title>Config Files</title>
100
101 <para><filename>~/.fluxbox/init</filename>,
102 <filename>~/.fluxbox/keys</filename>, and
103 <filename>~/.fluxbox/menu</filename></para>
104
105 <indexterm zone="fluxbox fluxbox-config">
106 <primary sortas="e-AA.fluxbox-init">~/.fluxbox/init</primary>
107 </indexterm>
108
109 <indexterm zone="fluxbox fluxbox-config">
110 <primary sortas="e-AA.fluxbox-keys">~/.fluxbox/keys</primary>
111 </indexterm>
112
113 <indexterm zone="fluxbox fluxbox-config">
114 <primary sortas="e-AA.fluxbox-menu">~/.fluxbox/menu</primary>
115 </indexterm>
116
117 </sect3>
118
119 <sect3>
120 <title>Configuration Information</title>
121
122 <para>Be sure to backup your current <filename>.xinitrc</filename>
123 before proceeding.</para>
124
125 <indexterm zone="fluxbox fluxbox-config">
126 <primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
127 </indexterm>
128
129<screen><userinput>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"
130<literal>startfluxbox</literal>
131EOF</userinput></screen>
132
133 <para>Now create the <application>Fluxbox</application> configuration
134 files:</para>
135
136<screen><userinput>mkdir -v ~/.fluxbox &amp;&amp;
137cp -v /usr/share/fluxbox/init ~/.fluxbox/init &amp;&amp;
138cp -v /usr/share/fluxbox/keys ~/.fluxbox/keys</userinput></screen>
139
140 <para>Now if you have <application>Which</application> installed.</para>
141
142<screen><userinput>cd ~/.fluxbox &amp;&amp;
143fluxbox-generate_menu</userinput></screen>
144
145 <para>Else, if you do not have <application>Which</application>
146 installed.</para>
147
148<screen><userinput>cp -v /usr/share/fluxbox/menu ~/.fluxbox/menu</userinput></screen>
149
150 <para>Menu Items are added by editing <filename>~/.fluxbox/menu</filename>.
151 The syntax is explained on the <command>fluxbox</command> man page.</para>
152
153 </sect3>
154
155 </sect2>
156
157 <sect2 role="content">
158 <title>Contents</title>
159
160 <segmentedlist>
161 <segtitle>Installed Programs</segtitle>
162 <segtitle>Installed Libraries</segtitle>
163 <segtitle>Installed Directory</segtitle>
164
165 <seglistitem>
166 <seg>fluxbox, fbsetbg, bsetroot, fluxbox-generate_menu, startfluxbox,
167 and fbrun</seg>
168 <seg>None</seg>
169 <seg>/usr/share/fluxbox and ~/.fluxbox</seg>
170 </seglistitem>
171 </segmentedlist>
172
173 <variablelist>
174 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
175 <?dbfo list-presentation="list"?>
176 <?dbhtml list-presentation="table"?>
177
178 <varlistentry id="fluxbox-prog">
179 <term><command>fluxbox</command></term>
180 <listitem>
181 <para>is a window manager for <application>X11</application> based
182 on <application>Blackbox</application> 0.61.0.</para>
183 <indexterm zone="fluxbox fluxbox-prog">
184 <primary sortas="b-fluxbox">fluxbox</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="fbsetbg">
190 <term><command>fbsetbg</command></term>
191 <listitem>
192 <para>is a utility that sets the background image. It needs
193 <command>display</command>, <command>Esetroot</command>,
194 <command>wmsetbg</command>, <command>xv</command>,
195 <command>qiv</command> or <command>xsri</command> to be used.</para>
196 <indexterm zone="fluxbox fbsetbg">
197 <primary sortas="b-fbsetbg">fbsetbg</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 <varlistentry id="bsetroot">
203 <term><command>bsetroot</command></term>
204 <listitem>
205 <para>is a <application>Blackbox</application>
206 utility to change root window appearance.</para>
207 <indexterm zone="fluxbox bsetroot">
208 <primary sortas="b-bsetroot">bsetroot</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 <varlistentry id="fluxbox-generate">
214 <term><command>fluxbox-generate_menu</command></term>
215 <listitem>
216 <para>is a utility that generates a menu by scanning your
217 <envar>PATH</envar>. It requires <command>which</command> to function
218 properly.</para>
219 <indexterm zone="fluxbox fluxbox-generate">
220 <primary sortas="b-fluxbox-generate">fluxbox-generate_menu</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 <varlistentry id="startfluxbox">
226 <term><command>startfluxbox</command></term>
227 <listitem>
228 <para>is a session startup script that allows for command
229 executions prior to <command>fluxbox</command> starting.</para>
230 <indexterm zone="fluxbox startfluxbox">
231 <primary sortas="b-startfluxbox">startfluxbox</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
236 <varlistentry id="fbrun">
237 <term><command>fbrun</command></term>
238 <listitem>
239 <para>displays a run dialog window.</para>
240 <indexterm zone="fluxbox fbrun">
241 <primary sortas="b-fbrun">fbrun</primary>
242 </indexterm>
243 </listitem>
244 </varlistentry>
245
246 </variablelist>
247
248 </sect2>
249
250</sect1>
Note: See TracBrowser for help on using the repository browser.