News... I'm testing a fix... the problem could be not compiz but
metacity...

I changed this gconf value:

/desktop/gnome/applications/window_manager/current=/usr/bin/compiz
/desktop/gnome/applications/window_manager/default=/usr/bin/compiz

I've also a startup script launched at startup (executed by custom
~/.config/autostart/compiz.desktop):

#!/bin/bash
compiz --replace &
sleep 5
emerald --replace &
sleep 1
if ! pgrep compiz > /dev/null
then 
        compiz --replace &
        sleep 5
        emerald --replace &
fi
sleep 1
if ! pgrep compiz > /dev/null 
then 
        metacity --replace &
fi

Let me know if it's working for you too...

-- 
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/609931

Title:
  Continuous hard disk IO and system usage

_______________________________________________
Mailing list: https://launchpad.net/~compiz
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~compiz
More help   : https://help.launchpad.net/ListHelp

Reply via email to