source: x/wm/openbox.xml@ ebf1fa3f

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

openbox-3.5.0

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

  • Property mode set to 100644
File size: 12.1 KB
RevLine 
[ebf1fa3f]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 &lfs70_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 <para>In ~/.config/openbox and /etc/xdg/openbox,
138 <filename>menu.xml</filename> and <filename>rc.xml</filename></para>
139
140 <indexterm zone="openbox openbox-config">
141 <primary sortas="e-AA.menu">~/.config/openbox/menu.xml</primary>
142 </indexterm>
143
144 <indexterm zone="openbox openbox-config">
145 <primary sortas="e-AA.rc">~/.config/openbox/rc.xml</primary>
146 </indexterm>
147
148 <indexterm zone="openbox openbox-config">
149 <primary sortas="e-etc-path-menu">/etc/xdg/openbox/menu.xml</primary>
150 </indexterm>
151
152 <indexterm zone="openbox openbox-config">
153 <primary sortas="e-etc-path-rc">/etc/xdg/openbox/rc.xml</primary>
154 </indexterm>
155 </sect3>
156
157 <sect3><title>Configuration Information</title>
158
159 <para>
160 <application>Openbox</application>'s right click menu is used to launch
161 programs. The menu itself is configured with 2 files,
162 <filename>/etc/xdg/openbox/menu.xml</filename> and
163 <filename>~/.config/openbox/menu.xml</filename>. If
164 <filename>~/.config/openbox/menu.xml</filename> doesn't exist then
165 <application>Openbox</application> will copy
166 <filename>/etc/xdg/openbox/menu.xml</filename> to
167 <filename>~/.config/openbox/menu.xml</filename> when it is launched.
168 </para>
169
170 <para>
171 <filename>~/.config/openbox/menu.xml</filename> can be edited with a
172 text editor or you can install
173 <ulink url="http://obmenu.sourceforge.net/">Obmenu</ulink> (requires
174 <xref linkend="python2"/>, <application>PyXML</application> and
175 <application>PyGTK</application>).
176 </para>
177
178 <para>
179 Many other aspects of <application>Openbox</application>'s behaviour are
180 configured with <filename>~/.config/openbox/rc.xml</filename> such as
181 what keybindings are used to launch programs or which mouse button
182 launches the main menu.
183 </para>
184
185 <para>
186 Details of the theme that <application>Openbox</application> applies to
187 window decorations are configured in
188 <filename>~/.config/openbox/rc.xml</filename>. You can get a list of the
189 available themes with the command:
190 </para>
191
192<screen role="user"><userinput>ls -d /usr/share/themes/*/openbox-3 | sed 's#.*es/##;s#/o.*##'</userinput></screen>
193 </sect3>
194
195 <sect3 id="openbox-init">
196 <title>Starting Openbox</title>
197
198 <para>
199 To automatically start <command>openbox</command> when you start
200 <application>Xorg</application>:
201 </para>
202
203<screen role="user"><userinput>echo openbox &gt; ~/.xinitrc</userinput></screen>
204
205 <para>
206 Alternatively, use the <command>openbox-session</command> script to
207 launch <command>openbox</command>. It runs another script,
208 <filename>~/.config/openbox/autostart</filename> and if that doesn't
209 exist it runs <filename>/etc/xdg/openbox/autostart</filename>. You can
210 create <filename>~/.config/openbox/autostart</filename> and edit it to
211 start any other programs you want running during your
212 <application>Openbox</application> session (eg, a panel or Dbus).
213 </para>
214 </sect3>
215 </sect2>
216
217 <sect2 role="content">
218 <title>Contents</title>
219
220 <segmentedlist>
221 <segtitle>Installed Programs</segtitle>
222 <segtitle>Installed Libraries</segtitle>
223 <segtitle>Installed Directories</segtitle>
224
225 <seglistitem>
226 <seg>
227 gdm-control, gnome-panel-control, obxprop, openbox,
228 openbox-gnome-session, openbox-kde-session and openbox-session
229 </seg>
230 <seg>
231 libobrender.so and libobt.so
232 </seg>
233 <seg>
234 /etc/xdg/openbox, /usr/include/openbox,
235 /usr/share/doc/openbox-&openbox-version; and /usr/share/themes.
236 </seg>
237 </seglistitem>
238 </segmentedlist>
239
240 <variablelist>
241 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
242 <?dbfo list-presentation="list"?>
243 <?dbhtml list-presentation="table"?>
244
245 <varlistentry id="gdm-control">
246 <term><command>gdm-control</command></term>
247 <listitem>
248 <para>
249 is a command line tool to send signals to
250 <application>GDM</application>.
251 </para>
252 <indexterm zone="openbox gdm-control">
253 <primary sortas="b-gdm-control">gdm-control</primary>
254 </indexterm>
255 </listitem>
256 </varlistentry>
257
258 <varlistentry id="gnome-panel-control">
259 <term><command>gnome-panel-control</command></term>
260 <listitem>
261 <para>
262 is a command line utility to invoke the <application>Gnome
263 Panel</application> run dialog/menu.
264 </para>
265 <indexterm zone="openbox gnome-panel-control">
266 <primary
267 sortas="b-gnome-panel-control">gnome-panel-control</primary>
268 </indexterm>
269 </listitem>
270 </varlistentry>
271
272 <varlistentry id="obxprop">
273 <term><command>obxprop</command></term>
274 <listitem>
275 <para>
276 is a tool for displaying the properties on an x window. It has a
277 similar functionality to <command>xprop</command>, but allows you to
278 see UTF-8 strings as text.
279 </para>
280 <indexterm zone="openbox obxprop">
281 <primary sortas="b-obxprop">obxprop</primary>
282 </indexterm>
283 </listitem>
284 </varlistentry>
285
286 <varlistentry id="openbox-prog">
287 <term><command>openbox</command></term>
288 <listitem>
289 <para>
290 is a standards compliant, highly configurable, window manager.
291 </para>
292 <indexterm zone="openbox openbox">
293 <primary sortas="b-openbox">openbox</primary>
294 </indexterm>
295 </listitem>
296 </varlistentry>
297
298 <varlistentry id="openbox-gnome-session">
299 <term><command>openbox-gnome-session</command></term>
300 <listitem>
301 <para>
302 is a script to launch an <application>Gnome</application> session
303 with openbox as your window manager from your
304 <filename>~/.xinitrc</filename>.
305 </para>
306 <indexterm zone="openbox openbox-gnome-session">
307 <primary
308 sortas="b-openbox-gnome-session">openbox-gnome-session</primary>
309 </indexterm>
310 </listitem>
311 </varlistentry>
312
313 <varlistentry id="openbox-kde-session">
314 <term><command>openbox-kde-session</command></term>
315 <listitem>
316 <para>
317 is a script to launch an <application>KDE</application> session with
318 <application>Openbox</application> as your window manager from your
319 <filename>~/.xinitrc</filename>.
320 </para>
321 <indexterm zone="openbox openbox-kde-session">
322 <primary
323 sortas="b-openbox-kde-session">openbox-kde-session</primary>
324 </indexterm>
325 </listitem>
326 </varlistentry>
327
328 <varlistentry id="openbox-session">
329 <term><command>openbox-session</command></term>
330 <listitem>
331 <para>
332 is a script to launch an <application>Openbox</application> session
333 from your <filename>~/.xinitrc</filename>.
334 </para>
335 <indexterm zone="openbox openbox-session">
336 <primary sortas="b-openbox-session">openbox-session</primary>
337 </indexterm>
338 </listitem>
339 </varlistentry>
340
341 <varlistentry id="libobrender">
342 <term><filename class="libraryfile">libobrender.so</filename></term>
343 <listitem>
344 <para>
345 contains the functions used by <application>Openbox</application>
346 for theme rendering.
347 </para>
348 <indexterm zone="openbox libobrender">
349 <primary sortas="c-libobrender">libobrender.so</primary>
350 </indexterm>
351 </listitem>
352 </varlistentry>
353
354 <varlistentry id="libobt">
355 <term><filename class="libraryfile">libobt.so</filename></term>
356 <listitem>
357 <para>
358 is the <application>Openbox</application> toolkit library.
359 </para>
360 <indexterm zone="openbox libobt">
361 <primary sortas="c-libobt">libobt.so</primary>
362 </indexterm>
363 </listitem>
364 </varlistentry>
365 </variablelist>
366 </sect2>
367</sect1>
Note: See TracBrowser for help on using the repository browser.