source: x/wm/fluxbox.xml@ 5cd0959d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 5cd0959d was 5cd0959d, checked in by Archaic <archaic@…>, 20 years ago

Resetting keywords

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

  • Property mode set to 100644
File size: 4.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/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-size "372 KB">
10 <!ENTITY fluxbox-buildsize "53.9 MB">
11 <!ENTITY fluxbox-time "1.28 SBU">
12]>
13
14<sect1 id="fluxbox" xreflabel="Fluxbox-&fluxbox-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="fluxbox.html" ?>
20<title>Fluxbox-&fluxbox-version;</title>
21
22<sect2>
23<title>Introduction to <application>Fluxbox</application></title>
24
25<para>The <application>Fluxbox</application> package contains a window manager.
26</para>
27
28<sect3><title>Package information</title>
29<itemizedlist spacing='compact'>
30<listitem><para>Download (HTTP): <ulink
31url="&fluxbox-download-http;"/></para></listitem>
32<listitem><para>Download (FTP): <ulink
33url="&fluxbox-download-ftp;"/></para></listitem>
34<listitem><para>Download size: &fluxbox-size;</para></listitem>
35<listitem><para>Estimated Disk space required:
36&fluxbox-buildsize;</para></listitem>
37<listitem><para>Estimated build time:
38&fluxbox-time;</para></listitem></itemizedlist>
39</sect3>
40
41<sect3><title>Additional downloads</title>
42<itemizedlist spacing='compact'>
43<listitem><para>Required Patch: <ulink
44url="&patch-root;/fluxbox-&fluxbox-version;-gcc33-1.patch"/></para></listitem>
45</itemizedlist>
46</sect3>
47
48<sect3><title><application>Fluxbox</application> dependencies</title>
49<sect4><title>Required</title>
50<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para></sect4>
51</sect3>
52
53</sect2>
54
55<sect2>
56<title>Installation of <application>Fluxbox</application></title>
57
58<para>Install <application>Fluxbox</application> by running the following
59commands:</para>
60
61<screen><userinput><command>patch -Np1 -i ../fluxbox-&fluxbox-version;-gcc33-1.patch &amp;&amp;
62./configure --prefix=/usr --enable-kde --enable-gnome &amp;&amp;
63make &amp;&amp;
64make install</command></userinput></screen>
65
66</sect2>
67
68<sect2>
69<title>Command explanations</title>
70
71<para><option>--enable-kde</option>: This command activates
72<application>Fluxbox</application>'s ability to allow
73<application><acronym>KDE</acronym></application>
74tray icons to be placed in the slit.</para>
75
76<para><option>--disable-nls</option>: This command disables
77<application>Fluxbox</application>'s ability to support
78international languages. This is an optional switch to work
79around a compile problem if you did not install all locales.</para>
80
81</sect2>
82
83<sect2>
84<title>Configuring <application>Fluxbox</application></title>
85
86<sect3><title>Config files</title>
87<para><filename>~/.fluxbox/init</filename>,
88<filename>~/.fluxbox/keys</filename>,
89<filename>~/.fluxbox/menu</filename></para>
90</sect3>
91
92<sect3><title>Configuration Information</title>
93
94<para>Be sure to backup your current <filename>.xinitrc</filename> before
95proceeding.</para>
96
97<screen><userinput><command>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"</command>
98exec fluxbox
99<command>EOF</command></userinput></screen>
100
101<screen><userinput><command>mkdir ~/.fluxbox &amp;&amp;
102cp /usr/share/fluxbox/init ~/.fluxbox/init &amp;&amp;
103cp /usr/share/fluxbox/keys ~/.fluxbox/keys &amp;&amp;
104cp /usr/share/fluxbox/menu ~/.fluxbox/menu </command></userinput></screen>
105
106<para>Menu Items are added by editing <filename>~/.fluxbox/menu</filename>. The
107syntax is explained on the fluxbox man page.</para>
108</sect3>
109
110</sect2>
111
112<sect2>
113<title>Contents</title>
114
115<para>The <application>Fluxbox</application> package contains
116<command>fluxbox</command>, <command>bsetbg</command> and
117<command>bsetroot</command>.</para>
118
119</sect2>
120
121<sect2><title>Description</title>
122
123<sect3><title>fluxbox</title>
124<para><command>fluxbox</command> is a window manager for <application>X11
125</application> based on <application>Blackbox</application> 0.61.0.</para>
126</sect3>
127
128<sect3><title>bsetbg</title>
129<para><command>bsetbg</command> is a utility that sets the background image.
130It needs <command>display</command>, <command>Esetroot</command>,
131<command>wmsetbg</command>, <command>xv</command>,
132<command>qiv</command> or <command>xsri</command> to be used.</para></sect3>
133
134<sect3><title>bsetroot</title>
135<para><command>bsetroot</command> is a <application>Blackbox</application>
136utility to change root window appearance.</para></sect3>
137
138</sect2>
139
140</sect1>
141
Note: See TracBrowser for help on using the repository browser.