XFWM4: Difference between revisions
Weibullguy (talk | contribs) Created page. |
Weibullguy (talk | contribs) No edit summary |
||
| (7 intermediate revisions by 4 users not shown) | |||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| http://www.xfce.org/archive/xfce-{{Xfce-Version}}/src/xfwm4-{{Xfce-Version}}.tar.bz2 | |http://www.xfce.org/archive/xfce-{{Xfce-Version}}/src/xfwm4-{{Xfce-Version}}.tar.bz2 | ||
|- | |||
!Download Patch: | |||
|http://svn.cross-lfs.org/svn/repos/patches/xfwm4/xfwm4-{{Xfce-Version}}-awn-fixes-1.patch | |||
|} | |} | ||
{{Package-Introduction|This is the window manager for Xfce 4.|http://www.xfce.org}} | |||
This is the window manager for Xfce 4. | |||
== Dependencies == | == Dependencies == | ||
| Line 38: | Line 37: | ||
== Non-Multilib == | == Non-Multilib == | ||
If you plan to build [[Avant Window Navigator]] for the XFCE desktop, apply the following patch: | |||
patch -Np1 -i ../xfwm4-{{Xfce-Version}}-awn-fixes-1.patch | |||
Compile the package: | Compile the package: | ||
./configure --prefix=$XFCE_PREFIX | ./configure --prefix=${XFCE_PREFIX} && | ||
make | make | ||
| Line 51: | Line 54: | ||
=== 32Bit === | === 32Bit === | ||
If you plan to build [[Avant Window Navigator]] for the XFCE desktop, apply the following patch: | |||
patch -Np1 -i ../xfwm4-{{Xfce-Version}}-awn-fixes-1.patch | |||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | CC="gcc ${BUILD32}" USE_ARCH=32 \ | ||
./configure --prefix=$XFCE_PREFIX | PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | ||
./configure --prefix=$XFCE_PREFIX && | |||
make | make | ||
| Line 63: | Line 71: | ||
=== N32 === | === N32 === | ||
If you plan to build [[Avant Window Navigator]] for the XFCE desktop, apply the following patch: | |||
patch -Np1 -i ../xfwm4-{{Xfce-Version}}-awn-fixes-1.patch | |||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | CC="gcc ${BUILDN32}" USE_ARCH=n32 \ | ||
./configure --prefix=$XFCE_PREFIX --libdir=$XFCE_PREFIX | PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | ||
./configure --prefix=$XFCE_PREFIX \ | |||
--libdir=$XFCE_PREFIX/lib32 && | |||
make | make | ||
| Line 76: | Line 89: | ||
=== 64Bit === | === 64Bit === | ||
If you plan to build [[Avant Window Navigator]] for the XFCE desktop, apply the following patch: | |||
patch -Np1 -i ../xfwm4-{{Xfce-Version}}-awn-fixes-1.patch | |||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | CC="gcc ${BUILD64}" USE_ARCH=64 \ | ||
./configure --prefix=$XFCE_PREFIX | PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | ||
./configure --prefix=$XFCE_PREFIX \ | |||
--libdir=$XFCE_PREFIX/lib64 && | |||
make | make | ||
| Line 105: | Line 123: | ||
|-valign="top" | |-valign="top" | ||
! Installed Directories: | ! Installed Directories: | ||
| | | $XFCE_PREFIX/share/themes/{Daloa, Default, Default-4.0, Default-4.2, Katiola, Moheli, Sassandra, Stoneage, Therapy, Tyrex, Wallis} | ||
|-valign="top" | |-valign="top" | ||
! Installed Programs: | ! Installed Programs: | ||
| | | xfwm4 | ||
|-valign="top" | |-valign="top" | ||
! Installed Libraries: | ! Installed Libraries: | ||
| | | wmtweaks_plugin.{la,so}, workspaces_plugin.{la,so}, xfwm4_plugin.{la,so}, | ||
|} | |} | ||
| Line 118: | Line 136: | ||
{| style="text-align: left;" | {| style="text-align: left;" | ||
|-valign="top" | |-valign="top" | ||
! | ! xfwm4 | ||
| | | The Xfce window manager. | ||
|} | |} | ||
[[Category:XFCE]] | |||
Latest revision as of 09:01, 19 October 2010
| Download Source: | http://www.xfce.org/archive/xfce-4.6.2/src/xfwm4-4.6.2.tar.bz2 |
|---|---|
| Download Patch: | http://svn.cross-lfs.org/svn/repos/patches/xfwm4/xfwm4-4.6.2-awn-fixes-1.patch |
Introduction to XFWM4
This is the window manager for Xfce 4.
Project Homepage: http://www.xfce.org
Dependencies
Required
Optional
Configuration Information
Some X Window System options that can be passed to the configure script. To explicitly prohibit their use, pass them as --disable- options.
| --enable-randr: try to use the XRANDR extension. |
| --enable-render: try to use the render extension. |
| --enable-xsync: try to use the XSync extenstion. |
| --enable-compositor: enable the compositor. |
Non-Multilib
If you plan to build Avant Window Navigator for the XFCE desktop, apply the following patch:
patch -Np1 -i ../xfwm4-4.6.2-awn-fixes-1.patch
Compile the package:
./configure --prefix=${XFCE_PREFIX} &&
make
Install the package:
make install
Multilib
32Bit
If you plan to build Avant Window Navigator for the XFCE desktop, apply the following patch:
patch -Np1 -i ../xfwm4-4.6.2-awn-fixes-1.patch
Compile the package:
CC="gcc ${BUILD32}" USE_ARCH=32 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=$XFCE_PREFIX &&
make
Install the package:
make install
N32
If you plan to build Avant Window Navigator for the XFCE desktop, apply the following patch:
patch -Np1 -i ../xfwm4-4.6.2-awn-fixes-1.patch
Compile the package:
CC="gcc ${BUILDN32}" USE_ARCH=n32 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=$XFCE_PREFIX \
--libdir=$XFCE_PREFIX/lib32 &&
make
Install the package:
make install
64Bit
If you plan to build Avant Window Navigator for the XFCE desktop, apply the following patch:
patch -Np1 -i ../xfwm4-4.6.2-awn-fixes-1.patch
Compile the package:
CC="gcc ${BUILD64}" USE_ARCH=64 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=$XFCE_PREFIX \
--libdir=$XFCE_PREFIX/lib64 &&
make
Install the package:
make install
Configuring
The compositor extensions are included in the X.org X Server. To enable compositing, edit /etc/X11/xorg.conf, adding the following. You will have to restart the X Server for this change to take effect.
Section "Extensions"
Option "Composite" "Enable"
EndSection
If you are using the nVidia closed-cource driver, you may add the following to the "Device" section in /etc/X11/xorg.conf to enable the XRender in hardware.
Option "RenderAccel" "true"
Contents
| Installed Directories: | $XFCE_PREFIX/share/themes/{Daloa, Default, Default-4.0, Default-4.2, Katiola, Moheli, Sassandra, Stoneage, Therapy, Tyrex, Wallis} |
|---|---|
| Installed Programs: | xfwm4 |
| Installed Libraries: | wmtweaks_plugin.{la,so}, workspaces_plugin.{la,so}, xfwm4_plugin.{la,so}, |
Short Descriptions
| xfwm4 | The Xfce window manager. |
|---|