source: xfce/core/xfwm4.xml@ 3441548

10.1 11.0 11.1 11.2 11.3 12.0 12.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 3441548 was 3441548, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Update to xfce4-4.16. Includes garcon-0.8.0 and exo-4.16.0

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

  • Property mode set to 100644
File size: 6.1 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 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 "c464e52540cef79059ef31eb2fa6dc12">
10 <!ENTITY xfwm4-size "1.1 MB">
11 <!ENTITY xfwm4-buildsize "26 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 &lfs10_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="libwnck"/> and
78 <xref linkend="libxfce4ui"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="startup-notification"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <ulink url="https://gitlab.freedesktop.org/xorg/lib/libxpresent/">libxpresent</ulink>
89 </para>
90
91 <para condition="html" role="usernotes">
92 User Notes: <ulink url="&blfs-wiki;/xfwm4"/>
93 </para>
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of Xfwm4</title>
98
99 <para>
100 Install <application>Xfwm4</application> by running the following
101 commands:
102 </para>
103
104<screen><userinput>./configure --prefix=/usr &amp;&amp;
105make</userinput></screen>
106
107 <para>
108 This package does not come with a test suite.
109 </para>
110
111 <para>
112 Now, as the <systemitem class="username">root</systemitem> user:
113 </para>
114
115<screen role="root"><userinput>make install</userinput></screen>
116
117 </sect2>
118<!--
119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <para>
123 <parameter>- -disable-compositor</parameter>: This switch disables
124 a function that causes failures when xorg-xerver-1.20.0 and later are
125 installed.
126 </para>
127 </sect2>
128-->
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Programs</segtitle>
135 <segtitle>Installed Libraries</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>
140 xfwm4,
141 xfwm4-settings,
142 xfwm4-tweaks-settings and
143 xfwm4-workspace-settings
144 </seg>
145 <seg>
146 None
147 </seg>
148 <seg>
149 /usr/lib/xfce4/xfwm4,
150 /usr/share/themes/{Daloa,Default{,-hdpi,-xhdpi},Kokodi,Moheli}, and
151 /usr/share/xfwm4
152 </seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="xfwm4-prog">
162 <term><command>xfwm4</command></term>
163 <listitem>
164 <para>
165 is the <application>Xfce</application> window manager.
166 </para>
167 <indexterm zone="xfwm4 xfwm4-prog">
168 <primary sortas="b-xfwm4">xfwm4</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 <varlistentry id="xfwm4-settings">
174 <term><command>xfwm4-settings</command></term>
175 <listitem>
176 <para>
177 is a <application>GTK+ 2</application> application that allows
178 setting some preferences such as your theme, keyboard shortcuts and
179 mouse focus behaviour.
180 </para>
181 <indexterm zone="xfwm4 xfwm4-settings">
182 <primary sortas="b-xfwm4-settings">xfwm4-settings</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="xfwm4-tweaks-settings">
188 <term><command>xfwm4-tweaks-settings</command></term>
189 <listitem>
190 <para>
191 is a <application>GTK+ 2</application> application that allows
192 setting some more preferences for <application>Xfwm4</application>.
193 </para>
194 <indexterm zone="xfwm4 xfwm4-tweaks-settings">
195 <primary sortas="b-xfwm4-tweaks-settings">xfwm4-tweaks-settings</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry id="xfwm4-workspace-settings">
201 <term><command>xfwm4-workspace-settings</command></term>
202 <listitem>
203 <para>
204 is a <application>GTK+ 2</application> application that allows
205 setting your workspace preferences.
206 </para>
207 <indexterm zone="xfwm4 xfwm4-workspace-settings">
208 <primary sortas="b-xfwm4-workspace-settings">xfwm4-workspace-settings</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 </variablelist>
214
215 </sect2>
216
217</sect1>
Note: See TracBrowser for help on using the repository browser.