source: x/wm/sawfish.xml@ 270505a

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

Fix sawfish FTBFS with gcc-10
Add missing text in inkscape

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23130 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
[f33b456]39 &lfs91_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">
89 <xref linkend="rep-gtk"/> and
[cd34755]90 <xref linkend="which"/>
[ffdad30]91 </para>
92
[c5c2654]93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/sawfish"/></para>
95
[09fcddd]96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of sawfish</title>
100
[270505a]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
[97ee53d]107 <para>
108 Install <application>sawfish</application> by running the following
109 commands:
110 </para>
[09fcddd]111
[0d7900a]112<screen><userinput>./configure --prefix=/usr --with-pango &amp;&amp;
[09fcddd]113make</userinput></screen>
114
[97ee53d]115 <para>
116 This package does not come with a test suite.
117 </para>
[fb21320]118
[97ee53d]119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
[f45b1953]122
[09fcddd]123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
[ffdad30]126<!--
[09fcddd]127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
[97ee53d]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>
[09fcddd]135
[97ee53d]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>
[09fcddd]142
[97ee53d]143 <para>
144 <option>- -with-esd</option>: This command directs
145 <application>sawfish</application> to use the Enlightened Sound
146 Daemon.
147 </para>
[09fcddd]148
149 </sect2>
[ffdad30]150-->
[09fcddd]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
[97ee53d]161 <para>
162 Be sure to backup your current <filename>.xinitrc</filename>
163 before proceeding.
164 </para>
[09fcddd]165
166<screen><userinput>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"
167<literal>exec sawfish</literal>
168EOF</userinput></screen>
[f45b1953]169
[97ee53d]170 <para>
171 Optionally, you can use a Display Manager, such as <xref
172 linkend="lxdm"/>.
173 </para>
[5c7f7ded]174
[97ee53d]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>
[5c7f7ded]183
[09fcddd]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>
[5c7f7ded]197 <seg>
[6d772cc]198 sawfish, sawfish-about, sawfish-client, sawfish-config,
[1ac8b4c6]199 sawfish-kde4-session, sawfish-kde5-session, sawfish-lumina-session,
200 sawfish-mate-session, and sawfish-xfce-session
[5c7f7ded]201 </seg>
202 <seg>
[4634c7a]203 Several internal modules under /usr/lib/sawfish tree
[5c7f7ded]204 </seg>
205 <seg>
206 /usr/include/sawfish,
207 /usr/lib/sawfish,
208 /usr/lib/rep/sawfish, and
209 /usr/share/sawfish
210 </seg>
[09fcddd]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><filename>sawfish</filename></term>
221 <listitem>
[97ee53d]222 <para>
223 is the extensible window manager using a
224 <application>Lisp</application>-based scripting language.
225 </para>
[09fcddd]226 <indexterm zone="sawfish sawfish-prog">
227 <primary sortas="b-sawfish">sawfish</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
[ffdad30]232 <varlistentry id="sawfish-about">
233 <term><filename>sawfish-about</filename></term>
234 <listitem>
[97ee53d]235 <para>
236 is the <application>sawfish</application> about window.
237 </para>
[ffdad30]238 <indexterm zone="sawfish sawfish-about">
239 <primary sortas="b-sawfish-about">sawfish-about</primary>
240 </indexterm>
241 </listitem>
242 </varlistentry>
243
[09fcddd]244 <varlistentry id="sawfish-client">
245 <term><filename>sawfish-client</filename></term>
246 <listitem>
[97ee53d]247 <para>
248 allows you to connect to a window manager process and
249 evaluate arbitrary <application>Lisp</application> forms.
250 </para>
[09fcddd]251 <indexterm zone="sawfish sawfish-client">
252 <primary sortas="b-sawfish-client">sawfish-client</primary>
253 </indexterm>
254 </listitem>
255 </varlistentry>
256
[ffdad30]257 <varlistentry id="sawfish-config-prog">
258 <term><filename>sawfish-config</filename></term>
[09fcddd]259 <listitem>
[97ee53d]260 <para>
261 is the <application>sawfish</application> configuration manager.
262 </para>
[ffdad30]263 <indexterm zone="sawfish sawfish-config-prog">
264 <primary sortas="b-sawfish-config-prog">sawfish-config</primary>
[09fcddd]265 </indexterm>
266 </listitem>
267 </varlistentry>
268
[6d772cc]269 <varlistentry id="sawfish-kde4-session">
270 <term><command>sawfish-kde4-session</command></term>
271 <listitem>
272 <para>
[97ee53d]273 is a script to run <application>KDE4</application> using
274 <application>sawfish</application>.
[6d772cc]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
[1ac8b4c6]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
[6d772cc]295 <varlistentry id="sawfish-mate-session">
296 <term><command>sawfish-mate-session</command></term>
297 <listitem>
298 <para>
[97ee53d]299 is a script to run <application>mate</application> using
300 <application>sawfish</application>.
[6d772cc]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>
[97ee53d]312 is a script to run <application>Lumina</application> using
313 <application>sawfish</application>.
[6d772cc]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>
[97ee53d]325 is a script to run <application>xfce</application> using
326 <application>sawfish</application>.
[6d772cc]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
[09fcddd]334 </variablelist>
335
336 </sect2>
337
338</sect1>
Note: See TracBrowser for help on using the repository browser.