source: x/wm/sawfish.xml@ 99123033

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 99123033 was 97ee53d, checked in by Pierre Labastie <pieere@…>, 4 years ago

Finish formatting the x chapter, and small updates

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

  • Property mode set to 100644
File size: 9.8 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 sawfish-download-http "http://download.tuxfamily.org/sawfish/sawfish_&sawfish-version;.tar.xz">
8 <!ENTITY sawfish-download-ftp " ">
9 <!ENTITY sawfish-md5sum "074446085b2518a07cf0e0c8c8b6df41">
10 <!ENTITY sawfish-size "2.7 MB">
11 <!ENTITY sawfish-buildsize "53 MB">
12 <!ENTITY sawfish-time "0.4 SBU">
13]>
14
15<sect1 id="sawfish" xreflabel="sawfish-&sawfish-version;">
16 <?dbhtml filename="sawfish.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>sawfish-&sawfish-version;</title>
24
25 <indexterm zone="sawfish">
26 <primary sortas="a-Sawfish">Sawfish</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to sawfish</title>
31
32 <para>
33 The <application>sawfish</application> package contains a window
34 manager. This is useful for organizing and displaying windows where all
35 window decorations are configurable and all user-interface policy is
36 controlled through the extension language.
37 </para>
38
39 &lfs91_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&sawfish-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&sawfish-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &sawfish-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &sawfish-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &sawfish-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &sawfish-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">sawfish Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="rep-gtk"/> and
80 <xref linkend="which"/>
81 </para>
82
83 <para condition="html" role="usernotes">User Notes:
84 <ulink url="&blfs-wiki;/sawfish"/></para>
85
86 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of sawfish</title>
90
91 <para>
92 Install <application>sawfish</application> by running the following
93 commands:
94 </para>
95
96<screen><userinput>./configure --prefix=/usr --with-pango &amp;&amp;
97make</userinput></screen>
98
99 <para>
100 This package does not come with a test suite.
101 </para>
102
103 <para>
104 Now, as the <systemitem class="username">root</systemitem> user:
105 </para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110<!--
111 <sect2 role="commands">
112 <title>Command Explanations</title>
113
114 <para>
115 <parameter>- -disable-themer</parameter>: This
116 option prevents building the <application>sawfish</application> themer.
117 This program was not migrated to <application>GTK-2</application>.
118 </para>
119
120 <para>
121 <option>- -with-audiofile</option>: This command directs
122 <application>sawfish</application> to use
123 <filename class="libraryfile">libaudiofile</filename>
124 for sound manipulation.
125 </para>
126
127 <para>
128 <option>- -with-esd</option>: This command directs
129 <application>sawfish</application> to use the Enlightened Sound
130 Daemon.
131 </para>
132
133 </sect2>
134-->
135 <sect2 role="configuration">
136 <title>Configuring sawfish</title>
137
138 <sect3 id="sawfish-config">
139 <title>Configuration Information</title>
140
141 <indexterm zone="sawfish sawfish-config">
142 <primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
143 </indexterm>
144
145 <para>
146 Be sure to backup your current <filename>.xinitrc</filename>
147 before proceeding.
148 </para>
149
150<screen><userinput>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"
151<literal>exec sawfish</literal>
152EOF</userinput></screen>
153
154 <para>
155 Optionally, you can use a Display Manager, such as <xref
156 linkend="lxdm"/>.
157 </para>
158
159 <para>
160 From the developers: <quote>The default menu binding is somewhat
161 obscure; you must middle-click on the background to bring up the menus.
162 (If you have a two-button mouse, try clicking both buttons
163 simultaneously)</quote>. You can find this at <ulink
164 url="http://download.tuxfamily.org/sawfish/themes/FAQ.html/">sawfish's
165 FAQ</ulink>.
166 </para>
167
168 </sect3>
169
170 </sect2>
171
172 <sect2 role="content">
173 <title>Contents</title>
174
175 <segmentedlist>
176 <segtitle>Installed Programs</segtitle>
177 <segtitle>Installed Libraries</segtitle>
178 <segtitle>Installed Directory</segtitle>
179
180 <seglistitem>
181 <seg>
182 sawfish, sawfish-about, sawfish-client, sawfish-config,
183 sawfish-kde4-session, sawfish-kde5-session, sawfish-lumina-session,
184 sawfish-mate-session, and sawfish-xfce-session
185 </seg>
186 <seg>
187 Several internal modules under /usr/lib/sawfish tree
188 </seg>
189 <seg>
190 /usr/include/sawfish,
191 /usr/lib/sawfish,
192 /usr/lib/rep/sawfish, and
193 /usr/share/sawfish
194 </seg>
195 </seglistitem>
196 </segmentedlist>
197
198 <variablelist>
199 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
200 <?dbfo list-presentation="list"?>
201 <?dbhtml list-presentation="table"?>
202
203 <varlistentry id="sawfish-prog">
204 <term><filename>sawfish</filename></term>
205 <listitem>
206 <para>
207 is the extensible window manager using a
208 <application>Lisp</application>-based scripting language.
209 </para>
210 <indexterm zone="sawfish sawfish-prog">
211 <primary sortas="b-sawfish">sawfish</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 <varlistentry id="sawfish-about">
217 <term><filename>sawfish-about</filename></term>
218 <listitem>
219 <para>
220 is the <application>sawfish</application> about window.
221 </para>
222 <indexterm zone="sawfish sawfish-about">
223 <primary sortas="b-sawfish-about">sawfish-about</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="sawfish-client">
229 <term><filename>sawfish-client</filename></term>
230 <listitem>
231 <para>
232 allows you to connect to a window manager process and
233 evaluate arbitrary <application>Lisp</application> forms.
234 </para>
235 <indexterm zone="sawfish sawfish-client">
236 <primary sortas="b-sawfish-client">sawfish-client</primary>
237 </indexterm>
238 </listitem>
239 </varlistentry>
240
241 <varlistentry id="sawfish-config-prog">
242 <term><filename>sawfish-config</filename></term>
243 <listitem>
244 <para>
245 is the <application>sawfish</application> configuration manager.
246 </para>
247 <indexterm zone="sawfish sawfish-config-prog">
248 <primary sortas="b-sawfish-config-prog">sawfish-config</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
252
253 <varlistentry id="sawfish-kde4-session">
254 <term><command>sawfish-kde4-session</command></term>
255 <listitem>
256 <para>
257 is a script to run <application>KDE4</application> using
258 <application>sawfish</application>.
259 </para>
260 <indexterm zone="sawfish sawfish-kde4-session">
261 <primary sortas="b-sawfish-kde4-session">sawfish-kde4-session</primary>
262 </indexterm>
263 </listitem>
264 </varlistentry>
265
266 <varlistentry id="sawfish-kde5-session">
267 <term><command>sawfish-kde5-session</command></term>
268 <listitem>
269 <para>
270 is a script to run <application>Plasma 5</application> using
271 <application>sawfish</application>
272 </para>
273 <indexterm zone="sawfish sawfish-kde5-session">
274 <primary sortas="b-sawfish-kde5-session">sawfish-kde5-session</primary>
275 </indexterm>
276 </listitem>
277 </varlistentry>
278
279 <varlistentry id="sawfish-mate-session">
280 <term><command>sawfish-mate-session</command></term>
281 <listitem>
282 <para>
283 is a script to run <application>mate</application> using
284 <application>sawfish</application>.
285 </para>
286 <indexterm zone="sawfish sawfish-mate-session">
287 <primary sortas="b-sawfish-mate-session">sawfish-mate-session</primary>
288 </indexterm>
289 </listitem>
290 </varlistentry>
291
292 <varlistentry id="sawfish-lumina-session">
293 <term><command>sawfish-lumina-session</command></term>
294 <listitem>
295 <para>
296 is a script to run <application>Lumina</application> using
297 <application>sawfish</application>.
298 </para>
299 <indexterm zone="sawfish sawfish-lumina-session">
300 <primary sortas="b-sawfish-lumina-session">sawfish-lumina-session</primary>
301 </indexterm>
302 </listitem>
303 </varlistentry>
304
305 <varlistentry id="sawfish-xfce-session">
306 <term><command>sawfish-xfce-session</command></term>
307 <listitem>
308 <para>
309 is a script to run <application>xfce</application> using
310 <application>sawfish</application>.
311 </para>
312 <indexterm zone="sawfish sawfish-xfce-session">
313 <primary sortas="b-sawfish-xfce-session">sawfish-xfce-session</primary>
314 </indexterm>
315 </listitem>
316 </varlistentry>
317
318 </variablelist>
319
320 </sect2>
321
322</sect1>
Note: See TracBrowser for help on using the repository browser.