source: x/wm/fluxbox.xml@ 2e4ab21f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 2e4ab21f was 2e4ab21f, checked in by David Jensen <djensen@…>, 19 years ago

Fluxbox-0.9.13, moved which dependency to configuration section

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

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