source: x/wm/sawfish.xml@ e719c0a

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 e719c0a was e719c0a, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Sawfish: add gdk-pixbuf-xlib as a required dependency

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

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