|
|
| ppa Weekly |
|
These packages are made from the development branch : they can be unstable.
Use them only if you want to try the latest features and the new applets, or if you want to help improving the Dock.
Your help as Beta-tester is very welcome ! Thanks to report any bugs in the BZR forum
This PPA is updated roughly once a week. So every week, when we reach a stable enough stage, we sync the development branch with this repository.
This is a convenient way for you to test our new applets, plug-ins or other new features, and help us to eliminate all bugs
Installation Copy-paste this box in a terminal :
Ubuntu
echo "deb http://ppa.launchpad.net/cairo-dock-team/weekly/ubuntu $(lsb_release -sc) main ## Cairo-Dock-PPA-Weekly" | sudo tee -a /etc/apt/sources.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E80D6BF5
sudo apt-get update
sudo apt-get install cairo-dock cairo-dock-plug-ins For Linux Mint, replace $(lsb_release -sc) by the corresponding release of Ubuntu in Linux Mint.Ubuntu . >> . Linux Mint Hardy (8.04) . >> . Elyssa (5)
Jaunty (9.04) . >> . Gloria (7)
Karmic (9.10) . >> . Helena (8)
Lucid (10.04) . >> . Isadora (9)
Debian $ su
# echo "deb http://ppa.launchpad.net/cairo-dock-team/weekly-debian/ubuntu jaunty main ## Cairo-Dock-PPA" | tee -a /etc/apt/sources.list
# apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E80D6BF5
# apt-get update
# apt-get install cairo-dock cairo-dock-plug-ins (ppa tested). For Debian Stable, replace jaunty by hardy.
All is now installed
Troubeshooting If the returned W: GPG error: http://ppa.launchpad.net intrepid Release: The following
signatures couldn't be verified because the public key is not available:
NO_PUBKEY D702BF6B8C6C1EFD
You can solve this with
# gpg --keyserver subkeys.pgp.net --recv D702BF6B8C6C1EFD
# gpg --export --armor D702BF6B8C6C1EFD | sudo apt-key add -
# sudo apt-get update
Bugs Thanks to report any bugs in BZR forum.
Please add some informations like : your distribution (Ubuntu 9.10 32bit, Karmic 64bit,...), your Desktop Environment(Gnome, KDE, XFCE,...) your Window Manager (Compiz, Metacity, Kwin, etc.), if you use Cairo-Dock with or without OpenGL, your graphic card, the theme you use, etc. Please try to include a way to reproduce the bug, and if possible join the log file from running 'cairo-dock -l debug > log.txt' in a terminal with the bug reproduced. Thanks for your help ! |
|