source: x/wm/sawfish.xml@ 55017a0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 55017a0 was 55017a0, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Tag X libraries and Window Managers

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

  • Property mode set to 100644
File size: 9.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 "074446085b2518a07cf0e0c8c8b6df41">
10 <!ENTITY sawfish-size "2.7 MB">
11 <!ENTITY sawfish-buildsize "53 MB">
12 <!ENTITY sawfish-time "0.4 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 &lfs84_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 <xref linkend="which"/>
67 </para>
68
69 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/sawfish"/></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of sawfish</title>
76
77 <para>Install <application>sawfish</application> by running the following
78 commands:</para>
79
80<screen><userinput>./configure --prefix=/usr --with-pango &amp;&amp;
81make</userinput></screen>
82
83 <para>This package does not come with a test suite.</para>
84
85 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
86
87<screen role="root"><userinput>make install</userinput></screen>
88
89 </sect2>
90<!--
91 <sect2 role="commands">
92 <title>Command Explanations</title>
93
94 <para><parameter>- -disable-themer</parameter>: This
95 option prevents building the <application>sawfish</application> themer.
96 This program was not migrated to <application>GTK-2</application>.</para>
97
98 <para><option>- -with-audiofile</option>: This command directs
99 <application>sawfish</application> to use
100 <filename class="libraryfile">libaudiofile</filename>
101 for sound manipulation.</para>
102
103 <para><option>- -with-esd</option>: This command directs
104 <application>sawfish</application> to use the Enlightened Sound
105 Daemon.</para>
106
107 </sect2>
108-->
109 <sect2 role="configuration">
110 <title>Configuring sawfish</title>
111
112 <sect3 id="sawfish-config">
113 <title>Configuration Information</title>
114
115 <indexterm zone="sawfish sawfish-config">
116 <primary sortas="e-AA.xinitrc">~/.xinitrc</primary>
117 </indexterm>
118
119 <para>Be sure to backup your current <filename>.xinitrc</filename>
120 before proceeding.</para>
121
122<screen><userinput>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"
123<literal>exec sawfish</literal>
124EOF</userinput></screen>
125
126 <para>Optionally, you can use a Display Manager, such as <xref
127 linkend="lxdm"/>.</para>
128
129 <para>From the developers: <quote>The default menu binding is somewhat
130 obscure; you must middle-click on the background to bring up the menus.
131 (If you have a two-button mouse, try clicking both buttons
132 simultaneously)</quote>. You can find this at <ulink
133 url="http://download.tuxfamily.org/sawfish/themes/FAQ.html/">sawfish's
134 FAQ</ulink>.</para>
135
136 </sect3>
137
138 </sect2>
139
140 <sect2 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
144 <segtitle>Installed Programs</segtitle>
145 <segtitle>Installed Libraries</segtitle>
146 <segtitle>Installed Directory</segtitle>
147
148 <seglistitem>
149 <seg>
150 sawfish, sawfish-about, sawfish-client, sawfish-config,
151 sawfish-kde4-session, sawfish-kde5-session, sawfish-lumina-session,
152 sawfish-mate-session, and sawfish-xfce-session
153 </seg>
154 <seg>
155 Several internal modules under /usr/lib/sawfish tree
156 </seg>
157 <seg>
158 /usr/include/sawfish,
159 /usr/lib/sawfish,
160 /usr/lib/rep/sawfish, and
161 /usr/share/sawfish
162 </seg>
163 </seglistitem>
164 </segmentedlist>
165
166 <variablelist>
167 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
168 <?dbfo list-presentation="list"?>
169 <?dbhtml list-presentation="table"?>
170
171 <varlistentry id="sawfish-prog">
172 <term><filename>sawfish</filename></term>
173 <listitem>
174 <para>is the extensible window manager using a
175 <application>Lisp</application>-based scripting language.</para>
176 <indexterm zone="sawfish sawfish-prog">
177 <primary sortas="b-sawfish">sawfish</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 <varlistentry id="sawfish-about">
183 <term><filename>sawfish-about</filename></term>
184 <listitem>
185 <para>is the <application>sawfish</application> about window.</para>
186 <indexterm zone="sawfish sawfish-about">
187 <primary sortas="b-sawfish-about">sawfish-about</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="sawfish-client">
193 <term><filename>sawfish-client</filename></term>
194 <listitem>
195 <para>allows you to connect to a window manager process and
196 evaluate arbitrary <application>Lisp</application> forms.</para>
197 <indexterm zone="sawfish sawfish-client">
198 <primary sortas="b-sawfish-client">sawfish-client</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="sawfish-config-prog">
204 <term><filename>sawfish-config</filename></term>
205 <listitem>
206 <para>is the <application>sawfish</application> configuration manager.</para>
207 <indexterm zone="sawfish sawfish-config-prog">
208 <primary sortas="b-sawfish-config-prog">sawfish-config</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 <varlistentry id="sawfish-kde4-session">
214 <term><command>sawfish-kde4-session</command></term>
215 <listitem>
216 <para>
217 is a script to run <application>KDE4</application> using <application>sawfish</application>.
218 </para>
219 <indexterm zone="sawfish sawfish-kde4-session">
220 <primary sortas="b-sawfish-kde4-session">sawfish-kde4-session</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 <varlistentry id="sawfish-kde5-session">
226 <term><command>sawfish-kde5-session</command></term>
227 <listitem>
228 <para>
229 is a script to run <application>Plasma 5</application> using
230 <application>sawfish</application>
231 </para>
232 <indexterm zone="sawfish sawfish-kde5-session">
233 <primary sortas="b-sawfish-kde5-session">sawfish-kde5-session</primary>
234 </indexterm>
235 </listitem>
236 </varlistentry>
237
238 <varlistentry id="sawfish-mate-session">
239 <term><command>sawfish-mate-session</command></term>
240 <listitem>
241 <para>
242 is a script to run <application>mate</application> using <application>sawfish</application>.
243 </para>
244 <indexterm zone="sawfish sawfish-mate-session">
245 <primary sortas="b-sawfish-mate-session">sawfish-mate-session</primary>
246 </indexterm>
247 </listitem>
248 </varlistentry>
249
250 <varlistentry id="sawfish-lumina-session">
251 <term><command>sawfish-lumina-session</command></term>
252 <listitem>
253 <para>
254 is a script to run <application>Lumina</application> using <application>sawfish</application>.
255 </para>
256 <indexterm zone="sawfish sawfish-lumina-session">
257 <primary sortas="b-sawfish-lumina-session">sawfish-lumina-session</primary>
258 </indexterm>
259 </listitem>
260 </varlistentry>
261
262 <varlistentry id="sawfish-xfce-session">
263 <term><command>sawfish-xfce-session</command></term>
264 <listitem>
265 <para>
266 is a script to run <application>xfce</application> using <application>sawfish</application>.
267 </para>
268 <indexterm zone="sawfish sawfish-xfce-session">
269 <primary sortas="b-sawfish-xfce-session">sawfish-xfce-session</primary>
270 </indexterm>
271 </listitem>
272 </varlistentry>
273
274 </variablelist>
275
276 </sect2>
277
278</sect1>
Note: See TracBrowser for help on using the repository browser.