Comment 149 for bug 729979

Revision history for this message
Esokrates (esokrarkose) wrote :

@Sam, you can see the output of DISPLAY=:0 LD_LIBRARY_PATH=./lib valgrind ./bin/compiz --replace unityshell here:
http://ubuntuone.com/00Wd4umgSCxKuxswRIAEkN
(--replace ccp works, i only get the crash if i attempt to start unityshell).
I noticed that the minimize problem disappears when I disable unity plugin in compiz, so your approach might be right.
Sam, how would you build compiz and unity?
I compiled unity first using this instruction: http://askubuntu.com/questions/28470/how-do-i-build-unity-from-source/28472#28472
After that I compiled compiz using this instruction: https://answers.launchpad.net/compiz/+question/203490 (comment #1)
and started compiz.
I will try the pbuilder approach too when I have time.