source: x/wm/fluxbox.xml@ d083dd01

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 d083dd01 was d083dd01, checked in by Andrew Benton <andy@…>, 18 years ago

Updated Fluxbox to 0.9.14, added info on how to create a fluxbox.desktop file and
cleaned up some other details

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

  • Property mode set to 100644
File size: 8.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 "7641aaea532841e103e9705bb5b98f62">
10 <!ENTITY fluxbox-size "657 KB">
11 <!ENTITY fluxbox-buildsize "10 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="ftptdir">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>If Fluxbox is the only Window Manager you want to use you can start it with an
123 <filename>.xinitrc</filename> 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 <literal>startfluxbox</literal> &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]</literal>
141<literal>Encoding=UTF-8</literal>
142<literal>Name=Fluxbox</literal>
143<literal>Comment=This session logs you into Fluxbox</literal>
144<literal>Exec=startfluxbox</literal>
145<literal>Type=Application</literal>
146EOF</userinput></screen>
147
148
149 <para>Now create the <application>Fluxbox</application> configuration
150 files:</para>
151
152<screen><userinput>mkdir -v ~/.fluxbox &amp;&amp;
153cp -v /usr/share/fluxbox/init ~/.fluxbox/init &amp;&amp;
154cp -v /usr/share/fluxbox/keys ~/.fluxbox/keys</userinput></screen>
155
156 <para>Now if you have <application>Which</application> installed.</para>
157
158<screen><userinput>cd ~/.fluxbox &amp;&amp;
159fluxbox-generate_menu</userinput></screen>
160
161 <para>Else, if you do not have <application>Which</application>
162 installed.</para>
163
164<screen><userinput>cp -v /usr/share/fluxbox/menu ~/.fluxbox/menu</userinput></screen>
165
166 <para>Menu Items are added by editing <filename>~/.fluxbox/menu</filename>.
167 The syntax is explained on the <command>fluxbox</command> man page.</para>
168
169 </sect3>
170
171 </sect2>
172
173 <sect2 role="content">
174 <title>Contents</title>
175
176 <segmentedlist>
177 <segtitle>Installed Programs</segtitle>
178 <segtitle>Installed Libraries</segtitle>
179 <segtitle>Installed Directory</segtitle>
180
181 <seglistitem>
182 <seg>fluxbox, fbsetbg, fbsetroot, fluxbox-generate_menu, startfluxbox,
183 and fbrun</seg>
184 <seg>None</seg>
185 <seg>/usr/share/fluxbox and ~/.fluxbox</seg>
186 </seglistitem>
187 </segmentedlist>
188
189 <variablelist>
190 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
191 <?dbfo list-presentation="list"?>
192 <?dbhtml list-presentation="table"?>
193
194 <varlistentry id="fluxbox-prog">
195 <term><command>fluxbox</command></term>
196 <listitem>
197 <para>is a window manager for <application>X11</application> based
198 on <application>Blackbox</application> 0.61.0.</para>
199 <indexterm zone="fluxbox fluxbox-prog">
200 <primary sortas="b-fluxbox">fluxbox</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="fbsetbg">
206 <term><command>fbsetbg</command></term>
207 <listitem>
208 <para>is a utility that sets the background image. It needs
209 <command>display</command>, <command>Esetroot</command>,
210 <command>wmsetbg</command>, <command>xv</command>,
211 <command>qiv</command> or <command>xsri</command> to be used.</para>
212 <indexterm zone="fluxbox fbsetbg">
213 <primary sortas="b-fbsetbg">fbsetbg</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
218 <varlistentry id="fbsetroot">
219 <term><command>fbsetroot</command></term>
220 <listitem>
221 <para>is a utility to change root window appearance based on the
222 <application>Blackbox</application> application bsetroot.</para>
223 <indexterm zone="fluxbox fbsetroot">
224 <primary sortas="b-fbsetroot">fbsetroot</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
229 <varlistentry id="fluxbox-generate">
230 <term><command>fluxbox-generate_menu</command></term>
231 <listitem>
232 <para>is a utility that generates a menu by scanning your
233 <envar>PATH</envar>. It requires <command>which</command> to function
234 properly.</para>
235 <indexterm zone="fluxbox fluxbox-generate">
236 <primary sortas="b-fluxbox-generate">fluxbox-generate_menu</primary>
237 </indexterm>
238 </listitem>
239 </varlistentry>
240
241 <varlistentry id="startfluxbox">
242 <term><command>startfluxbox</command></term>
243 <listitem>
244 <para>is a session startup script that allows for command
245 executions prior to <command>fluxbox</command> starting.</para>
246 <indexterm zone="fluxbox startfluxbox">
247 <primary sortas="b-startfluxbox">startfluxbox</primary>
248 </indexterm>
249 </listitem>
250 </varlistentry>
251
252 <varlistentry id="fbrun">
253 <term><command>fbrun</command></term>
254 <listitem>
255 <para>displays a run dialog window.</para>
256 <indexterm zone="fluxbox fbrun">
257 <primary sortas="b-fbrun">fbrun</primary>
258 </indexterm>
259 </listitem>
260 </varlistentry>
261
262 </variablelist>
263
264 </sect2>
265
266</sect1>
Note: See TracBrowser for help on using the repository browser.