source: x/wm/sawfish.xml@ ffdad30

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 ffdad30 was ffdad30, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Update to sawfish-1.9.1
Update to rep-gtk-0.90.8.1
Update to librep-0.92.2.1

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

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