source: x/wm/sawfish.xml@ de53c9be

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 de53c9be was fce275e, checked in by Randy McMurchy <randy@…>, 16 years ago

Modified all the Sourceforge download URLs to use a newly created entity instead of a hard-coded URL

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

  • Property mode set to 100644
File size: 6.4 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 <!-- Inserted as a reminder to do this. The mention of a test suite
8 is usually right before the root user installation commands. Please
9 delete these 12 (including one blank) lines after you are done.-->
10
11 <!-- Use one of the two mentions below about a test suite,
12 delete the line that is not applicable. Of course, if the
13 test suite uses syntax other than "make check", revise the
14 line to reflect the actual syntax to run the test suite -->
15
16 <!-- <para>This package does not come with a test suite.</para> -->
17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
18
19 <!ENTITY sawfish-download-http "&sourceforge-repo;/sawmill/sawfish-&sawfish-version;.tar.gz">
20 <!ENTITY sawfish-download-ftp " ">
21 <!ENTITY sawfish-md5sum "9e5ce5e76c60acecdb1889c1f173295a">
22 <!ENTITY sawfish-size "1.5 MB">
23 <!ENTITY sawfish-buildsize "17.5 MB">
24 <!ENTITY sawfish-time "0.26 SBU">
25]>
26
27<sect1 id="sawfish" xreflabel="sawfish-&sawfish-version;">
28 <?dbhtml filename="sawfish.html" ?>
29
30 <sect1info>
31 <othername>$LastChangedBy$</othername>
32 <date>$Date$</date>
33 </sect1info>
34
35 <title>sawfish-&sawfish-version;</title>
36
37 <indexterm zone="sawfish">
38 <primary sortas="a-Sawfish">Sawfish</primary>
39 </indexterm>
40
41 <sect2 role="package">
42 <title>Introduction to sawfish</title>
43
44 <para>The <application>sawfish</application> package contains a window
45 manager. This is useful for organizing and displaying windows where all
46 window decorations are configurable and all user-interface policy is
47 controlled through the extension language.</para>
48
49 <bridgehead renderas="sect3">Package Information</bridgehead>
50 <itemizedlist spacing="compact">
51 <listitem>
52 <para>Download (HTTP): <ulink url="&sawfish-download-http;"/></para>
53 </listitem>
54 <listitem>
55 <para>Download (FTP): <ulink url="&sawfish-download-ftp;"/></para>
56 </listitem>
57 <listitem>
58 <para>Download MD5 sum: &sawfish-md5sum;</para>
59 </listitem>
60 <listitem>
61 <para>Download size: &sawfish-size;</para>
62 </listitem>
63 <listitem>
64 <para>Estimated disk space required: &sawfish-buildsize;</para>
65 </listitem>
66 <listitem>
67 <para>Estimated build time: &sawfish-time;</para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">sawfish Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required"><xref linkend="rep-gtk"/> and
75 <xref linkend="esound"/></para>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/sawfish"/></para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of sawfish</title>
84
85 <para>Install <application>sawfish</application> by running the following
86 commands:</para>
87
88<screen><userinput>./configure --prefix=/usr --libexec=/usr/sbin \
89 --infodir=/usr/share/info --disable-themer &amp;&amp;
90make</userinput></screen>
91
92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
93
94<screen role="root"><userinput>make install</userinput></screen>
95
96 </sect2>
97
98 <sect2 role="commands">
99 <title>Command Explanations</title>
100
101 <para><parameter>--disable-themer</parameter>: This
102 option prevents building the <application>sawfish</application> themer.
103 This program was not migrated to <application>GTK-2</application>.</para>
104
105 <para><option>--with-audiofile</option>: This command directs
106 <application>sawfish</application> to use
107 <filename class="libraryfile">libaudiofile</filename>
108 for sound manipulation.</para>
109
110 <para><option>--with-esd</option>: This command directs
111 <application>sawfish</application> to use the Enlightened Sound
112 Daemon.</para>
113
114 </sect2>
115
116 <sect2 role="configuration">
117 <title>Configuring sawfish</title>
118
119 <sect3 id="sawfish-config">
120 <title>Configuration Information</title>
121
122 <indexterm zone="sawfish sawfish-config">
123 <primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
124 </indexterm>
125
126 <para>Be sure to backup your current <filename>.xinitrc</filename>
127 before proceeding.</para>
128
129<screen><userinput>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"
130<literal>exec sawfish</literal>
131EOF</userinput></screen>
132
133 </sect3>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Libraries</segtitle>
143 <segtitle>Installed Directory</segtitle>
144
145 <seglistitem>
146 <seg>sawfish, sawfish-client, and sawfish-ui</seg>
147 <seg>None</seg>
148 <seg>/usr/share/sawfish, /usr/sbin/sawfish, and /usr/lib/rep/*/</seg>
149 </seglistitem>
150 </segmentedlist>
151
152 <variablelist>
153 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
154 <?dbfo list-presentation="list"?>
155 <?dbhtml list-presentation="table"?>
156
157 <varlistentry id="sawfish-prog">
158 <term><filename>sawfish</filename></term>
159 <listitem>
160 <para>is the extensible window manager using a
161 <application>Lisp</application>-based scripting language.</para>
162 <indexterm zone="sawfish sawfish-prog">
163 <primary sortas="b-sawfish">sawfish</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 <varlistentry id="sawfish-client">
169 <term><filename>sawfish-client</filename></term>
170 <listitem>
171 <para>allows you to connect to a window manager process and
172 evaluate arbitrary <application>Lisp</application> forms.</para>
173 <indexterm zone="sawfish sawfish-client">
174 <primary sortas="b-sawfish-client">sawfish-client</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry id="sawfish-ui">
180 <term><filename>sawfish-ui</filename></term>
181 <listitem>
182 <para>is the <application>sawfish</application> configurator.</para>
183 <indexterm zone="sawfish sawfish-ui">
184 <primary sortas="b-sawfish-ui">sawfish-ui</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 </variablelist>
190
191 </sect2>
192
193</sect1>
Note: See TracBrowser for help on using the repository browser.