XfDesktop

From CBLFS
Revision as of 13:35, 15 January 2007 by Weibullguy (talk | contribs) (Created page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://www.xfce.org/archive/xfce-4.6.2/src/xfdesktop-4.6.2.tar.bz2

Introduction to XfDesktop

Xfdesktop is a desktop manager for the Xfce Desktop Environment.

Package Homepage: http://www.xfce.org

Dependencies

Required

Optional

Configuration Information

The following options can be passed to the configure script to disable the default behavior.

--disable-desktop-icons: do not compile support for desktop icons.
--disable-file-icons: do not compile support for desktop file icons.
--disable-menueditor: do not build the menu editor.
--disable-desktop-menu: do not build the desktop menu module.
--disable-panel-plugin: do not build the panel plugin.

Non-Multilib

Compile the package:

./configure --prefix=$XFCE_PREFIX --sysconfdir=/etc/xfce \
--libexecdir=${XFCE_PREFIX}/lib/xfdesktop &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

USE_ARCH=32 CC="${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=$XFCE_PREFIX --sysconfdir=/etc/xfce \
--libexecdir=${XFCE_PREFIX}/lib/xfdesktop &&
make

Install the package:

make install

N32

Compile the package:

USE_ARCH=n32 CC="${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib32 
--sysconfdir=/etc/xfce --libexecdir=${XFCE_PREFIX}/lib32/xfdesktop &&
make

Install the package:

make install

64Bit

Compile the package:

USE_ARCH=64 CC="${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib64
 --sysconfdir=/etc/xfce --libexecdir=${XFCE_PREFIX}/lib64/xfdesktop &&
make

Install the package:

make install

Contents

Installed Directories: $XFCE_PREFIX/lib{32,64}/xfdesktop, $XFCE_PREFIX/share/xfce4/backdrops,
Installed Programs: xfce4-menueditor, xfce4-popup-menu
Installed Libraries: backdrop_settings.{la,so}, xfce4_desktop_menu.{la,so}

Short Descriptions

xfce4-menueditor Provides GUI for editing menu configuration files.
xfce4-popup-menu Causes Xfce4-panel menus to "pop up".