Start compiz (or any non-default WM) automatically with GNOME
I have just noticed the latest gnome-session package doesn’t use compiz as default WM if installed.
I have had to found the right way starting it for my session, anf finally found the following was the easiest and cleanest solution:
echo export WINDOW_MANAGER=/usr/bin/compiz >> ~/.gnomerc
Writing it here so that I can find it again…