diff --git a/x/wm/xfce.xml b/x/wm/xfce.xml
index 2534ec0a8a..17404eebcc 100644
--- a/x/wm/xfce.xml
+++ b/x/wm/xfce.xml
@@ -111,7 +111,7 @@
Install libxfce4util, dbh,
libxfcegui4, libxfce4mcs,
- xfce-mcs-manager; and xfwm4
+ xfce-mcs-manager, and xfwm4
like this:
./configure --prefix=/usr &&
@@ -122,16 +122,17 @@ make
make install
xfce4-panel, xfdesktop
- and xfce-utils also need to install config files in
- /etc/xdg. Configure them like this:
+ and xfce-utils require a parameter so that the
+ configuration files are installed in /etc/xdg. Configure them like this:
./configure --prefix=/usr --sysconfdir=/etc &&
make
If you use as your display manager and would like to
be able to log into an xfce session from the login prompt, pass the
- --enable-gdm option to the xfce-utils-&xfce-version; configure
- script (requires which to be installed at run time).
+ --enable-gdm option to the xfce-utils-&xfce-version;
+ configure script (requires to be
+ installed at run time).
Now, as the root user:
@@ -196,7 +197,8 @@ make
The exceptions are xfce4-session which needs to be
configured like this
-./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce &&
+./configure --prefix=/usr --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce &&
make
Also, xfprint can be configured with
@@ -206,7 +208,7 @@ make
As root, move the help documentation
to the standard BLFS location and fix the help script to look for it there:
-mv -f /usr/share/xfce4/doc /usr/share/doc/xfce &&
+mv -vf /usr/share/xfce4/doc /usr/share/doc/xfce &&
sed -i 's@xfce4/doc@doc/xfce@' /usr/bin/xfhelp4