安装最新的compiz和fusion及最新的插件!(增加Autumn插件)

各种窗口管理器和美化相关
头像
kiddult
帖子: 31
注册时间: 2007-06-29 23:04
来自: 北京

#16

帖子 kiddult » 2007-11-17 16:28

cedccy
新手,多多包涵 :em06
雪花效果怎么装??
tangjihede
帖子: 210
注册时间: 2007-04-24 11:38
来自: 火星中国

#17

帖子 tangjihede » 2007-11-20 17:17

LZ 又来雪花了,是不是看到俺的站内信了,呵呵,谢谢,刚还发贴问呢
我喜欢你就要喜欢你的一切!~
ATI驱动驱不上去的看
头像
fanhe
帖子: 2357
注册时间: 2007-03-24 23:45

#18

帖子 fanhe » 2007-11-20 20:38

那个3d窗口还有比较严重的bug,等着
楼主下载的东西还真齐啊,慢慢选着装
附件
screenshot1.png
lijzz
帖子: 196
注册时间: 2006-09-03 20:53

#19

帖子 lijzz » 2007-11-21 3:03

手工编译成功,效果不错,速度很快,对资源消耗如同0.6.0.
ThinkPad T43 44U
1.5G X300

Gutsy
Compiz-fusion
头像
codev2
帖子: 7
注册时间: 2007-11-03 14:01

#20

帖子 codev2 » 2007-11-21 11:04

第二张图最下面的那条是什么效果?? :em06
头像
greatgarlic
帖子: 1794
注册时间: 2007-07-11 12:31
来自: neverland
联系:

#21

帖子 greatgarlic » 2007-11-21 22:12

codev2 写了:第二张图最下面的那条是什么效果?? :em06
那个是awn,看本区的置顶贴,里面有详细的安装步骤。另外,可以去网上找一下awn-curves这个插件,比较帅,但有的人说不稳定
头像
greatgarlic
帖子: 1794
注册时间: 2007-07-11 12:31
来自: neverland
联系:

#22

帖子 greatgarlic » 2007-11-22 11:43

lz来看看
在终端执行要输入口令,怎么回事?
cedccy
帖子: 81
注册时间: 2007-06-08 22:57

#23

帖子 cedccy » 2007-11-25 9:46

又有新的可以安装了
头像
lanif08
帖子: 149
注册时间: 2007-07-02 20:53

#24

帖子 lanif08 » 2007-11-25 11:53

很强的说
如果再有个使用的简单说明就更好了
头像
sonixrp
帖子: 505
注册时间: 2007-03-28 12:39

#25

帖子 sonixrp » 2007-11-25 13:17

下面是我写的一个安装的脚本基本是整合了LZ所提到的操作,由于需要在/tmp目录下面创建目录所以请使用
管理员身份执行 sudo 附件为脚本文件由于上传文件命名限制所以在后面加上了.tar请下载后自行更改文件名
以下为脚本内容:

#! /bin/bash

#by sol,25-11-2007,version 1.1

# mkdir
cd /tmp/
mkdir compiz_applet
chmod -cR 777 compiz_applet

cd ~
mkdir compiz_applet
chmod -cR 777 compiz_applet

#download

wget -O/tmp/compiz_applet/3d.tar.gz 'http://gitweb.opencompositing.org/?p=fu ... f3d21dbbb3'
wget -O/tmp/compiz_applet/atlantis.tar.gz 'http://gitweb.opencompositing.org/?p=fu ... debe5d7dff'
wget -O/tmp/compiz_applet/screensaver.tar.gz 'http://gitweb.opencompositing.org/?p=us ... cc8edc6c5f'
wget -O/tmp/compiz_applet/freewins.zip http://smspillaz.googlepages.com/freewins-0.3-0.6.zip
wget -O/tmp/compiz_applet/tile.tar.gz 'http://gitweb.opencompositing.org/?p=fu ... 716b5cc6d5'
wget -O/tmp/compiz_applet/photowheel-0.6.tar.gz 'http://gitweb.opencompositing.org/?p=us ... 468f31662f'
wget -O/tmp/compiz_applet/snow.tar.gz 'http://gitweb.opencompositing.org/?p=fu ... 9c8ad4e083'
wget -O/tmp/compiz_applet/atlantis2.tar.gz 'http://gitweb.compiz-fusion.org/?p=user ... 4b2;sf=tgz'
wget -O/tmp/compiz_applet/anaglyph.tar.gz 'http://oreaus.googlepages.com/anaglyph.tar.gz'
wget -O/tmp/compiz_applet/wallpaper.tar.gz 'http://gitweb.compiz-fusion.org/?p=fusi ... dbd74ae8be'

