source: x/wm/sawfish.xml@ eede1a3

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 eede1a3 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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