Bookmark This Page! Control + D
If you enjoy this blog,
please consider supporting my band.

Saturday, September 13, 2008

Compiz Fusion Vacuum Effect

Due to legal issues with Apple, Compiz Fusion is not allowed to have the vacuum effect for minimizing windows. If you are determined to re-enable it, here's how:

If compiz is running right now, you should close it by pressing alt+f2 and then typing metacity --replace

Then open a terminal and run the following, or install the ghex package with the synaptic package manager.


sudo apt-get install ghex
Then modify the following 3 files:

1. sudo ghex2 /usr/lib/compiz/libanimation.so

Press control + f, and in the righthand box type "magic_lamp_max"
Click find, and change the three in 3 to 0
Save the file, and close.

2.) sudo ghex2 /usr/lib/compiz/libanimation.a

Press control + f, and in the righthand box type "magic_lamp_max"
Click find, and change the three in 3 to 0
Save the file, and close.


3.) sudo gedit /usr/share/compiz/animation.xml
Press control + f, and in the righthand box type "magic_lamp_max"
Click find. Scroll down a bit past the languages and change the three in 3 to 0
Save the file, and close.


Then open comiz again by running compiz --replace in an alt+f2 window
Good luck!
For more help see this forum thread

1 comments:

Anonymous said...

What exactly do you mean by "change the three in 3 to 0", because I'm staring a bunch of hexadecimal strings and nothing stands out as obvious.