#unrar

tar -xf '/tmp/compiz_applet/3d.tar.gz' -C ~/compiz_applet/
tar -xf '/tmp/compiz_applet/atlantis.tar.gz' -C ~/compiz_applet/
tar -xf '/tmp/compiz_applet/screensaver.tar.gz' -C ~/compiz_applet/
unzip -d ~/compiz_applet/ /tmp/compiz_applet/freewins.zip
tar -xf '/tmp/compiz_applet/tile.tar.gz' -C ~/compiz_applet/
tar -xf '/tmp/compiz_applet/photowheel-0.6.tar.gz' -C ~/compiz_applet/
tar -xf '/tmp/compiz_applet/snow.tar.gz' -C ~/compiz_applet/
tar -xf '/tmp/compiz_applet/atlantis2.tar.gz' -C ~/compiz_applet/
tar -xf '/tmp/compiz_applet/anaglyph.tar.gz' -C ~/compiz_applet/
tar -xf '/tmp/compiz_applet/wallpaper.tar.gz' -C ~/compiz_applet/

#install

cd ~/compiz_applet/3d
make clean
make
make install

cd ~/compiz_applet/atlantis
make clean
make
make install

cd ~/compiz_applet/screensaver
make clean
make
make install

cd ~/compiz_applet/freewins-0.3-0.6
make clean
make
make install

cd ~/compiz_applet/tile
make clean
make
make install

cd ~/compiz_applet/photowheel-0.6
make clean
make
make install

cd ~/compiz_applet/snow
make clean
make
make install

cd ~/compiz_applet/atlantis2
make clean
make
make install

cd ~/compiz_applet/anaglyph
make clean
make
make install

cd ~/compiz_applet/wallpaper
make clean
make
make install

#setup over
附件
setup_compiz_applet.tar
请把脚本名更为setup_compiz_applet再使用,注意需要sudo哦!
(2.81 KiB) 已下载 133 次
头像
dogfox
论坛版主
帖子: 5311
注册时间: 2006-09-02 14:18
来自: 汉桑城
联系:

#26

帖子 dogfox » 2007-11-25 23:47

见鬼
怎么会这样?

代码: 全选

