Am 2017-07-12 19:02, schrieb Marco Martin:
On Wednesday 12 July 2017 18:45:54 Martin Flöser wrote:
> Any ideas or advice?
So played with the KRunner code, resulted in:
https://phabricator.kde.org/D6654
Summary, don't use expose event, use show event
uh, this means we have to get the rest on showevent as well then?
i tought that showevent was still too soon to be able to correctly
create the
plasmashellsurface?
You might be right. Given the output of KWin debug console all the calls
didn't work.
THIS SUCKS! So show event is too early and expose event is too late. God
damn Qt why did you have to break this??? We had working code and now we
are back to square 1.
Martin