source: x/wm/fluxbox.xml@ e77976f

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 e77976f was e77976f, checked in by Randy McMurchy <randy@…>, 18 years ago

Changed all the references to X Window System links to a common entity displayed as 'X Window System' - now if there is ever an addition or removal of one of the X packages, an update in only one place will be required

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

  • Property mode set to 100644
File size: 9.9 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 "5fd0353b79d433c117f650a53c254e88">
10 <!ENTITY fluxbox-size "670 KB">
11 <!ENTITY fluxbox-buildsize "45.1 MB">
12 <!ENTITY fluxbox-time "0.8 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"><xref linkend="x-window-system"/></para>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para role="optional"><xref linkend="imlib2"/> Image display library</para>
68
69 </sect2>
70
71 <sect2 role="installation">
72 <title>Installation of Fluxbox</title>
73
74 <para>Install <application>Fluxbox</application> by running the following
75 commands:</para>
76
77<screen><userinput>./configure --prefix=/usr &amp;&amp;
78make</userinput></screen>
79
80 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
81
82<screen role="root"><userinput>make install</userinput></screen>
83
84 </sect2>
85
86 <sect2 role="commands">
87 <title>Command Explanations</title>
88
89 <para><option>--enable-imlib2</option>:
90 Use this option if you wish image formats additional to xpm.</para>
91
92 </sect2>
93
94 <sect2 role="configuration">
95 <title>Configuring Fluxbox</title>
96
97 <sect3 id="fluxbox-config">
98 <title>Config Files</title>
99
100 <para><filename>~/.fluxbox/init</filename>,
101 <filename>~/.fluxbox/keys</filename>, and
102 <filename>~/.fluxbox/menu</filename></para>
103
104 <indexterm zone="fluxbox fluxbox-config">
105 <primary sortas="e-AA.fluxbox-init">~/.fluxbox/init</primary>
106 </indexterm>
107
108 <indexterm zone="fluxbox fluxbox-config">
109 <primary sortas="e-AA.fluxbox-keys">~/.fluxbox/keys</primary>
110 </indexterm>
111
112 <indexterm zone="fluxbox fluxbox-config">
113 <primary sortas="e-AA.fluxbox-menu">~/.fluxbox/menu</primary>
114 </indexterm>
115
116 </sect3>
117
118 <sect3>
119 <title>Configuration Information</title>
120
121 <para>If <application>Fluxbox</application> is the only Window Manager
122 you want to use, you can start it with an <filename>.xinitrc</filename>
123 file in your home folder. Be sure to backup your
124 current <filename>.xinitrc</filename> before proceeding.</para>
125
126 <indexterm zone="fluxbox fluxbox-config">
127 <primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
128 </indexterm>
129
130<screen><userinput>echo startfluxbox &gt; ~/.xinitrc</userinput></screen>
131
132 <para>Or alternatively, if you use a login manager like
133 <xref linkend="gdm"/> or <application>kdm</application> and would
134 like to be able to choose <application>Fluxbox</application> at the login
135 prompt, create a <filename>fluxbox.desktop</filename> file like this.</para>
136
137 <para>As <systemitem class="username">root</systemitem>:</para>
138
139<screen><userinput>cat &gt; /usr/share/xsessions/fluxbox.desktop &lt;&lt; "EOF"
140<literal>[Desktop Entry]
141Encoding=UTF-8
142Name=Fluxbox
143Comment=This session logs you into Fluxbox
144Exec=startfluxbox
145Type=Application</literal>
146EOF</userinput></screen>
147
148 <para>If you didn't install <xref linkend="gdm"/> or
149 <application>kdm</application> in <filename class='directory'>/usr</filename>,
150 then change that command to fit the prefix you chose.</para>
151
152 <para>Now create the <application>Fluxbox</application> configuration
153 files:</para>
154
155<screen><userinput>mkdir -v ~/.fluxbox &amp;&amp;
156cp -v /usr/share/fluxbox/init ~/.fluxbox/init &amp;&amp;
157cp -v /usr/share/fluxbox/keys ~/.fluxbox/keys</userinput></screen>
158
159 <para>Now if you have <xref linkend="which"/> installed:</para>
160
161<screen><userinput>cd ~/.fluxbox &amp;&amp;
162fluxbox-generate_menu</userinput></screen>
163
164 <para>otherwise:</para>
165
166<screen><userinput>cp -v /usr/share/fluxbox/menu ~/.fluxbox/menu</userinput></screen>
167
168 <para>Menu items are added by editing <filename>~/.fluxbox/menu</filename>.
169 The syntax is explained on the <command>fluxbox</command> man page.</para>
170
171 <para>If you want to use an image as your desktop background, copy the
172 theme you like into <filename class='directory'>~/.fluxbox</filename>.
173 Then add a line to make it use the correct image. In the following command,
174 change <replaceable>[theme]</replaceable> for the name of the theme you
175 want and change <replaceable>/path/to/nice/image.xpm</replaceable> to
176 reflect the actual image you want to use.</para>
177
178<screen><userinput>cp /usr/share/fluxbox/styles/[theme] ~/.fluxbox/theme &amp;&amp;
179sed -i 's,\(session.styleFile:\).*,\1 ~/.fluxbox/theme,' \
180 ~/.fluxbox/init &amp;&amp;
181echo "background.pixmap: /path/to/nice/image.xpm" >> ~/.fluxbox/theme
182</userinput></screen>
183
184 <para>In some locales the font specified in the theme may not contain the
185 needed characters. This results in menus with blank items. You can fix
186 this by editing <filename>~/.fluxbox/theme</filename> with a text editor
187 and altering it so that it names a suitable font.</para>
188
189 </sect3>
190
191 </sect2>
192
193 <sect2 role="content">
194 <title>Contents</title>
195
196 <segmentedlist>
197 <segtitle>Installed Programs</segtitle>
198 <segtitle>Installed Libraries</segtitle>
199 <segtitle>Installed Directory</segtitle>
200
201 <seglistitem>
202 <seg>fluxbox, fbsetbg, fbsetroot, fluxbox-generate_menu, startfluxbox,
203 and fbrun</seg>
204 <seg>None</seg>
205 <seg>/usr/share/fluxbox and ~/.fluxbox</seg>
206 </seglistitem>
207 </segmentedlist>
208
209 <variablelist>
210 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
211 <?dbfo list-presentation="list"?>
212 <?dbhtml list-presentation="table"?>
213
214 <varlistentry id="fluxbox-prog">
215 <term><command>fluxbox</command></term>
216 <listitem>
217 <para>is a window manager for <application>X11</application> based
218 on <application>Blackbox</application> 0.61.0.</para>
219 <indexterm zone="fluxbox fluxbox-prog">
220 <primary sortas="b-fluxbox">fluxbox</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 <varlistentry id="fbsetbg">
226 <term><command>fbsetbg</command></term>
227 <listitem>
228 <para>is a utility that sets the background image. It requires
229 <command>which</command> to find one of: <command>display</command>,
230 <command>Esetroot</command>, <command>wmsetbg</command>,
231 <command>xv</command>, <command>qiv</command> or <command>xsri</command>.
232 </para>
233 <indexterm zone="fluxbox fbsetbg">
234 <primary sortas="b-fbsetbg">fbsetbg</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 <varlistentry id="fbsetroot">
240 <term><command>fbsetroot</command></term>
241 <listitem>
242 <para>is a utility to change root window appearance based on the
243 <application>Blackbox</application> application bsetroot.</para>
244 <indexterm zone="fluxbox fbsetroot">
245 <primary sortas="b-fbsetroot">fbsetroot</primary>
246 </indexterm>
247 </listitem>
248 </varlistentry>
249
250 <varlistentry id="fluxbox-generate">
251 <term><command>fluxbox-generate_menu</command></term>
252 <listitem>
253 <para>is a utility that generates a menu by scanning your
254 <envar>PATH</envar>. It requires <command>which</command> to function
255 properly.</para>
256 <indexterm zone="fluxbox fluxbox-generate">
257 <primary sortas="b-fluxbox-generate">fluxbox-generate_menu</primary>
258 </indexterm>
259 </listitem>
260 </varlistentry>
261
262 <varlistentry id="startfluxbox">
263 <term><command>startfluxbox</command></term>
264 <listitem>
265 <para>is a session startup script that allows for command
266 executions prior to <command>fluxbox</command> starting.</para>
267 <indexterm zone="fluxbox startfluxbox">
268 <primary sortas="b-startfluxbox">startfluxbox</primary>
269 </indexterm>
270 </listitem>
271 </varlistentry>
272
273 <varlistentry id="fbrun">
274 <term><command>fbrun</command></term>
275 <listitem>
276 <para>displays a run dialog window.</para>
277 <indexterm zone="fluxbox fbrun">
278 <primary sortas="b-fbrun">fbrun</primary>
279 </indexterm>
280 </listitem>
281 </varlistentry>
282
283 </variablelist>
284
285 </sect2>
286
287</sect1>
Note: See TracBrowser for help on using the repository browser.