From Compiz
cocnaz
Contents |
[edit] Compiz and Compiz Fusion GIT Repository for Ubuntu
Note: This repository is not officially supported.
It's maintened by TreviÃÂÃÂÃÂño, using this makefusiondebs script that fetches the latest git snapshot, and builds it with some patches and configuration ennhancements (all available here)...
This repo can be considered safe, but as we always say with bleeding edge software: Use at your own risk! Since the packages available on the repository are newer than the official releases, using it could cause breaking official upgrades, but you may always downgrade to standard versions using APT.
To add the repository edit your sources.list file using:
gksudo gedit /etc/apt/sources.list
To use it, add these lines:
[edit] Feisty Repository
[edit] i386
# TreviÃÂÃÂÃÂño's Ubuntu Feisty EyeCandy Repository (GPG key: 81836EBF) # Many eyecandy 3D apps: Beryl, Compiz, Fusion, AWN and kiba-dock # built using latest available (working) sources from git/svn/cvs... deb http://download.tuxfamily.org/3v1deb feisty eyecandy deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy
[edit] amd64
# TreviÃÂÃÂÃÂño's Ubuntu Feisty EyeCandy Repository (GPG key: 81836EBF) # Many eyecandy 3D apps: Beryl, Compiz, Fusion, AWN and kiba-dock # built by jbs using latest available (working) sources from git/svn/cvs... deb http://download.tuxfamily.org/3v1deb feisty eyecandy-amd64 deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy-amd64
[edit] System Update and Installation
Make sure to get the public key for the repository:
KEY=DD800CD9; gpg --keyserver subkeys.pgp.net --recv $KEY && gpg --export --armor $KEY | sudo apt-key add -
Update the package list:
sudo apt-get update
Remove the previous Compiz install (do not hesitate when it asks you to remove ubuntu-desktop, it is a meta-package and won't break your system when uninstalled):
sudo apt-get remove compiz-core
To install all the needed ' 1000 'compiz pa 1000 ckages, do
sudo apt-get install compiz # compiz-gnome AND/OR compiz-kde
To install CompizConfig configurator (and needed libs):
sudo apt-get install compizconfig-settings-manager # compizconfig-backends-* ?!
To install the Compiz Fusion Plugins:
sudo apt-get install compiz-fusion-*
[edit] Extra Resources
More informations, and the packages list are available at the repository html front-end [i386] [amd64].
You can discuss about these packages on this Compiz Forum Thread
