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 xfwm4-download-http "http://archive.xfce.org/src/xfce/xfwm4/&xfce4-version;/xfwm4-&xfwm4-version;.tar.bz2">
|
---|
8 | <!ENTITY xfwm4-download-ftp " ">
|
---|
9 | <!ENTITY xfwm4-md5sum "61f6bc8b15c6a7361a58d875917e1791">
|
---|
10 | <!ENTITY xfwm4-size "1.2 MB">
|
---|
11 | <!ENTITY xfwm4-buildsize "24 MB">
|
---|
12 | <!ENTITY xfwm4-time "0.2 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="xfwm4" xreflabel="Xfwm4-&xfwm4-version;">
|
---|
16 | <?dbhtml filename="xfwm4.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>Xfwm4-&xfwm4-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="xfwm4">
|
---|
26 | <primary sortas="a-Xfwm4">Xfwm4</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to Xfwm4</title>
|
---|
31 |
|
---|
32 | <para>
|
---|
33 | <application>Xfwm4</application> is the window manager for
|
---|
34 | <application>Xfce</application>.
|
---|
35 | </para>
|
---|
36 |
|
---|
37 | &lfs82_checked;
|
---|
38 |
|
---|
39 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
40 | <itemizedlist spacing="compact">
|
---|
41 | <listitem>
|
---|
42 | <para>
|
---|
43 | Download (HTTP): <ulink url="&xfwm4-download-http;"/>
|
---|
44 | </para>
|
---|
45 | </listitem>
|
---|
46 | <listitem>
|
---|
47 | <para>
|
---|
48 | Download (FTP): <ulink url="&xfwm4-download-ftp;"/>
|
---|
49 | </para>
|
---|
50 | </listitem>
|
---|
51 | <listitem>
|
---|
52 | <para>
|
---|
53 | Download MD5 sum: &xfwm4-md5sum;
|
---|
54 | </para>
|
---|
55 | </listitem>
|
---|
56 | <listitem>
|
---|
57 | <para>
|
---|
58 | Download size: &xfwm4-size;
|
---|
59 | </para>
|
---|
60 | </listitem>
|
---|
61 | <listitem>
|
---|
62 | <para>
|
---|
63 | Estimated disk space required: &xfwm4-buildsize;
|
---|
64 | </para>
|
---|
65 | </listitem>
|
---|
66 | <listitem>
|
---|
67 | <para>
|
---|
68 | Estimated build time: &xfwm4-time;
|
---|
69 | </para>
|
---|
70 | </listitem>
|
---|
71 | </itemizedlist>
|
---|
72 |
|
---|
73 | <bridgehead renderas="sect3">Xfwm4 Dependencies</bridgehead>
|
---|
74 |
|
---|
75 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
76 | <para role="required">
|
---|
77 | <xref linkend="libwnck2"/>,
|
---|
78 | <xref linkend="libxfce4ui"/> and
|
---|
79 | <xref linkend="libxfce4util"/>
|
---|
80 | </para>
|
---|
81 |
|
---|
82 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
83 | <para role="recommended">
|
---|
84 | <xref linkend="startup-notification"/>
|
---|
85 | </para>
|
---|
86 |
|
---|
87 | <para condition="html" role="usernotes">
|
---|
88 | User Notes: <ulink url="&blfs-wiki;/xfwm4"/>
|
---|
89 | </para>
|
---|
90 | </sect2>
|
---|
91 |
|
---|
92 | <sect2 role="installation">
|
---|
93 | <title>Installation of Xfwm4</title>
|
---|
94 |
|
---|
95 | <para>
|
---|
96 | Install <application>Xfwm4</application> by running the following
|
---|
97 | commands:
|
---|
98 | </para>
|
---|
99 |
|
---|
100 | <screen><userinput>./configure --prefix=/usr --disable-compositor &&
|
---|
101 | make</userinput></screen>
|
---|
102 |
|
---|
103 | <para>
|
---|
104 | This package does not come with a test suite.
|
---|
105 | </para>
|
---|
106 |
|
---|
107 | <para>
|
---|
108 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
109 | </para>
|
---|
110 |
|
---|
111 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
112 |
|
---|
113 | </sect2>
|
---|
114 |
|
---|
115 | <sect2 role="commands">
|
---|
116 | <title>Command Explanations</title>
|
---|
117 |
|
---|
118 | <para>
|
---|
119 | <parameter>--disable-compositor</parameter>: This switch disables
|
---|
120 | a function that causes failures when xorg-xerver-1.20.0 and later are
|
---|
121 | installed.
|
---|
122 | </para>
|
---|
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 Directories</segtitle>
|
---|
133 |
|
---|
134 | <seglistitem>
|
---|
135 | <seg>
|
---|
136 | xfwm4,
|
---|
137 | xfwm4-settings,
|
---|
138 | xfwm4-tweaks-settings and
|
---|
139 | xfwm4-workspace-settings
|
---|
140 | </seg>
|
---|
141 | <seg>
|
---|
142 | None
|
---|
143 | </seg>
|
---|
144 | <seg>
|
---|
145 | /usr/lib/xfce4/xfwm4,
|
---|
146 | /usr/share/themes/{Daloa,Default{,-hdpi,-xhdpi},Kokodi,Moheli}, and
|
---|
147 | /usr/share/xfwm4
|
---|
148 | </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="xfwm4-prog">
|
---|
158 | <term><command>xfwm4</command></term>
|
---|
159 | <listitem>
|
---|
160 | <para>is the <application>Xfce</application> window manager.</para>
|
---|
161 | <indexterm zone="xfwm4 xfwm4-prog">
|
---|
162 | <primary sortas="b-xfwm4">xfwm4</primary>
|
---|
163 | </indexterm>
|
---|
164 | </listitem>
|
---|
165 | </varlistentry>
|
---|
166 |
|
---|
167 | <varlistentry id="xfwm4-settings">
|
---|
168 | <term><command>xfwm4-settings</command></term>
|
---|
169 | <listitem>
|
---|
170 | <para>
|
---|
171 | is a <application>GTK+ 2</application> application that allows you to
|
---|
172 | set some preferences such as your theme, keyboard shortcuts and
|
---|
173 | mouse focus behaviour.
|
---|
174 | </para>
|
---|
175 | <indexterm zone="xfwm4 xfwm4-settings">
|
---|
176 | <primary sortas="b-xfwm4-settings">xfwm4-settings</primary>
|
---|
177 | </indexterm>
|
---|
178 | </listitem>
|
---|
179 | </varlistentry>
|
---|
180 |
|
---|
181 | <varlistentry id="xfwm4-tweaks-settings">
|
---|
182 | <term><command>xfwm4-tweaks-settings</command></term>
|
---|
183 | <listitem>
|
---|
184 | <para>
|
---|
185 | is a <application>GTK+ 2</application> application that allows you to
|
---|
186 | set some more preferences for <application>Xfwm4</application>.
|
---|
187 | </para>
|
---|
188 | <indexterm zone="xfwm4 xfwm4-tweaks-settings">
|
---|
189 | <primary sortas="b-xfwm4-tweaks-settings">xfwm4-tweaks-settings</primary>
|
---|
190 | </indexterm>
|
---|
191 | </listitem>
|
---|
192 | </varlistentry>
|
---|
193 |
|
---|
194 | <varlistentry id="xfwm4-workspace-settings">
|
---|
195 | <term><command>xfwm4-workspace-settings</command></term>
|
---|
196 | <listitem>
|
---|
197 | <para>
|
---|
198 | is a <application>GTK+ 2</application> application that allows you to
|
---|
199 | set your workspace preferences.
|
---|
200 | </para>
|
---|
201 | <indexterm zone="xfwm4 xfwm4-workspace-settings">
|
---|
202 | <primary sortas="b-xfwm4-workspace-settings">xfwm4-workspace-settings</primary>
|
---|
203 | </indexterm>
|
---|
204 | </listitem>
|
---|
205 | </varlistentry>
|
---|
206 |
|
---|
207 | </variablelist>
|
---|
208 |
|
---|
209 | </sect2>
|
---|
210 |
|
---|
211 | </sect1>
|
---|