The XFce package contains a lightweight desktop environment.
Download (HTTP): http://telia.dl.sourceforge.net/xfce/xfce-4.0.0-src.tar.bz2
Download size: 16 MB
Estimated Disk space required: 107 MB
Estimated build time: varies
XFree86-4.3.0.1, GTK+-2.2.4, pkgconfig-0.15.0 and libxml2-2.5.11
Imlib-1.9.14, libpng-1.2.5, libjpeg-6b, libungif-4.1.0b1 and libtiff-3.5.7
XFce now distributes as a TAR ball of base packages and module packages. These instructions will only cover the bare minimum to run the application. The remaining modules would all follow the same pattern which will soon become obvious.
Install XFce by running the following commands:
cd src && tar -xzvf libxfce4util-4.0.0 && cd libxfce4util-4.0.0 && ./configure --prefix=/usr && make && make install && cd .. && tar -xzvf libxfcegui4-4.0.0 && cd libxfcegui4-4.0.0 && ./configure --prefix=/usr && make && make install && cd .. && tar -xzvf libxfce4mcs-4.0.0 && cd libxfce4mcs-4.0.0 && ./configure --prefix=/usr --sysconfdir=/etc && make && make install && cd .. && tar -xzvf xfce-mcs-manager-4.0.0 && cd xfce-mcs-manager-4.0.0 && ./configure --prefix=/usr && make && make install && cd .. && tar -xzvf xfwm4-4.0.0 && cd xfwm4r-4.0.0 && ./configure --prefix=/usr && make && make install && cd .. && tar -xzvf xfdesktop-4.0.0 && cd xfdesktop-4.0.0 && ./configure --prefix=/usr --sysconfdir=/etc && make && make install && cd .. && tar -xzvf xfce4-panel-4.0.0 && cd xfce4-panel-4.0.0 && ./configure --prefix=/usr --sysconfdir=/etc && make && make install && cd .. && tar -xzvf xfce-utils-4.0.0 && cd xfce-utils-4.0.0 && ./configure --prefix=/usr --sysconfdir=/etc && make && make install |
Modules not installed above are: dbh-1.0.15 (required for xffm), gtk-xfce-engine-2.1.6, xfce-mcs-plugins, xfce4-iconbox, xfce4-mixer, xfce4-systray, sxfce4-themes, xfce4-toys, xfce4-trigger-launcher, xffm, xffm-icons, xfprint, and xfwm4-themes.
The XFce package contains xfce-mcs-manager, xfce4-about, xfce-setting-show, xfce4-panel, xfdesktop, xfhelp4, xflock4, xfmountdev4, xfrun4, xfsamba4, xftaskbar4, xfterm4, xftrash4, xftree4, xfwm4 and libxfce4mcs, libxfce4util, and libxfcegui4 libraries.
xfce4-panel is the panel manager for XFce. It contains the launcher, clock, mail check, desktop switcher and separator programs.
xfmountdev4 mounts a device on the specified mount point and launches xftree4, then unmounts the device when xftree4 finishes.