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
RevLine 
[feeb99a]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[feeb99a]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[5c7f7ded]7 <!ENTITY sawfish-download-http "http://download.tuxfamily.org/sawfish/sawfish_&sawfish-version;.tar.xz">
[09fcddd]8 <!ENTITY sawfish-download-ftp " ">
[1ac8b4c6]9 <!ENTITY sawfish-md5sum "074446085b2518a07cf0e0c8c8b6df41">
[5c7f7ded]10 <!ENTITY sawfish-size "2.7 MB">
[1ac8b4c6]11 <!ENTITY sawfish-buildsize "53 MB">
[5c7f7ded]12 <!ENTITY sawfish-time "0.4 SBU">
[feeb99a]13]>
14
[fea53a2]15<sect1 id="sawfish" xreflabel="sawfish-&sawfish-version;">
[09fcddd]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
[4e82a189]29 <sect2 role="package">
[09fcddd]30 <title>Introduction to sawfish</title>
31
[97ee53d]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>
[09fcddd]38
[932eaae]39 &lfs10_checked;
[fb21320]40
[09fcddd]41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[97ee53d]44 <para>
45 Download (HTTP): <ulink url="&sawfish-download-http;"/>
46 </para>
[09fcddd]47 </listitem>
48 <listitem>
[97ee53d]49 <para>
50 Download (FTP): <ulink url="&sawfish-download-ftp;"/>
51 </para>
[09fcddd]52 </listitem>
53 <listitem>
[97ee53d]54 <para>
55 Download MD5 sum: &sawfish-md5sum;
56 </para>
[09fcddd]57 </listitem>
58 <listitem>
[97ee53d]59 <para>
60 Download size: &sawfish-size;
61 </para>
[09fcddd]62 </listitem>
63 <listitem>
[97ee53d]64 <para>
65 Estimated disk space required: &sawfish-buildsize;
66 </para>
[09fcddd]67 </listitem>
68 <listitem>
[97ee53d]69 <para>
70 Estimated build time: &sawfish-time;
71 </para>
[09fcddd]72 </listitem>
73 </itemizedlist>
74
[270505a]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
[09fcddd]85 <bridgehead renderas="sect3">sawfish Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Required</bridgehead>
[ffdad30]88 <para role="required">
[e719c0a]89 <xref linkend="gdk-pixbuf-xlib"/>,
90 <xref linkend="rep-gtk"/>, and
[cd34755]91 <xref linkend="which"/>
[ffdad30]92 </para>
93
[c5c2654]94 <para condition="html" role="usernotes">User Notes:
95 <ulink url="&blfs-wiki;/sawfish"/></para>
96
[09fcddd]97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of sawfish</title>
101
[270505a]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
[97ee53d]108 <para>
109 Install <application>sawfish</application> by running the following
110 commands:
111 </para>
[09fcddd]112
[0d7900a]113<screen><userinput>./configure --prefix=/usr --with-pango &amp;&amp;
[09fcddd]114make</userinput></screen>
115
[97ee53d]116 <para>
117 This package does not come with a test suite.
118 </para>
[fb21320]119
[97ee53d]120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
[f45b1953]123
[09fcddd]124<screen role="root"><userinput>make install</userinput></screen>
125
126 </sect2>
[ffdad30]127<!--
[09fcddd]128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
[97ee53d]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>
[09fcddd]136
[97ee53d]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>
[09fcddd]143
[97ee53d]144 <para>
145 <option>- -with-esd</option>: This command directs
146 <application>sawfish</application> to use the Enlightened Sound
147 Daemon.
148 </para>
[09fcddd]149
150 </sect2>
[ffdad30]151-->
[09fcddd]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
[97ee53d]162 <para>
163 Be sure to backup your current <filename>.xinitrc</filename>
164 before proceeding.
165 </para>
[09fcddd]166
167<screen><userinput>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"
168<literal>exec sawfish</literal>
169EOF</userinput></screen>
[f45b1953]170
[97ee53d]171 <para>
172 Optionally, you can use a Display Manager, such as <xref
173 linkend="lxdm"/>.
174 </para>
[5c7f7ded]175
[97ee53d]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>
[5c7f7ded]184
[09fcddd]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>
[5c7f7ded]198 <seg>
[6d772cc]199 sawfish, sawfish-about, sawfish-client, sawfish-config,
[1ac8b4c6]200 sawfish-kde4-session, sawfish-kde5-session, sawfish-lumina-session,
201 sawfish-mate-session, and sawfish-xfce-session
[5c7f7ded]202 </seg>
203 <seg>
[4634c7a]204 Several internal modules under /usr/lib/sawfish tree
[5c7f7ded]205 </seg>
206 <seg>
207 /usr/include/sawfish,
208 /usr/lib/sawfish,
209 /usr/lib/rep/sawfish, and
210 /usr/share/sawfish
211 </seg>
[09fcddd]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">
[932eaae]221 <term><command>sawfish</command></term>
[09fcddd]222 <listitem>
[97ee53d]223 <para>
224 is the extensible window manager using a
225 <application>Lisp</application>-based scripting language.
226 </para>
[09fcddd]227 <indexterm zone="sawfish sawfish-prog">
228 <primary sortas="b-sawfish">sawfish</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
[ffdad30]233 <varlistentry id="sawfish-about">
[932eaae]234 <term><command>sawfish-about</command></term>
[ffdad30]235 <listitem>
[97ee53d]236 <para>
237 is the <application>sawfish</application> about window.
238 </para>
[ffdad30]239 <indexterm zone="sawfish sawfish-about">
240 <primary sortas="b-sawfish-about">sawfish-about</primary>
241 </indexterm>
242 </listitem>
243 </varlistentry>
244
[09fcddd]245 <varlistentry id="sawfish-client">
[932eaae]246 <term><command>sawfish-client</command></term>
[09fcddd]247 <listitem>
[97ee53d]248 <para>
249 allows you to connect to a window manager process and
250 evaluate arbitrary <application>Lisp</application> forms.
251 </para>
[09fcddd]252 <indexterm zone="sawfish sawfish-client">
253 <primary sortas="b-sawfish-client">sawfish-client</primary>
254 </indexterm>
255 </listitem>
256 </varlistentry>
257
[ffdad30]258 <varlistentry id="sawfish-config-prog">
[932eaae]259 <term><command>sawfish-config</command></term>
[09fcddd]260 <listitem>
[97ee53d]261 <para>
262 is the <application>sawfish</application> configuration manager.
263 </para>
[ffdad30]264 <indexterm zone="sawfish sawfish-config-prog">
265 <primary sortas="b-sawfish-config-prog">sawfish-config</primary>
[09fcddd]266 </indexterm>
267 </listitem>
268 </varlistentry>
269
[6d772cc]270 <varlistentry id="sawfish-kde4-session">
271 <term><command>sawfish-kde4-session</command></term>
272 <listitem>
273 <para>
[97ee53d]274 is a script to run <application>KDE4</application> using
275 <application>sawfish</application>.
[6d772cc]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
[1ac8b4c6]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
[6d772cc]296 <varlistentry id="sawfish-mate-session">
297 <term><command>sawfish-mate-session</command></term>
298 <listitem>
299 <para>
[97ee53d]300 is a script to run <application>mate</application> using
301 <application>sawfish</application>.
[6d772cc]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>
[97ee53d]313 is a script to run <application>Lumina</application> using
314 <application>sawfish</application>.
[6d772cc]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>
[97ee53d]326 is a script to run <application>xfce</application> using
327 <application>sawfish</application>.
[6d772cc]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
[09fcddd]335 </variablelist>
336
337 </sect2>
338
339</sect1>
Note: See TracBrowser for help on using the repository browser.