source: x/wm/openbox.xml@ 9166fa4

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 9166fa4 was 9166fa4, checked in by Andrew Benton <andy@…>, 12 years ago

Added Lm Sensors 3.3.2

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

  • Property mode set to 100644
File size: 12.5 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 openbox-download-http
8 "http://openbox.org/dist/openbox/openbox-&openbox-version;.tar.gz">
9 <!ENTITY openbox-download-ftp " ">
10 <!ENTITY openbox-md5sum "00441b53cf14c03566c8e82643544ff9">
11 <!ENTITY openbox-size "9 MB">
12 <!ENTITY openbox-buildsize "18 MB">
13 <!ENTITY openbox-time "0.3 SBU">
14]>
15
16<sect1 id="openbox" xreflabel="openbox-&openbox-version;">
17 <?dbhtml filename="openbox.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>openbox-&openbox-version;</title>
25
26 <indexterm zone="openbox">
27 <primary sortas="a-openbox">Openbox</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to openbox</title>
32
33 <para>
34 <application>Openbox</application> is a highly configurable desktop
35 window manager with extensive standards support. It allows you to control
36 almost every aspect of how you interact with your desktop.
37 </para>
38
39 &lfs71_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&openbox-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &openbox-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &openbox-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &openbox-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &openbox-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Openbox Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="pkgconfig"/>,
74 <xref linkend="x-window-system"/> and
75 <xref linkend="pango"/> (compiled with support for libXft).
76 </para>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <xref linkend="imlib2"/> (to enable icons in the right click menu).
81 </para>
82
83 <para condition="html" role="usernotes">
84 User Notes: <ulink url="&blfs-wiki;/openbox"/>
85 </para>
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of Openbox</title>
90
91 <para>
92 Install <application>Openbox</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>./configure -&#45;prefix=/usr -&#45;sysconfdir=/etc -&#45;disable-static \
97 -&#45;docdir=/usr/share/doc/openbox-&openbox-version; &amp;&amp;
98make</userinput></screen>
99
100 <para>
101 To test the results, issue: <command>make check</command>.
102 </para>
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109 </sect2>
110
111 <sect2 role="commands">
112 <title>Command Explanations</title>
113
114 <para>
115 <option>-&#45;sysconfdir=/etc</option>: This option puts
116 <application>Openbox</application>'s configuration files in
117 /etc/xdg/openbox instead of /usr/etc/xdg/openbox.
118 </para>
119
120 <para>
121 <option>-&#45;disable-static</option>: This option stops it compiling
122 static versions of the libraries.
123 </para>
124
125 <para>
126 <option>-&#45;docdir=/usr/share/doc/openbox-&openbox-version;</option>:
127 this puts a few files in a versioned directory in
128 <filename class="directory">/usr/share/doc</filename>.
129 </para>
130 </sect2>
131
132 <sect2 role="configuration">
133 <title>Configuring Openbox</title>
134
135 <sect3 id="openbox-config">
136 <title>Config Files</title>
137
138 <para>
139 In ~/.config/openbox and /etc/xdg/openbox, <filename>menu.xml</filename>
140 and <filename>rc.xml</filename>
141 </para>
142
143 <indexterm zone="openbox openbox-config">
144 <primary sortas="e-AA.menu">~/.config/openbox/menu.xml</primary>
145 </indexterm>
146
147 <indexterm zone="openbox openbox-config">
148 <primary sortas="e-AA.rc">~/.config/openbox/rc.xml</primary>
149 </indexterm>
150
151 <indexterm zone="openbox openbox-config">
152 <primary sortas="e-etc-path-menu">/etc/xdg/openbox/menu.xml</primary>
153 </indexterm>
154
155 <indexterm zone="openbox openbox-config">
156 <primary sortas="e-etc-path-rc">/etc/xdg/openbox/rc.xml</primary>
157 </indexterm>
158 </sect3>
159
160 <sect3><title>Configuration Information</title>
161
162 <para>
163 <application>Openbox</application>'s right click menu is used to launch
164 programs. The menu itself is configured with 2 files,
165 <filename>/etc/xdg/openbox/menu.xml</filename> and
166 <filename>~/.config/openbox/menu.xml</filename>. If
167 <filename>~/.config/openbox/menu.xml</filename> doesn't exist then
168 <application>Openbox</application> will copy
169 <filename>/etc/xdg/openbox/menu.xml</filename> to
170 <filename>~/.config/openbox/menu.xml</filename> when it is launched.
171 </para>
172
173 <para>
174 <filename>~/.config/openbox/menu.xml</filename> can be edited with a
175 text editor or you can install
176 <ulink url="http://obmenu.sourceforge.net/">Obmenu</ulink> (requires
177 <xref linkend="pyxml"/> and <xref linkend="pygtk"/>).
178 </para>
179
180 <para>
181 To have icons in your right click menu requires installing
182 <xref linkend="imlib2"/> before you install
183 <application>Openbox</application>. To set an icon for an entry in the
184 menu edit <filename>~/.config/openbox/menu.xml</filename> and add an
185 icon to the &lt;item&gt; tag like this:
186 </para>
187
188<screen role="user"><userinput>&lt;item label="Mplayer" icon="/usr/share/pixmaps/mplayer.png"&gt;</userinput></screen>
189
190 <para>
191 Many other aspects of <application>Openbox</application>'s behaviour are
192 configured with <filename>~/.config/openbox/rc.xml</filename> such as
193 what keybindings are used to launch programs or which mouse button
194 launches the main menu.
195 </para>
196
197 <para>
198 Details of the theme that <application>Openbox</application> applies to
199 window decorations are configured in
200 <filename>~/.config/openbox/rc.xml</filename>. You can get a list of the
201 available themes with the command:
202 </para>
203
204<screen role="user"><userinput>ls -d /usr/share/themes/*/openbox-3 | sed 's#.*es/##;s#/o.*##'</userinput></screen>
205 </sect3>
206
207 <sect3 id="openbox-init">
208 <title>Starting Openbox</title>
209
210 <para>
211 To automatically start <command>openbox</command> when you start
212 <application>Xorg</application>:
213 </para>
214
215<screen role="user"><userinput>echo openbox &gt; ~/.xinitrc</userinput></screen>
216
217 <para>
218 Alternatively, use the <command>openbox-session</command> script to
219 launch <command>openbox</command>. It runs another script,
220 <filename>~/.config/openbox/autostart</filename> and if that doesn't
221 exist it runs <filename>/etc/xdg/openbox/autostart</filename>. You can
222 create <filename>~/.config/openbox/autostart</filename> and edit it to
223 start any other programs you want running during your
224 <application>Openbox</application> session (eg, a panel or Dbus).
225 </para>
226 </sect3>
227 </sect2>
228
229 <sect2 role="content">
230 <title>Contents</title>
231
232 <segmentedlist>
233 <segtitle>Installed Programs</segtitle>
234 <segtitle>Installed Libraries</segtitle>
235 <segtitle>Installed Directories</segtitle>
236
237 <seglistitem>
238 <seg>
239 gdm-control, gnome-panel-control, obxprop, openbox,
240 openbox-gnome-session, openbox-kde-session and openbox-session
241 </seg>
242 <seg>
243 libobrender.so and libobt.so
244 </seg>
245 <seg>
246 /etc/xdg/openbox, /usr/include/openbox,
247 /usr/share/doc/openbox-&openbox-version; and /usr/share/themes.
248 </seg>
249 </seglistitem>
250 </segmentedlist>
251
252 <variablelist>
253 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
254 <?dbfo list-presentation="list"?>
255 <?dbhtml list-presentation="table"?>
256
257 <varlistentry id="gdm-control">
258 <term><command>gdm-control</command></term>
259 <listitem>
260 <para>
261 is a command line tool to send signals to
262 <application>GDM</application>.
263 </para>
264 <indexterm zone="openbox gdm-control">
265 <primary sortas="b-gdm-control">gdm-control</primary>
266 </indexterm>
267 </listitem>
268 </varlistentry>
269
270 <varlistentry id="gnome-panel-control">
271 <term><command>gnome-panel-control</command></term>
272 <listitem>
273 <para>
274 is a command line utility to invoke the <application>Gnome
275 Panel</application> run dialog/menu.
276 </para>
277 <indexterm zone="openbox gnome-panel-control">
278 <primary
279 sortas="b-gnome-panel-control">gnome-panel-control</primary>
280 </indexterm>
281 </listitem>
282 </varlistentry>
283
284 <varlistentry id="obxprop">
285 <term><command>obxprop</command></term>
286 <listitem>
287 <para>
288 is a tool for displaying the properties on an x window. It has a
289 similar functionality to <command>xprop</command>, but allows you to
290 see UTF-8 strings as text.
291 </para>
292 <indexterm zone="openbox obxprop">
293 <primary sortas="b-obxprop">obxprop</primary>
294 </indexterm>
295 </listitem>
296 </varlistentry>
297
298 <varlistentry id="openbox-prog">
299 <term><command>openbox</command></term>
300 <listitem>
301 <para>
302 is a standards compliant, highly configurable, window manager.
303 </para>
304 <indexterm zone="openbox openbox">
305 <primary sortas="b-openbox">openbox</primary>
306 </indexterm>
307 </listitem>
308 </varlistentry>
309
310 <varlistentry id="openbox-gnome-session">
311 <term><command>openbox-gnome-session</command></term>
312 <listitem>
313 <para>
314 is a script to launch an <application>Gnome</application> session
315 with openbox as your window manager from your
316 <filename>~/.xinitrc</filename>.
317 </para>
318 <indexterm zone="openbox openbox-gnome-session">
319 <primary
320 sortas="b-openbox-gnome-session">openbox-gnome-session</primary>
321 </indexterm>
322 </listitem>
323 </varlistentry>
324
325 <varlistentry id="openbox-kde-session">
326 <term><command>openbox-kde-session</command></term>
327 <listitem>
328 <para>
329 is a script to launch an <application>KDE</application> session with
330 <application>Openbox</application> as your window manager from your
331 <filename>~/.xinitrc</filename>.
332 </para>
333 <indexterm zone="openbox openbox-kde-session">
334 <primary
335 sortas="b-openbox-kde-session">openbox-kde-session</primary>
336 </indexterm>
337 </listitem>
338 </varlistentry>
339
340 <varlistentry id="openbox-session">
341 <term><command>openbox-session</command></term>
342 <listitem>
343 <para>
344 is a script to launch an <application>Openbox</application> session
345 from your <filename>~/.xinitrc</filename>.
346 </para>
347 <indexterm zone="openbox openbox-session">
348 <primary sortas="b-openbox-session">openbox-session</primary>
349 </indexterm>
350 </listitem>
351 </varlistentry>
352
353 <varlistentry id="libobrender">
354 <term><filename class="libraryfile">libobrender.so</filename></term>
355 <listitem>
356 <para>
357 contains the functions used by <application>Openbox</application>
358 for theme rendering.
359 </para>
360 <indexterm zone="openbox libobrender">
361 <primary sortas="c-libobrender">libobrender.so</primary>
362 </indexterm>
363 </listitem>
364 </varlistentry>
365
366 <varlistentry id="libobt">
367 <term><filename class="libraryfile">libobt.so</filename></term>
368 <listitem>
369 <para>
370 is the <application>Openbox</application> toolkit library.
371 </para>
372 <indexterm zone="openbox libobt">
373 <primary sortas="c-libobt">libobt.so</primary>
374 </indexterm>
375 </listitem>
376 </varlistentry>
377 </variablelist>
378 </sect2>
379</sect1>
Note: See TracBrowser for help on using the repository browser.