:~/compiz/atlantis2$ make 
bcop'ing  : build/atlantis.xml -> build/atlantis_options.h
bcop'ing  : build/atlantis.xml -> build/atlantis_options.c
schema    : build/atlantis.xml -> build/compiz-atlantis.schema
compiling : atlantis.c -> build/atlantis.loIn file included from atlantis.c:108:
atlantis-internal.h:93:25: error: compiz-core.h: No such file or directory
atlantis-internal.h:94:25: error: compiz-cube.h: No such file or directory
In file included from atlantis.c:108:
atlantis-internal.h:118: error: expected specifier-qualifier-list before 'DonePaintScreenProc'
In file included from atlantis.c:109:
build/atlantis_options.h:23: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
build/atlantis_options.h:30: error: expected ')' before '*' token
build/atlantis_options.h:32: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
build/atlantis_options.h:52: error: expected ')' before '*' token
build/atlantis_options.h:54: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
build/atlantis_options.h:56: error: expected ')' before '*' token
build/atlantis_options.h:57: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
build/atlantis_options.h:58: error: expected ')' before '*' token
build/atlantis_options.h:60: error: expected ')' before '*' token
build/atlantis_options.h:61: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
build/atlantis_options.h:62: error: expected ')' before '*' token
build/atlantis_options.h:64: error: expected ')' before '*' token
build/atlantis_options.h:65: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
build/atlantis_options.h:66: error: expected ')' before '*' token
build/atlantis_options.h:68: error: expected ')' before '*' token
build/atlantis_options.h:69: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
build/atlantis_options.h:70: error: expected ')' before '*' token
build/atlantis_options.h:72: error: expected ')' before '*' token
build/atlantis_options.h:73: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
build/atlantis_options.h:74: error: expected ')' before '*' token
build/atlantis_options.h:76: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'atlantisGetColors'
build/atlantis_options.h:77: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
build/atlantis_options.h:78: error: expected ')' before '*' token
build/atlantis_options.h:80: error: expected ')' before '*' token
build/atlantis_options.h:81: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
build/atlantis_options.h:82: error: expected ')' before '*' token
build/atlantis_options.h:84: error: expected ')' before '*' token
build/atlantis_options.h:85: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
build/atlantis_options.h:86: error: expected ')' before '*' token
build/atlantis_options.h:88: error: expected ')' before '*' token
build/atlantis_options.h:89: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
build/atlantis_options.h:90: error: expected ')' before '*' token
build/atlantis_options.h:92: error: expected ')' before '*' token
build/atlantis_options.h:93: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
build/atlantis_options.h:94: error: expected ')' before '*' token
build/atlantis_options.h:96: error: expected ')' before '*' token
build/atlantis_options.h:97: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
build/atlantis_options.h:98: error: expected ')' before '*' token
build/atlantis_options.h:100: error: expected ')' before '*' token
build/atlantis_options.h:101: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
build/atlantis_options.h:102: error: expected ')' before '*' token
build/atlantis_options.h:104: error: expected ')' before '*' token
build/atlantis_options.h:105: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
build/atlantis_options.h:106: error: expected ')' before '*' token
atlantis.c:136: error: expected ')' before '*' token
atlantis.c:250: error: expected ')' before '*' token
atlantis.c:261: error: expected ')' before '*' token
atlantis.c:268: error: expected ')' before '*' token
atlantis.c:276: error: expected ')' before '*' token
atlantis.c:290: error: expected ')' before '*' token
atlantis.c:422: error: expected ')' before '*' token
atlantis.c:441: error: expected ')' before '*' token
atlantis.c:458: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'atlantisInitDisplay'
atlantis.c:489: error: expected ')' before '*' token
atlantis.c:499: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'atlantisInitScreen'
atlantis.c:541: error: expected ')' before '*' token
atlantis.c:558: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'atlantisInit'
atlantis.c:569: error: expected ')' before '*' token
atlantis.c:576: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'atlantisInitObject'
atlantis.c:589: error: expected ')' before '*' token
atlantis.c:601: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'atlantisVTable'
atlantis.c:613: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
make: *** [build/atlantis.lo] 错误 1
全世界linux爱好者联合起来 !
头像
dogfox
论坛版主
帖子: 5311
注册时间: 2006-09-02 14:18
来自: 汉桑城
联系:

#27

帖子 dogfox » 2007-11-26 10:19

已解决
附件
放水养鱼了
放水养鱼了
全世界linux爱好者联合起来 !
cbmtclhb
帖子: 32
注册时间: 2007-09-18 8:19

#28

帖子 cbmtclhb » 2007-11-26 10:51

自带的很好用呀,我只安装了一个管理器就可以用cf了,为什么搞这么复杂
biosxjj
帖子: 277
注册时间: 2007-04-04 15:56

#29

帖子 biosxjj » 2007-11-26 22:12

搂住不厚道吧 安装什么kde~~~~
dongping0903
帖子: 32
注册时间: 2007-10-31 0:07
来自: 中国四川

求救

#30

帖子 dongping0903 » 2007-11-26 22:38

我的怎么安装后,firefox没有上面的标题栏了,
回复