Comment 9 for bug 1128348

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

If that log file really came from raring then the problem seems to be that it's still using gconf:
Backend : gconf
Integration : true
Profile : unity

I have no idea why it's using gconf. It should always be gsettings from 12.10 onward.

To remove the customization that is telling compiz to use gconf you need to:
    rm -rf ~/.config/compiz-1
then re-run for good measure:
    dconf reset -f /org/compiz/
and log out/in again.