Put fishbowl on ubuntu desktop by installing Compiz Plugins
This tutorial shows three compiz plugins:atlantis2, freewins, and screensaver.Which are not usually easily available from software repositories.
atlantis2(Cube Atlantis)
Adds a customizable aquarium inside the cube,this is my desktop:
freewins(Freely Transformable Windows)
Lets you rotate and scale windows in 3D with fun inertial effects.
screensaver( Screen Saver)
can slowly rotate the cube or have your windows fly around the screen while you are away from the computer.
Install these three plugins
First,make sure you have CompizConfig Settings Manager installed.
Then install the required packages for compiling Compiz plugins:
sudo apt-get install compiz-bcop compiz-dev build-essential libtool libglu1-mesa-dev libxss-dev libcairo2-dev git-core
Now,create a folder to hold the plugin sources and download them:
mkdir ~/compizplugins
cd ~/compizplugins
git clone git://anongit.compiz-fusion.org/users/metastability/atlantis2
git clone git://anongit.compiz-fusion.org/users/warlock/freewins
git clone git://anongit.compiz-fusion.org/users/pafy/screensaver
Then,run following command to make install:
cd ~/compizplugins/atlantis2
make &make install
cd ~/compizplugins/freewins
make &make install
cd ~/compizplugins/screensaver
make &make install
Now,go to System->Preferences->CompizFusion Setting Manager,and enable the new plugins.
Related posts:
- Compiz Experimental Plugins updated with Atlantis and 3D-Cube Model
- Enable Snow on ubuntu desktop using compiz fusion
- How to install Compiz Fusion 3D desktop effects in ubuntu
- Fix Banshee miss plugins problem in new installed Ubuntu 11.10
- Enable Compiz Desktop Cube in Ubuntu 11.10 Oneiric Unity


Reader Comments
Thanks for this tutorial, The best one out there.
[Reply]
hmmm, its cool… all works..lol..!!!
[Reply]
compiling : shark.c -> build/shark.lo/bin/sh: libtool: not found
make: *** [build/shark.lo] Error 127
compiling : shark.c -> build/shark.lo/bin/sh: libtool: not found
make: *** [build/shark.lo] Error 127
[1]+ Exit 2 make
not working for me…thats’ the msg. i get
[Reply]
sudo apt-get install compiz-bcop compiz-dev build-essential libtool libglu1-mesa-dev libxss-dev libcairo2-dev git-core
Reading package lists… Done
This is a better why to explain it. When I put the code in the terminal for the Atlantic this pops up. Why would it do this. I have put it on my ubuntu before and it worked.
Building dependency tree
Reading state information… Done
Package compiz-bcop is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
compiz-fusion-bcop
E: Package compiz-bcop has no installation candidate
[Reply]
deepak Reply:
December 28th, 2010 at 8:49 pm
hi cool its easy to chage:)))))
you can try to change for
sudo apt-get install compiz-fusion-bcop compiz-dev build-essential libtool libglu1-mesa-dev libxss-dev libcairo2-dev git-core.
like above this….
it will surely work.
[Reply]
Processing 4 added doc-base file(s)…
Registering documents with scrollkeeper…
Errors were encountered while processing:
/var/cache/apt/archives/compiz-bcop_0.7.4-0ubuntu1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
due to which compiz-bcop did not install successfully.How do i install it. I am rubbing ubuntu 11.04
[Reply]