source: x/wm/sawfish.xml@ d9c80e1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 d9c80e1 was 567ca75, checked in by Randy McMurchy <randy@…>, 18 years ago

Adjusted some dependencies using a patch sent in by Chris Staub (thanks Chris)

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

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