We need to register data types such as QVector<KWin::VirtualDesktop *> both for QML and JavaScript scripts. If you have no JavaScript scripts enabled, those container types won't be registered and QML will fail to read properties such as Window.desktops, which can result in already visible windows animating opacity from 0 to 1 when opening overview effect. To fix that, register all accessible data types in scripting apis in Scripting::init().remotes/origin/work/zzag/window-drop-x11-desktop-ids
parent
99b2e6072c
commit
5942c13eba
1 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue