Btw. Zorael on the Forums created a nice workaround for this problem:

#!/bin/bash
while true; do
        if [ "$(pidof compiz.real)" ] && [ "$(pidof metacity)" ]; then
                killall --signal=9 compiz.real
                echo CompiZombie detected and terminated
        fi
        sleep 2s
done

Of course it is still disturbing that the compiz.real processes have to
be killed using signal nine ;-) But better than having hordes of dead
CompizZombies populating my RAM :)

-- 
multiple instances of compiz.real
https://bugs.launchpad.net/bugs/227884
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to