PDA

View Full Version : [ubuntu] No FIre Effect Compiz



Reyes1986
May 29th, 2009, 05:35 AM
When I've installed Compiz Fusion in the past, fire effect was already there (in animations) this time it's not listed, how can I get it to be listed?

Thanks

LinuxRules1
May 29th, 2009, 05:39 AM
You have to enable the Animations Add-On.

115557

Reyes1986
May 29th, 2009, 06:36 PM
Okay, here's the weird part, its not listed...

Reyes1986
May 29th, 2009, 06:59 PM
I just made it with git.

Here's how


Open Terminal and enter

sudo apt-get install compiz-fusion-bcop compiz-dev build-essential libtool libglu1-mesa-dev libxss-dev libcairo2-dev git-core
mkdir ~/compizplugins
cd ~/compizplugins
git clone git://anongit.compiz-fusion.org/fusion/plugins/animationaddon
cd animationaddon
make
BUILD_GLOBAL=true sudo make installIt should now show up in CCSM.

Got it now thanks

Sand & Mercury
May 29th, 2009, 08:35 PM
Erm, just running sudo apt-get install compiz-fusion-plugins-extra would've sufficed.