Comment 9 for bug 333284

Revision history for this message
Robert Ancell (robert-ancell) wrote :

Running the following PyGTK program in metacity, compiz_ubuntu5 and compiz_ubuntu6 shows the behaviour has reverted to opening in the background as expected:
<snip>
import gtk
w = gtk.Window()
w.set_focus_on_map(False)
w.show()
gtk.main()
</snip>

I can't give 100% certainty other behaviour is correct as compiz does not run well on my hardware. It behaves as a window manager so I'd say tested.