source: x/wm/sawfish.xml@ fec97d2f

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since fec97d2f was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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