source: x/wm/sawfish.xml@ 72bf8fd

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 72bf8fd was ff769b8c, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated the XML sources to use DocBook XML DTD-4.4.

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

  • Property mode set to 100644
File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY sawfish-download-http "http://prdownloads.sourceforge.net/sawmill/sawfish-&sawfish-version;.tar.gz">
8<!ENTITY sawfish-download-ftp " ">
9<!ENTITY sawfish-md5sum "9e5ce5e76c60acecdb1889c1f173295a">
10<!ENTITY sawfish-size "1.5 MB">
11<!ENTITY sawfish-buildsize "17.5 MB">
12<!ENTITY sawfish-time "0.26 SBU">
13]>
14
15<sect1 id="sawfish" xreflabel="sawfish-&sawfish-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="sawfish.html" ?>
21<title>sawfish-&sawfish-version;</title>
22<indexterm zone="sawfish"><primary
23sortas="a-Sawfish">Sawfish</primary></indexterm>
24
25<sect2>
26<title>Introduction to <application>sawfish</application></title>
27
28<para>The <application>sawfish</application> package contains a window manager.
29This is useful for organizing and displaying windows where all window
30decorations are configurable and all user-interface policy is controlled
31through the extension language.</para>
32
33<sect3><title>Package information</title>
34<itemizedlist spacing='compact'>
35<listitem><para>Download (HTTP): <ulink
36url="&sawfish-download-http;"/></para></listitem>
37<listitem><para>Download (FTP): <ulink
38url="&sawfish-download-ftp;"/></para></listitem>
39<listitem><para>Download MD5 sum: &sawfish-md5sum;</para></listitem>
40<listitem><para>Download size: &sawfish-size;</para></listitem>
41<listitem><para>Estimated disk space required:
42&sawfish-buildsize;</para></listitem>
43<listitem><para>Estimated build time:
44&sawfish-time;</para></listitem></itemizedlist>
45</sect3>
46
47<sect3><title><application>sawfish</application> dependencies</title>
48<sect4><title>Required</title>
49<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
50<xref linkend="librep"/>,
51<xref linkend="rep-gtk"/>,
52<xref linkend="esound"/> and
53<xref linkend="gtk2"/></para>
54</sect4>
55</sect3>
56
57</sect2>
58
59<sect2>
60<title>Installation of <application>sawfish</application></title>
61
62<para>Install <application>sawfish</application> by running the following
63commands:</para>
64
65<screen><userinput><command>./configure --prefix=/usr --libexec=/usr/sbin --infodir=/usr/share/info \
66 --disable-themer &amp;&amp;
67make</command></userinput></screen>
68
69<para>Now, as the root user:</para>
70
71<screen><userinput role='root'><command>make install</command></userinput></screen>
72
73</sect2>
74
75<sect2>
76<title>Command explanations</title>
77
78<para><option>--with-audiofile</option>: This command directs
79<application>sawfish</application> to use
80<filename class="libraryfile">libaudiofile</filename>
81for sound manipulation.</para>
82
83<para><option>--with-esd</option>: This command directs <application>
84sawfish</application> to use the Enlightened Sound Daemon.</para>
85
86<para><option>--disable-themer</option>: This
87option prevents building the <application>sawfish</application> themer.
88This program was not migrated to <application>GTK-2</application>.</para>
89
90</sect2>
91
92<sect2>
93<title>Configuring <application>sawfish</application></title>
94
95<sect3 id="sawfish-config"><title>Configuration Information</title>
96<indexterm zone="sawfish sawfish-config">
97<primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
98</indexterm>
99<para>Be sure to backup your current <filename>.xinitrc</filename>
100before proceeding.</para>
101
102<screen><userinput><command>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"</command>
103exec sawfish
104<command>EOF</command></userinput></screen>
105</sect3>
106
107</sect2>
108
109<sect2>
110<title>Contents</title>
111
112<segmentedlist>
113<segtitle>Installed Programs</segtitle>
114<segtitle>Installed Libraries</segtitle>
115<segtitle>Installed Directory</segtitle>
116<seglistitem>
117<seg>sawfish, sawfish-client and sawfish-ui</seg>
118<seg>None</seg>
119<seg>/usr/share/sawfish, /usr/sbin/sawfish and /usr/lib/rep/*/</seg>
120</seglistitem>
121</segmentedlist>
122
123<variablelist>
124<bridgehead renderas="sect3">Short Descriptions</bridgehead>
125<?dbfo list-presentation="list"?>
126
127<varlistentry id="sawfish-prog">
128<term><filename>sawfish</filename></term>
129<listitem><para>is the extensible window manager using a
130<application>Lisp</application>-based scripting language.</para>
131<indexterm zone="sawfish sawfish-prog">
132<primary sortas="b-sawfish">sawfish</primary></indexterm>
133</listitem>
134</varlistentry>
135
136<varlistentry id="sawfish-client">
137<term><filename>sawfish-client</filename></term>
138<listitem><para>allows you to connect to a window manager process and
139evaluate arbitrary <application>Lisp</application> forms.</para>
140<indexterm zone="sawfish sawfish-client">
141<primary sortas="b-sawfish-client">sawfish-client</primary></indexterm>
142</listitem>
143</varlistentry>
144
145<varlistentry id="sawfish-ui">
146<term><filename>sawfish-ui</filename></term>
147<listitem><para>is the <application>sawfish</application> configurator.</para>
148<indexterm zone="sawfish sawfish-ui">
149<primary sortas="b-sawfish-ui">sawfish-ui</primary></indexterm>
150</listitem>
151</varlistentry>
152
153</variablelist>
154
155</sect2>
156
157</sect1>
158
Note: See TracBrowser for help on using the repository browser.