Metacity beats compiz-fusion :P
Wednesday, November 28, 2007
Yes! guys and gals, our beloved window manager is kicking ass in composite land. There’s a new branch on metacity subversion were developers are working on composite features for metacity. So far we have, transparency, shadow and ALT+tab Godness, and now that I’m running a composite WM i can use the nice MAC OS X like dock bar, AWN. All this without the lag (and CPU masacre) introduced in compiz-fusion when scrolling applications.
If you want to install the development branch you can do it this way, first check out the code form gnome subversion,
svn co http://svn.gnome.org/svn/metacity/branches/iains-blingtastic-bucket-o-bling/ metacity
(you will need subversion package for this, if you don’t have it just, sudo apt-get install subversion)
then change to the metacity dir and for the next steps you will need some libraries so install the following packages,
sudo apt-get install gnome-common build-essential autoconf gnome-devel libtool
(hmm…I’m probably missing something….)
cd metacity
/bin/bash autogen.sh
./configure --enable-compositor
make
Now go and edit the following this key /apps/metacity/general/compositing_manager,
gconftool-2 --set --type=bool /apps/metacity/general/compositing_manager true
Now you can dotwo things, one just test it
./src/metacity --replace
And the second one is run a make install to install it system wide, but this is totally optional.
If you want to run it at start up, you just need to modify the key on /desktop/gnome/applications/window_manager
And i could finish the post here, but you will kill me if i dont show a screenshot :P, so here it’s
UPDATE: This branch was merged in trunk and it’s now deprecated, you should download the code from there now.












