Chinaunix首页 | 论坛 | 博客
  • 博客访问: 170286
  • 博文数量: 55
  • 博客积分: 1410
  • 博客等级: 上尉
  • 技术积分: 620
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-04 14:13
文章分类
文章存档

2009年(1)

2008年(54)

我的朋友

分类: LINUX

2008-03-04 18:31:50

添加源到 sudo gedit /etc/apt/sources.list:

代码:
# 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"
阅读(1181) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~