source: x/wm/sawfish.xml@ cede1f0

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 cede1f0 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
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
[f3e940f7]7 <!ENTITY sawfish-download-http "https://download.tuxfamily.org/sawfish/sawfish_&sawfish-version;.tar.xz">
[09fcddd]8 <!ENTITY sawfish-download-ftp " ">
[6b8f495]9 <!ENTITY sawfish-md5sum "fd6ca5be0acbee8ea150945d3fb3ec60">
[5c7f7ded]10 <!ENTITY sawfish-size "2.7 MB">
[6b8f495]11 <!ENTITY sawfish-buildsize "52 MB">
12 <!ENTITY sawfish-time "0.3 SBU">
[feeb99a]13]>
14
[fea53a2]15<sect1 id="sawfish" xreflabel="sawfish-&sawfish-version;">
[09fcddd]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
[4e82a189]25 <sect2 role="package">
[09fcddd]26 <title>Introduction to sawfish</title>
27
[97ee53d]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>
[09fcddd]34
[d8fd588]35 &lfs112_checked;
[fb21320]36
[09fcddd]37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
[97ee53d]40 <para>
41 Download (HTTP): <ulink url="&sawfish-download-http;"/>
42 </para>
[09fcddd]43 </listitem>
44 <listitem>
[97ee53d]45 <para>
46 Download (FTP): <ulink url="&sawfish-download-ftp;"/>
47 </para>
[09fcddd]48 </listitem>
49 <listitem>
[97ee53d]50 <para>
51 Download MD5 sum: &sawfish-md5sum;
52 </para>
[09fcddd]53 </listitem>
54 <listitem>
[97ee53d]55 <para>
56 Download size: &sawfish-size;
57 </para>
[09fcddd]58 </listitem>
59 <listitem>
[97ee53d]60 <para>
61 Estimated disk space required: &sawfish-buildsize;
62 </para>
[09fcddd]63 </listitem>
64 <listitem>
[97ee53d]65 <para>
66 Estimated build time: &sawfish-time;
67 </para>
[09fcddd]68 </listitem>
69 </itemizedlist>
70
[6b8f495]71<!--
[270505a]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>
[6b8f495]81-->
[270505a]82
[09fcddd]83 <bridgehead renderas="sect3">sawfish Dependencies</bridgehead>
84
85 <bridgehead renderas="sect4">Required</bridgehead>
[ffdad30]86 <para role="required">
[e719c0a]87 <xref linkend="gdk-pixbuf-xlib"/>,
88 <xref linkend="rep-gtk"/>, and
[cd34755]89 <xref linkend="which"/>
[ffdad30]90 </para>
91
[673c070]92 <bridgehead renderas="sect4">Optional</bridgehead>
93 <para role="optional">
94 <xref linkend="libnsl"/>
95 </para>
96
[c5c2654]97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/sawfish"/></para>
99
[09fcddd]100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of sawfish</title>
104
[6b8f495]105<!--
[270505a]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>
[6b8f495]111-->
[270505a]112
[97ee53d]113 <para>
114 Install <application>sawfish</application> by running the following
115 commands:
116 </para>
[09fcddd]117
[0d7900a]118<screen><userinput>./configure --prefix=/usr --with-pango &amp;&amp;
[09fcddd]119make</userinput></screen>
120
[97ee53d]121 <para>
122 This package does not come with a test suite.
123 </para>
[fb21320]124
[97ee53d]125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
[f45b1953]128
[09fcddd]129<screen role="root"><userinput>make install</userinput></screen>
130
131 </sect2>
[ffdad30]132<!--
[09fcddd]133 <sect2 role="commands">
134 <title>Command Explanations</title>
135
[97ee53d]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>
[09fcddd]141
[97ee53d]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>
[09fcddd]148
[97ee53d]149 <para>
150 <option>- -with-esd</option>: This command directs
151 <application>sawfish</application> to use the Enlightened Sound
152 Daemon.
153 </para>
[09fcddd]154
155 </sect2>
[ffdad30]156-->
[09fcddd]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
[97ee53d]167 <para>
168 Be sure to backup your current <filename>.xinitrc</filename>
169 before proceeding.
170 </para>
[09fcddd]171
172<screen><userinput>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"
173<literal>exec sawfish</literal>
174EOF</userinput></screen>
[f45b1953]175
[97ee53d]176 <para>
177 Optionally, you can use a Display Manager, such as <xref
178 linkend="lxdm"/>.
179 </para>
[5c7f7ded]180
[97ee53d]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
[f3e940f7]186 url="https://download.tuxfamily.org/sawfish/themes/FAQ.html/">sawfish's
[97ee53d]187 FAQ</ulink>.
188 </para>
[5c7f7ded]189
[09fcddd]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>
[5c7f7ded]203 <seg>
[6d772cc]204 sawfish, sawfish-about, sawfish-client, sawfish-config,
[8558044]205 sawfish-kde4-session, sawfish-kde5-session, sawfish-lumina-session,
[1ac8b4c6]206 sawfish-mate-session, and sawfish-xfce-session
[5c7f7ded]207 </seg>
208 <seg>
[4634c7a]209 Several internal modules under /usr/lib/sawfish tree
[5c7f7ded]210 </seg>
211 <seg>
212 /usr/include/sawfish,
213 /usr/lib/sawfish,
214 /usr/lib/rep/sawfish, and
215 /usr/share/sawfish
216 </seg>
[09fcddd]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">
[932eaae]226 <term><command>sawfish</command></term>
[09fcddd]227 <listitem>
[97ee53d]228 <para>
229 is the extensible window manager using a
[4c24eb0a]230 <application>Lisp</application>-based scripting language
[97ee53d]231 </para>
[09fcddd]232 <indexterm zone="sawfish sawfish-prog">
233 <primary sortas="b-sawfish">sawfish</primary>
234 </indexterm>
235 </listitem>
236 </varlistentry>
237
[ffdad30]238 <varlistentry id="sawfish-about">
[932eaae]239 <term><command>sawfish-about</command></term>
[ffdad30]240 <listitem>
[97ee53d]241 <para>
[4c24eb0a]242 is the <application>sawfish</application> about window
[97ee53d]243 </para>
[ffdad30]244 <indexterm zone="sawfish sawfish-about">
245 <primary sortas="b-sawfish-about">sawfish-about</primary>
246 </indexterm>
247 </listitem>
248 </varlistentry>
249
[09fcddd]250 <varlistentry id="sawfish-client">
[932eaae]251 <term><command>sawfish-client</command></term>
[09fcddd]252 <listitem>
[97ee53d]253 <para>
254 allows you to connect to a window manager process and
[4c24eb0a]255 evaluate arbitrary <application>Lisp</application> forms
[97ee53d]256 </para>
[09fcddd]257 <indexterm zone="sawfish sawfish-client">
258 <primary sortas="b-sawfish-client">sawfish-client</primary>
259 </indexterm>
260 </listitem>
261 </varlistentry>
262
[ffdad30]263 <varlistentry id="sawfish-config-prog">
[932eaae]264 <term><command>sawfish-config</command></term>
[09fcddd]265 <listitem>
[97ee53d]266 <para>
[4c24eb0a]267 is the <application>sawfish</application> configuration manager
[97ee53d]268 </para>
[ffdad30]269 <indexterm zone="sawfish sawfish-config-prog">
270 <primary sortas="b-sawfish-config-prog">sawfish-config</primary>
[09fcddd]271 </indexterm>
272 </listitem>
273 </varlistentry>
274
[6d772cc]275 <varlistentry id="sawfish-kde4-session">
276 <term><command>sawfish-kde4-session</command></term>
277 <listitem>
278 <para>
[97ee53d]279 is a script to run <application>KDE4</application> using
[4c24eb0a]280 <application>sawfish</application>
[6d772cc]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
[1ac8b4c6]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
[6d772cc]301 <varlistentry id="sawfish-mate-session">
302 <term><command>sawfish-mate-session</command></term>
303 <listitem>
304 <para>
[97ee53d]305 is a script to run <application>mate</application> using
[4c24eb0a]306 <application>sawfish</application>
[6d772cc]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>
[97ee53d]318 is a script to run <application>Lumina</application> using
[4c24eb0a]319 <application>sawfish</application>
[6d772cc]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>
[97ee53d]331 is a script to run <application>xfce</application> using
[4c24eb0a]332 <application>sawfish</application>
[6d772cc]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
[09fcddd]340 </variablelist>
341
342 </sect2>
343
344</sect1>
Note: See TracBrowser for help on using the repository browser.