source: x/wm/xfce.xml@ 44a2b88

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.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 44a2b88 was 44a2b88, checked in by Randy McMurchy <randy@…>, 19 years ago

Corrected tar syntax to include a leading dash (-) before the parameters, as this is needed if the parameters are not the first item after the 'tar' command (standardization)

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

  • Property mode set to 100644
File size: 8.4 KB
RevLine 
[feeb99a]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY xfce-download-http "http://prdownloads.sourceforge.net/xfce/xfce-&xfce-version;-src.tar.bz2">
8 <!ENTITY xfce-download-ftp " ">
9 <!ENTITY xfce-size "18 MB">
10 <!ENTITY xfce-buildsize "224 MB">
11 <!ENTITY xfce-time "3.35 SBU">
12]>
13
[8a69010]14<sect1 id="xfce" xreflabel="XFce-&xfce-version;">
[a0f03b0]15<sect1info>
[5cd0959d]16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
[a0f03b0]18</sect1info>
[19aa75a]19<?dbhtml filename="xfce.html" ?>
[8a69010]20<title>XFce-&xfce-version;</title>
[2a1e2f33]21
[feeb99a]22<sect2>
23<title>Introduction to <application>XFce</application></title>
24
[4774914f]25<para>The <application>XFce</application> package contains a lightweight
26desktop environment.</para>
[feeb99a]27
28<sect3><title>Package information</title>
29<itemizedlist spacing='compact'>
30<listitem><para>Download (HTTP): <ulink
31url="&xfce-download-http;"/></para></listitem>
32<listitem><para>Download (FTP): <ulink
33url="&xfce-download-ftp;"/></para></listitem>
34<listitem><para>Download size: &xfce-size;</para></listitem>
[4774914f]35<listitem><para>Estimated disk space required:
[feeb99a]36&xfce-buildsize;</para></listitem>
37<listitem><para>Estimated build time:
38&xfce-time;</para></listitem></itemizedlist>
39</sect3>
[4774914f]40
[feeb99a]41<sect3><title><application>XFce</application> dependencies</title>
42<sect4><title>Required</title>
[a8eba10]43<para><xref linkend="gtk2"/> and
[4774914f]44<xref linkend="libxml2"/></para>
45</sect4>
46
[feeb99a]47<sect4><title>Optional</title>
[4774914f]48<para><xref linkend="libgtkhtml"/> and
49<xref linkend="startup-notification"/></para>
50</sect4>
[feeb99a]51</sect3>
52
53</sect2>
54
55<sect2>
56<title>Installation of <application>XFce</application></title>
57
58<para><application>XFce</application> now distributes as a
59<acronym>TAR</acronym> ball of
60base packages and module packages. These instructions will only cover
61the bare minimum to run the application. The remaining modules would
62all follow the same pattern which will soon become obvious.</para>
[4774914f]63
64<para>Install <application>XFce</application> by running the following
65commands:</para>
[feeb99a]66
67<screen><userinput><command>cd src &amp;&amp;
[44a2b88]68tar -zxf libxfce4util-&xfce-version;.tar.gz &amp;&amp;
[feeb99a]69cd libxfce4util-&xfce-version; &amp;&amp;
70./configure --prefix=/usr &amp;&amp;
71make &amp;&amp;
72make install &amp;&amp;
73cd .. &amp;&amp;
[44a2b88]74tar -zxf libxfcegui4-&xfce-version;.tar.gz &amp;&amp;
[feeb99a]75cd libxfcegui4-&xfce-version; &amp;&amp;
76./configure --prefix=/usr &amp;&amp;
77make &amp;&amp;
78make install &amp;&amp;
79cd .. &amp;&amp;
[44a2b88]80tar -zxf libxfce4mcs-&xfce-version;.tar.gz &amp;&amp;
[feeb99a]81cd libxfce4mcs-&xfce-version; &amp;&amp;
82./configure --prefix=/usr &amp;&amp;
83make &amp;&amp;
84make install &amp;&amp;
85cd .. &amp;&amp;
[44a2b88]86tar -zxf xfce-mcs-manager-&xfce-version;.tar.gz &amp;&amp;
[feeb99a]87cd xfce-mcs-manager-&xfce-version; &amp;&amp;
88./configure --prefix=/usr &amp;&amp;
89make &amp;&amp;
90make install &amp;&amp;
91cd .. &amp;&amp;
[44a2b88]92tar -zxf xfwm4-&xfce-version;.tar.gz &amp;&amp;
[feeb99a]93cd xfwm4-&xfce-version; &amp;&amp;
94./configure --prefix=/usr &amp;&amp;
95make &amp;&amp;
96make install &amp;&amp;
97cd .. &amp;&amp;
[44a2b88]98tar -zxf xfdesktop-&xfce-version;.tar.gz &amp;&amp;
[feeb99a]99cd xfdesktop-&xfce-version; &amp;&amp;
100./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
101make &amp;&amp;
102make install &amp;&amp;
103cd .. &amp;&amp;
[44a2b88]104tar -zxf xfce4-panel-&xfce-version;.tar.gz &amp;&amp;
[feeb99a]105cd xfce4-panel-&xfce-version; &amp;&amp;
106./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
107make &amp;&amp;
108make install &amp;&amp;
109cd .. &amp;&amp;
[44a2b88]110tar -zxf xfce-utils-&xfce-version;.tar.gz &amp;&amp;
[feeb99a]111cd xfce-utils-&xfce-version; &amp;&amp;
112./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
113make &amp;&amp;
114make install</command></userinput></screen>
115
116<para>Modules not installed above are: dbh-1.0.15 (required for xffm),
[4774914f]117gtk-xfce-engine-2.1.9, xfcalendar-0.1.6, xfce-mcs-plugins, xfce4-iconbox,
118xfce4-mixer, xfce4-systray, xfce4-themes, xfce4-toys, xfce4-trigger-launcher,
119xffm, xffm-icons, xfprint and xfwm4-themes.</para>
[feeb99a]120
121</sect2>
122
123<sect2>
124<title>Configuring <application>XFce</application></title>
125
126<sect3><title>Config files</title>
127<para><filename>~/.xinitrc</filename></para>
128</sect3>
129
130<sect3><title>Configuration Information</title>
131
[4774914f]132<para>Be sure to backup your current <filename>.xinitrc</filename> before
[feeb99a]133proceeding.</para>
[4774914f]134
[feeb99a]135<screen><userinput><command>cat &gt;&gt; ~/.xinitrc &lt;&lt; "EOF"</command>
136xfce-mcs-manager
137xfwm4 --daemon
138xftaskbar4 &amp;
139xfdesktop &amp;
140exec xfce4-panel
141<command>EOF</command></userinput></screen>
142
143</sect3>
144
145</sect2>
146
147<sect2>
148<title>Contents</title>
149
150<para>The <application>XFce</application> package contains
151<command>fgr</command>,
152<command>scramble</command>,
153<command>startxfce4</command>,
154<command>xfapps</command>,
155<command>xfapps4</command>,
156<command>xfbook</command>,
157<command>xfbook4</command>,
158<command>xfcalendar</command>,
159<command>xfce-mcs-manager</command>,
160<command>xfce-setting-show</command>,
161<command>xfce4-about</command>,
162<command>xfce4-iconbox</command>,
163<command>xfce4-panel</command>,
164<command>xfce4-tips</command>,
165<command>xfdesktop</command>,
166<command>xfdiff4</command>,
167<command>xffm</command>,
168<command>xffstab</command>,
169<command>xffstab4</command>,
170<command>xfglob4</command>,
171<command>xfhelp4</command>,
172<command>xflock4</command>,
173<command>xfmountdev4</command>,
174<command>xfprint-manager</command>,
175<command>xfprint4</command>,
176<command>xfrun4</command>,
177<command>xfsamba4</command>,
178<command>xftaskbar4</command>,
179<command>xfterm4</command>,
180<command>xftrash4</command>,
181<command>xftree4</command>,
182<command>xfwm4</command> and
183<filename class="libraryfile">libdbh</filename>,
184<filename class="libraryfile">libxfce4mcs</filename>,
185<filename class="libraryfile">libxfce4util</filename>,
186<filename class="libraryfile">libxfcegui4</filename>,
187<filename class="libraryfile">libxffm</filename> and
188<filename class="libraryfile">libxfprint</filename> libraries.
189</para>
190
191</sect2>
192
193<sect2><title>Description</title>
194
195<sect3><title>fgr</title>
196<para><command>fgr</command> is a file content search engine for
197<command>xffm</command>.</para></sect3>
198
199<sect3><title>xfce-mce-manager</title>
200<para><command>xfce-mce-manager</command> is the settings manager for
201<application>XFce</application>.</para></sect3>
202
203<sect3><title>xfce4-about</title>
204<para><command>xfce4-about</command> displays the about box.</para></sect3>
205
206<sect3><title>xfce-setting-show</title>
207<para><command>xfce_setting-show</command> displays the settings for
208<application>XFce</application>.</para></sect3>
209
210<sect3><title>xfce4-panel</title>
211<para><command>xfce4-panel</command> is the panel manager for
212<application>XFce</application>. It contains the launcher, clock, mail
213check, desktop switcher and separator programs.</para></sect3>
214
215<sect3><title>xfdesktop</title>
216<para><command>xfdesktop </command> is the desktop manager
217for <application>XFce</application>.</para></sect3>
218
219<sect3><title>xfhelp4</title>
220<para><command>xfhelp4</command> is script that launches a
221<acronym>HTML</acronym> browser to display online documentation.</para></sect3>
222
223<sect3><title>xflock4</title>
224<para><command>xflock4</command> is a script used to lock the current screen
225during drag and drop actions.</para></sect3>
226
227<sect3><title>xfmountdev4</title>
228<para><command>xfmountdev4</command> mounts a device on the specified mount
229point and launches <command>xftree4</command>, then unmounts the device
230when <command>xftree4</command> finishes.</para></sect3>
231
232<sect3><title>xfrun4</title>
233<para><command>xfrun4</command> is the program launcher for
234<application>XFce</application>.</para></sect3>
235
236<sect3><title>xfsamba4</title>
237<para><command>xfsamba4</command> is <application>Samba</application> front end
238for <application>XFce</application>.</para></sect3>
239
240<sect3><title>xftaskbar4</title>
241<para><command>xftaskbar4</command> is the taskbar manager for
242<application>XFce</application>.</para></sect3>
243
244<sect3><title>xfterm4</title>
245<para><command>xfterm4</command> is a small terminal wrapper to be used as a
246drag and drop action for the <application>XFce</application> front panel.
247</para></sect3>
248
249<sect3><title>xftrash4</title>
250<para><command>xftrash4</command> is a small script to be used as a drag and
251drop action for the <application>XFce</application> front panel.</para></sect3>
252
253<sect3><title>xftree4</title>
254<para><command>xftree4</command> is the file manager for
255<application>XFce</application>.</para></sect3>
256
257<sect3><title>xfwm4</title>
258<para><command>xfwm4</command> is a window manager for
259<application>X11</application>.</para></sect3>
260
261</sect2>
[2a1e2f33]262
263</sect1>
264
Note: See TracBrowser for help on using the repository browser.