Hi Oliver! I had your same problem some times ago. I've asked for a solution in IRC and they told me to install Unity locally. For achieving this you should change the cmake command for Unity to :
cmake .. -DCMAKE_BUILD_TYPE=Debug -DCOMPIZ_PLUGIN_INSTALL_TYPE=local -DCMAKE_INSTALL_PREFIX=/usr/local It worked for me. 2011/2/12 Oliver Sauder <[email protected]> > Hello, > > I was trying to build unity from source following the instructions on > <https://wiki.ubuntu.com/Unity/InstallationGuideFromSource>. > > Building the source worked straight away. To figure out if compiz is > catching my version of unity I've just added a g_debug() statement. > > So I logged out, logged in again, opened a terminal, run the command > compiz-unity-setup-env and restarted compiz (compiz --replace). > > In the console output I could not find my added debug statement. So I > opened ccsm. There the unity plugin was already enabled. I disabled it, > enabled again and then compiz freezes. > > My question is, if I really use the right workflow to build unity from > source? Or did I really hit a bug here? > > What I noticed is that the directory > "/opt/unity/lib/python2.7/site-packages" which is exported as PYTHONPATH > does not exists on my system. > > Thanks for your help in advance. > > Oliver > > _______________________________________________ > Mailing list: https://launchpad.net/~ayatana-dev > Post to : [email protected] > Unsubscribe : https://launchpad.net/~ayatana-dev > More help : https://help.launchpad.net/ListHelp >
_______________________________________________ Mailing list: https://launchpad.net/~ayatana-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~ayatana-dev More help : https://help.launchpad.net/ListHelp

