source: x/wm/fluxbox.xml@ f0d4ce27

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 f0d4ce27 was f0d4ce27, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged fluxbox.xml

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

  • Property mode set to 100644
File size: 7.1 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 "398f4e10d88b47507ea309968340961c">
10 <!ENTITY fluxbox-size "637 KB">
11 <!ENTITY fluxbox-buildsize "36.7 MB">
12 <!ENTITY fluxbox-time "1.28 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 </sect2>
63
64 <sect2 role="installation">
65 <title>Installation of Fluxbox</title>
66
67 <para>Install <application>Fluxbox</application> by running the following
68 commands:</para>
69
70<screen><userinput>./configure --prefix=/usr &amp;&amp;
71make</userinput></screen>
72
73 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
74
75<screen role="root"><userinput>make install</userinput></screen>
76
77 </sect2>
78
79 <sect2 role="configuration">
80 <title>Configuring Fluxbox</title>
81
82 <sect3 id="fluxbox-config">
83 <title>Config Files</title>
84
85 <para><filename>~/.fluxbox/init</filename>,
86 <filename>~/.fluxbox/keys</filename>, and
87 <filename>~/.fluxbox/menu</filename></para>
88
89 <indexterm zone="fluxbox fluxbox-config">
90 <primary sortas="e-AA.fluxbox-init">~/.fluxbox/init</primary>
91 </indexterm>
92
93 <indexterm zone="fluxbox fluxbox-config">
94 <primary sortas="e-AA.fluxbox-keys">~/.fluxbox/keys</primary>
95 </indexterm>
96
97 <indexterm zone="fluxbox fluxbox-config">
98 <primary sortas="e-AA.fluxbox-menu">~/.fluxbox/menu</primary>
99 </indexterm>
100
101 </sect3>
102
103 <sect3>
104 <title>Configuration Information</title>
105
106 <para>Be sure to backup your current <filename>.xinitrc</filename>
107 before proceeding.</para>
108
109 <indexterm zone="fluxbox fluxbox-config">
110 <primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
111 </indexterm>
112
113<screen><userinput>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"
114<literal>startfluxbox</literal>
115EOF</userinput></screen>
116
117 <para>Now create the <application>Fluxbox</application> configuration
118 files:</para>
119
120<screen><userinput>mkdir ~/.fluxbox &amp;&amp;
121cp /usr/share/fluxbox/init ~/.fluxbox/init &amp;&amp;
122cp /usr/share/fluxbox/keys ~/.fluxbox/keys &amp;&amp;
123cp /usr/share/fluxbox/menu ~/.fluxbox/menu</userinput></screen>
124
125 <para>Menu Items are added by editing <filename>~/.fluxbox/menu</filename>.
126 The syntax is explained on the <command>fluxbox</command> man page.</para>
127
128 </sect3>
129
130 </sect2>
131
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Programs</segtitle>
137 <segtitle>Installed Libraries</segtitle>
138 <segtitle>Installed Directory</segtitle>
139
140 <seglistitem>
141 <seg>fluxbox, fbsetbg, bsetroot, fluxbox-generate_menu, startfluxbox,
142 and fbrun</seg>
143 <seg>None</seg>
144 <seg>/usr/share/fluxbox and ~/.fluxbox</seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="fluxbox-prog">
154 <term><command>fluxbox</command></term>
155 <listitem>
156 <para>is a window manager for <application>X11</application> based
157 on <application>Blackbox</application> 0.61.0.</para>
158 <indexterm zone="fluxbox fluxbox-prog">
159 <primary sortas="b-fluxbox">fluxbox</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 <varlistentry id="fbsetbg">
165 <term><command>fbsetbg</command></term>
166 <listitem>
167 <para>is a utility that sets the background image. It needs
168 <command>display</command>, <command>Esetroot</command>,
169 <command>wmsetbg</command>, <command>xv</command>,
170 <command>qiv</command> or <command>xsri</command> to be used.</para>
171 <indexterm zone="fluxbox fbsetbg">
172 <primary sortas="b-fbsetbg">fbsetbg</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="bsetroot">
178 <term><command>bsetroot</command></term>
179 <listitem>
180 <para>is a <application>Blackbox</application>
181 utility to change root window appearance.</para>
182 <indexterm zone="fluxbox bsetroot">
183 <primary sortas="b-bsetroot">bsetroot</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="fluxbox-generate">
189 <term><command>fluxbox-generate_menu</command></term>
190 <listitem>
191 <para>is a menu maker utility.</para>
192 <indexterm zone="fluxbox fluxbox-generate">
193 <primary sortas="b-fluxbox-generate">fluxbox-generate_menu</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="startfluxbox">
199 <term><command>startfluxbox</command></term>
200 <listitem>
201 <para>is a session startup script that allows for command
202 executions prior to <command>fluxbox</command> starting.</para>
203 <indexterm zone="fluxbox startfluxbox">
204 <primary sortas="b-startfluxbox">startfluxbox</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="fbrun">
210 <term><command>fbrun</command></term>
211 <listitem>
212 <para>displays a run dialog window.</para>
213 <indexterm zone="fluxbox fbrun">
214 <primary sortas="b-fbrun">fbrun</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 </variablelist>
220
221 </sect2>
222
223</sect1>
Note: See TracBrowser for help on using the repository browser.