代码: |
# Quattro's Ubuntu Gutsy EyeCandy Repository (GPG key: 641AC84F)
deb Gutsy compiz-fusion-git wget /Quattro.gpg -O- | sudo apt-key add - |
把原有的compiz统统用新立得彻底删除干净
代码: |
sudo apt-get autoremove --purge compiz compiz-* emerald* |
全新安装compiz
代码: |
sudo apt-get install compiz compizconfig-settings-manager compiz-core compiz-fusion-plugins-extra compiz-fusion-plugins-unsupported emerald emerald-themes |
修改/usr/bin/compiz让emerald作为第一装饰器
代码: |
sudo nano /usr/bin/compiz
# Defines the decorator and arguments. # Set it to empty to make the script use the best decorator for your environment DECORATOR="emerald" DECORATORARGS="--replace" |