Compiz: Difference between revisions
From LFScript
Created page with "<scriptname>compiz</scriptname> == Sources == * <sourcecode>http://releases.compiz-fusion.org/0.8.8/compiz-0.8.8.tar.bz2</sourcecode> <md5>d14508f2a0e129b147fc0d905984c1fc ..." |
No edit summary |
||
Line 14: | Line 14: | ||
== Installation == | == Installation == | ||
< | <build>./configure --prefix=/usr \ | ||
--disable-gconf | --disable-gconf | ||
make</ | make</build> | ||
The <code>--disable-gconf</code> switch allows [[Compiz]] to be built without a GConf backend. I'm avoiding GConf at the moment, because it complicates the current transition to the [[Mate Desktop Environment]]. | The <code>--disable-gconf</code> switch allows [[Compiz]] to be built without a GConf backend. I'm avoiding GConf at the moment, because it complicates the current transition to the [[Mate Desktop Environment]]. | ||
< | <build user="root">make install</build> | ||
< | <build user="root">cat > /etc/X11/app-defaults/xinitrc.d/Compiz_\(with_an_XTerm\).xinitrc << "EOF" | ||
compiz ccp & | compiz ccp & | ||
exec xterm | exec xterm | ||
EOF</ | EOF</build> | ||
== Manual configuration == | == Manual configuration == |
Revision as of 21:51, 1 February 2012
LFScript can find this software under the name compiz
.
Sources
MD5 Checksums:
d14508f2a0e129b147fc0d905984c1fc compiz-0.8.8.tar.bz2
Dependencies
- startup-notification
- gtk+2
- libwnck
It is possible to build this software without gtk+2
and libwnck
installed. However, without them gtk-window-decorator
will not be built and you will have to install Emerald if you want framed windows under Compiz.
Installation
./configure --prefix=/usr \ --disable-gconf make
The --disable-gconf
switch allows Compiz to be built without a GConf backend. I'm avoiding GConf at the moment, because it complicates the current transition to the Mate Desktop Environment.
As the root user:
make install
As the root user:
cat > /etc/X11/app-defaults/xinitrc.d/Compiz_\(with_an_XTerm\).xinitrc << "EOF" compiz ccp & exec xterm EOF
Manual configuration
To select Compiz as your default desktop environment, execute the following command as the root user:
echo "export DEFAULT_SESSION=\"Compiz (with an XTerm)\" > /etc/xinitrc.conf