Comment 1 for bug 144913

Revision history for this message
Michael Vogt (mvo) wrote :

The problem is that the code currently checks only for the currently configured wm, but not the running one:

        WindowManager wm = current_configured_wm (data, &error);
        data->compiz_running = (wm == COMPIZ);

This needs to be fixed.