Difference between revisions of "Xfce4-Session"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Created page.) |
Weibullguy (talk | contribs) m |
||
Line 5: | Line 5: | ||
|} | |} | ||
− | == Introduction to | + | == Introduction to Xfce4-Session == |
This is the session manager for the Xfce desktop environment. | This is the session manager for the Xfce desktop environment. |
Revision as of 11:24, 14 January 2007
Download Source: | http://www.xfce.org/archive/xfce-4.6.2/src/xfce4-session-4.6.2.tar.bz2 |
---|
Contents
Introduction to Xfce4-Session
This is the session manager for the Xfce desktop environment.
Package Homepage: http://www.xfce.org
Dependencies
Required
Optional
Configuration Information
--enable-gnome: Enable checking for assistive technologies support. |
--enable-session-screenshots: Create screenshots of sessions on logout. |
Non-Multilib
Compile the package:
./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce && make
Install the package:
make install
Multilib
32Bit
Compile the package:
USE_ARCH=32 CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=${XFCE_PREFIX} --sysconfdir=/etc/xfce && make
Install the package:
make install
N32
USE_ARCH=N32 CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib32 --sysconfdir=/etc/xfce && make
Install the package:
make install
64Bit
USE_ARCH=64 CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=${XFCE_PREFIX} --libdir=${XFCE_PREFIX}/lib64 --sysconfdir=/etc/xfce && make
Install the package:
make install
Contents
Installed Directories: | $XFCE_PREFIX/include/xfce4/xfce4-session-4.2/libxfsm, $XFCE_PREFIX/share/themes/Default/balou, $XFCE_PREFIX/lib64/xfce4/splash/engines, $XFCE_PREFIX/share/icons/hicolor/{48x48,64x64,72x72,128x128,scalable}, /etc/xfce/xdg/xfce4-session |
---|---|
Installed Programs: | xfce4-session, xfce4-session-logout, xfce4-autostart-editor, xfce4-tips |
Installed Libraries: | libxfsm-4.2.{la,so}, libbalou.{ls,so}, libmice.{la,so}, splash_settings.{la,so} |