Comment 4 for bug 1513910

Revision history for this message
Christopher Townsend (townsend) wrote :

Compiz is indeed running, but it is refusing to manage the window. Looking at the Compiz code, there are only two ways that it will not manage a newly created window:

"if (w->priv->serverFrame == event->xcreatewindow.window)"
and
"if (wa.root != event->xcreatewindow.parent)"

Those will prompt Compiz to refuse to manage the window.

Also, this issue is occurring in Libreoffice as well.