Results 1 to 2 of 2

Thread: Installing Compiz plugins Howto

  1. #1
    Join Date
    Apr 2007
    Location
    Taiwan R.O.C.
    Beans
    387
    Distro
    Ubuntu 9.10 Karmic Koala

    Installing Compiz plugins Howto

    Although there are enough effects with the standard installation of the Compiz, sometimes we still want to try some experimental and new plugins, here is my personal summary of installing extra plugins in Compiz, hope this will be helpful for Linux newbie like me.

    First, you can download Compiz plugins from these two links:
    http://gitweb.compiz-fusion.org/?o=age
    http://wiki.compiz-fusion.org/CompizFusionPlugins

    Assume the plugin you download is compizplugin.tar.gz, now we start to install it with following steps:

    1. installing necessary dependencies:

    $ sudo apt-get install compiz-bcop compiz-dev libtool build-essential libxcomposite-dev libpng12-dev libsm-dev libxrandr-dev libxdamage-dev libxinerama-dev libgl1-mesa-dev libglu1-mesa-dev autoconf intltool xsltproc

    2. create a folder for the plugin, then move the compizplugin.tar.gz downloaded to this folder and extract it, now we have a new folder ~/Compiz-Plugins/compizplugin:

    $ mkdir ~/Compiz-Plugins
    $ cd ~/Compiz-Plugins
    $ tar -zvxf
    compizplugin.tar.gz

    3. install plugin:

    $ cd ~/Compiz-Plugins/compizplugin
    $ make clean
    $ make
    $ sudo make install


    4. logout and re-login

    5. now you can open CompizConfig Settings Manager (CCSM) to activate the plugin just installed.

    6. remove plugin:

    It is very easy to remove the plugin just installed, go to these two folder ~/.compiz/metadata and ~/.compiz/plugins, then remove the relevant files.

    $ sudo rm -r ~/.compiz/metadata/compizplugin.xml
    $ sudo rm -r ~/.compiz/plugins/libcompizplugin.so


    Here are screenshots and wizard.tar.gz of Wizard plugin I installed, just for your reference.

    wizard.tar.gz

    Compiz-Wizard-Explosion.jpg Compiz-Wizard-FireBall.jpg
    Last edited by chunchengch; July 31st, 2008 at 02:58 PM.

  2. #2
    Join Date
    Jun 2009
    Location
    U.S.A. Illinios
    Beans
    336
    Distro
    Ubuntu

    Re: Installing Compiz plugins Howto

    This is a very good how to ! you can do that, (Great for learning, or 32Bit ) Or ( If your lazy ) for 64Bit deb package of all the new plugins go here !
    http://gnome-look.org/content/show.p...content=118511
    This installs all the new plugins for compiz 64Bit !! Again these are experimental !
    I have used them for some time now with no issues ! To remove plugins, see the above "how to".
    johnnyg713
    Ultimate Edition,We are World Wide and Growing !
    http://ultimateedition.info/
    http://www.ultimateeditionoz.com/for...hp?f=36&t=2387

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •