• gnulinux

Los ultimos Pluggins de Compiz Fusion

October 15, 2008

Estos pluggins un no estan en paquetes deb y la instalación es un poco mas costosa.

Primero instalar los paquetes necesarios:

$ sudo apt-get install compiz-bcop compiz-dev compizconfig-settings-manager build-essential libtool libglu1-mesa-dev libxss-dev libcairo2-dev git-core

Puede que ya tengais instalados algunos.

Despues creamos un directorio donde bajar los archivos.

mkdir -p ~/compiz/

Bajamos los archivos mediante git:

cd ~/compiz git clone git://anongit.compiz-fusion.org/users/wodor/anaglyph git clone git://anongit.compiz-fusion.org/fusion/plugins/atlantis git clone git://anongit.compiz-fusion.org/users/metastability/atlantis2 git clone git://anongit.compiz-fusion.org/users/rcxdude/dialog git clone git://anongit.compiz-fusion.org/users/rcxdude/ghost git clone git://anongit.compiz-fusion.org/users/metastability/snowglobe git clone git://anongit.compiz-fusion.org/fusion/plugins/tile

Bajamos estos otros con wget:

wget -O /tmp/cubemodel.tar ‘http://oreaus.googlepages.com/cubemodel.tar’ && tar -xf ‘/tmp/cubemodel.tar’ -C ~/compiz/ wget -O /tmp/elements.tar ‘http://oreaus.googlepages.com/elements.tar’ && tar -xf ‘/tmp/elements.tar’ -C ~/compiz/ wget -O /tmp/extra-animations.tar ‘http://oreaus.googlepages.com/extra-animations.tar’ && tar -xf ‘/tmp/extra-animations.tar’ -C ~/compiz/ wget -O /tmp/fireflies.tar ‘http://oreaus.googlepages.com/fireflies.tar’ && tar -xf ‘/tmp/fireflies.tar’ -C ~/compiz/ wget -O /tmp/freewins.tar ‘http://oreaus.googlepages.com/freewins.tar’ && tar -xf ‘/tmp/freewins.tar’ -C ~/compiz/ wget -O /tmp/photowheel.tar ‘http://oreaus.googlepages.com/photowheel.tar’ && tar -xf ‘/tmp/photowheel.tar’ -C ~/compiz/ wget -O /tmp/screensaver.tar ‘http://oreaus.googlepages.com/screensaver.tar’ && tar -xf ‘/tmp/screensaver.tar’ -C ~/compiz/ wget -O /tmp/snow.tar ‘http://oreaus.googlepages.com/snow.tar’ && tar -xf ‘/tmp/snow.tar’ -C ~/compiz/ wget -O /tmp/stars.tar ‘http://oreaus.googlepages.com/stars.tar’ && tar -xf ‘/tmp/stars.tar’ -C ~/compiz/ wget -O /tmp/wallpaper.tar ‘http://oreaus.googlepages.com/wallpaper.tar’ && tar -xf ‘/tmp/wallpaper.tar’ -C ~/compiz/ wget -O /tmp/wizard.tar ‘http://oreaus.googlepages.com/wizard.tar’ && tar -xf ‘/tmp/wizard.tar’ -C ~/compiz/

Ya tenemos todos los archivos ahora tenemos que compilar cada pluggin por separado.

Por ejemplo:

cd ~/compiz/atlantis2

make

make install

Y ya tendriamos instalado el pluggin atlantis2.

Por ultimo si queremos desinstalar alguno tendremos que usar el comando:

make unistall

Un saludo


Profile picture

Carlos Sanmartín Bustos

Desarrollador de software embebido comprometido con el software libre. Progresista y antiautoritario.