problem with windowstrip

Thomas Lübking thomas.luebking at gmail.com
Tue Feb 7 17:28:01 UTC 2012


Am 07.02.2012, 17:17 Uhr, schrieb Marco Martin <notmart at gmail.com>:


> keyboard input is ok, but looks like kwindowsystem::activewindow is
> wrong (this called by any process)

kwin/activation.cpp:258
rootInfo->setActiveWindow(active_client ? active_client->window() : 0);

check whether, how often and with what value/s this function is called  
when you activate a window.

on X11 it should update
xprop -root | grep _NET_ACTIVE_WINDOW

So if that property changes, the issue would be on the client (library)  
side.

Cheers,
Thomas


More information about the Active mailing list