+------------------------------------------------------
| Reason

After releasing Fedora 8 some components of Compiz Fusion
still in testing progress (probably resolved very soon).

+------------------------------------------------------
| Inspired by

Fedora 8 - Review

+------------------------------------------------------
| Installing Compiz Fusion

Compiz Fusion - but ccsm (compizconfig settings manager) - is
available in their Fedora repositories - core and update.

ccsm is currently available in update-testing repository.

+------------------------------------------------------
| How to get Compiz Fusion working

...by editing /usr/bin/gnome-wm file:

1. for launching compiz fusion rather than compiz:
replace OPT4=gconf with OPT3=ccp

2. for using emerald window decorator instead of gtk-window-decorator
replace
    export LIBGL_ALWAYS_INDIRECT=1
    gtk-window-decorator &
    OPT3=glib
with
    export LIBGL_ALWAYS_INDIRECT=1
    emerald &
    OPT3=glib