source: x/wm/fluxbox.xml@ ccd74eb

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ccd74eb was ccd74eb, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

More tags

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

  • Property mode set to 100644
File size: 11.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY fluxbox-download-http "&sourceforge-repo;/fluxbox/fluxbox-&fluxbox-version;.tar.xz">
8 <!ENTITY fluxbox-download-ftp
9 "&jaist-ftp-repo;/f/fl/fluxbox/fluxbox/&fluxbox-version;/fluxbox-&fluxbox-version;.tar.xz">
10 <!ENTITY fluxbox-md5sum "b44afd10ee1e64624c23115aa51dcd55">
11 <!ENTITY fluxbox-size "772 KB">
12 <!ENTITY fluxbox-buildsize "101 MB">
13 <!ENTITY fluxbox-time "0.9 SBU">
14]>
15
16<sect1 id="fluxbox" xreflabel="Fluxbox-&fluxbox-version;">
17 <?dbhtml filename="fluxbox.html" ?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Fluxbox-&fluxbox-version;</title>
25
26 <indexterm zone="fluxbox">
27 <primary sortas="a-Fluxbox">Fluxbox</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Fluxbox</title>
32
33 <para>The <application>Fluxbox</application> package contains a window
34 manager.</para>
35
36 &lfs78_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&fluxbox-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&fluxbox-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &fluxbox-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &fluxbox-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &fluxbox-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &fluxbox-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">Fluxbox Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required"><xref linkend="x-window-system"/></para>
64
65 <bridgehead renderas="sect4">Optional</bridgehead>
66 <para role="optional">
67 <xref linkend="dbus"/> (runtime),
68 <xref linkend="fribidi"/>, and
69 <xref linkend="imlib2"/> (if you wish to use other image formats in addition to XPM)
70 </para>
71
72 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/fluxbox"/></para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of Fluxbox</title>
79
80 <para>Install <application>Fluxbox</application> by running the following
81 commands:</para>
82
83<screen><userinput>./configure --prefix=/usr &amp;&amp;
84make</userinput></screen>
85
86 <para>This package does not have a working testsuite.</para>
87
88 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
89
90<screen role="root"><userinput>make install</userinput></screen>
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 <application>GDM</application> 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 <application>GDM</application> 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>To generate the application menu, first you may wish to run
160 <command>fluxbox-generate_menu -h</command>, in order to choose any
161 <replaceable>&lt;user_options&gt;</replaceable>, then issue:</para>
162
163<screen><userinput>cd ~/.fluxbox &amp;&amp;
164fluxbox-generate_menu <replaceable>&lt;user_options&gt;</replaceable></userinput></screen>
165
166 <para>Alternately, copy a pregenerated menu:</para>
167
168<screen><userinput>cp -v /usr/share/fluxbox/menu ~/.fluxbox/menu</userinput></screen>
169
170 <para>Menu items are added by editing <filename>~/.fluxbox/menu</filename>.
171 The syntax is explained on the <command>fluxbox</command> man page.</para>
172
173 <para>If you want to use an image as your desktop background, copy the
174 theme you like into <filename class='directory'>~/.fluxbox</filename>.
175 Then add a line to make it use the correct image. In the following
176 command, change <replaceable>&lt;theme&gt;</replaceable> for the name of
177 the theme you want and change
178 <replaceable>&lt;/path/to/nice/image.ext&gt;</replaceable> to point to
179 the actual image you want to use, where <replaceable>ext</replaceable>
180 must be <quote>xpm</quote>, if <xref linkend="imlib2"/> is not installed
181 to allow other image formats.</para>
182
183<screen><userinput>cp /usr/share/fluxbox/styles/&lt;theme&gt; ~/.fluxbox/theme &amp;&amp;
184
185sed -i 's,\(session.styleFile:\).*,\1 ~/.fluxbox/theme,' ~/.fluxbox/init &amp;&amp;
186
187[ -f ~/.fluxbox/theme ] &amp;&amp;
188echo "background.pixmap: &lt;/path/to/nice/image.ext&gt;" >> ~/.fluxbox/theme ||
189[ -d ~/.fluxbox/theme ] &amp;&amp;
190echo "background.pixmap: &lt;/path/to/nice/image.ext&gt;" >> ~/.fluxbox/theme/theme.cfg</userinput></screen>
191
192 <para>In some locales the font specified in the theme may not contain the
193 needed characters. This results in menus with blank items. You can fix
194 this by editing <filename>~/.fluxbox/theme</filename> with a text editor
195 and altering it so that it names a suitable font.</para>
196
197 </sect3>
198
199 </sect2>
200
201 <sect2 role="content">
202 <title>Contents</title>
203
204 <segmentedlist>
205 <segtitle>Installed Programs</segtitle>
206 <segtitle>Installed Libraries</segtitle>
207 <segtitle>Installed Directories</segtitle>
208
209 <seglistitem>
210 <seg>fluxbox, fbsetbg, fbsetroot, fluxbox-generate_menu, startfluxbox,
211 fbrun, fluxbox-remote, and fluxbox-update_configs</seg>
212 <seg>None</seg>
213 <seg>/usr/share/fluxbox and ~/.fluxbox</seg>
214 </seglistitem>
215 </segmentedlist>
216
217 <variablelist>
218 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
219 <?dbfo list-presentation="list"?>
220 <?dbhtml list-presentation="table"?>
221
222 <varlistentry id="fluxbox-prog">
223 <term><command>fluxbox</command></term>
224 <listitem>
225 <para>is a window manager for <application>X11</application> based
226 on <application>Blackbox</application> 0.61.0.</para>
227 <indexterm zone="fluxbox fluxbox-prog">
228 <primary sortas="b-fluxbox">fluxbox</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 <varlistentry id="fbsetbg">
234 <term><command>fbsetbg</command></term>
235 <listitem>
236 <para>is a utility that sets the background image. It requires one
237 of the following at runtime:
238 <command>Esetroot</command>, <command>wmsetbg</command>,
239 <xref linkend="feh-prog"/>, <command>hsetroot</command>,
240 <command>chbg</command>, <xref linkend="display"/>,
241 <command>qiv</command>, <command>xv</command>,
242 <command>xsri</command>, <command>xli</command>, or <command>xsetbg</command>.
243 It also requires <xref linkend="which-prog"/> if <command>Esetroot</command> is
244 found.</para>
245 <indexterm zone="fluxbox fbsetbg">
246 <primary sortas="b-fbsetbg">fbsetbg</primary>
247 </indexterm>
248 </listitem>
249 </varlistentry>
250
251 <varlistentry id="fbsetroot">
252 <term><command>fbsetroot</command></term>
253 <listitem>
254 <para>is a utility to change root window appearance based on the
255 <application>Blackbox</application> application bsetroot.</para>
256 <indexterm zone="fluxbox fbsetroot">
257 <primary sortas="b-fbsetroot">fbsetroot</primary>
258 </indexterm>
259 </listitem>
260 </varlistentry>
261
262 <varlistentry id="fluxbox-generate_menu">
263 <term><command>fluxbox-generate_menu</command></term>
264 <listitem>
265 <para>is a utility that generates a menu by scanning your
266 <envar>PATH</envar>.</para>
267 <indexterm zone="fluxbox fluxbox-generate_menu">
268 <primary sortas="b-fluxbox-generate_menu">fluxbox-generate_menu</primary>
269 </indexterm>
270 </listitem>
271 </varlistentry>
272
273 <varlistentry id="startfluxbox">
274 <term><command>startfluxbox</command></term>
275 <listitem>
276 <para>is a session startup script that allows for command
277 executions prior to <command>fluxbox</command> starting.</para>
278 <indexterm zone="fluxbox startfluxbox">
279 <primary sortas="b-startfluxbox">startfluxbox</primary>
280 </indexterm>
281 </listitem>
282 </varlistentry>
283
284 <varlistentry id="fbrun">
285 <term><command>fbrun</command></term>
286 <listitem>
287 <para>displays a run dialog window.</para>
288 <indexterm zone="fluxbox fbrun">
289 <primary sortas="b-fbrun">fbrun</primary>
290 </indexterm>
291 </listitem>
292 </varlistentry>
293
294 <varlistentry id="fluxbox-remote">
295 <term><command>fluxbox-remote</command></term>
296 <listitem>
297 <para>provides command line access to key commands for
298 <application>Fluxbox</application>.</para>
299 <indexterm zone="fluxbox fluxbox-remote">
300 <primary sortas="b-fluxbox-remote">fluxbox-remote</primary>
301 </indexterm>
302 </listitem>
303 </varlistentry>
304
305 <varlistentry id="fluxbox-update_configs">
306 <term><command>fluxbox-update_configs</command></term>
307 <listitem>
308 <para>
309 use to manage config files (reload, update, test).
310 </para>
311 <indexterm zone="fluxbox fluxbox-update_configs">
312 <primary sortas="b-fluxbox-update_configs">fluxbox-update_configs</primary>
313 </indexterm>
314 </listitem>
315 </varlistentry>
316
317 </variablelist>
318
319 </sect2>
320
321</sect1>
Note: See TracBrowser for help on using the repository browser.