分类: LINUX
2008-03-04 18:31:50
代码: |
# Quattro's Ubuntu Gutsy EyeCandy Repository (GPG key: 641AC84F)
deb Gutsy compiz-fusion-git wget /Quattro.gpg -O- | sudo apt-key add - |
代码: |
sudo apt-get autoremove --purge compiz compiz-* emerald* |
代码: |
sudo apt-get install compiz compizconfig-settings-manager compiz-core compiz-fusion-plugins-extra compiz-fusion-plugins-unsupported emerald emerald-themes |
代码: |
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" |