I can confirm that this is broken.
This part of the code seems to be responsible:
switch (sScreen->priv->type)
{
case ScaleTypeGroup:
if (spScreen->clientLeader != window->clientLeader () &&
spScreen->clientLeader != window->id ())
return false;
break;
case ScaleTypeOutput:
if ((unsigned int) window->outputDevice () !=
(unsigned int) screen->currentOutputDev ().id ())
return false;
break;
default:
break;
}
As ScaleTypeOutput works and the code calling it is essentially the same
like the one calling ScaleTypeGroup, I suspect the problem must be
there...
** Changed in: compiz
Status: New => Confirmed
** Changed in: compiz
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774059
Title:
Scale by Window group not working
To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/774059/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs