https://bugs.kde.org/show_bug.cgi?id=513430
--- Comment #5 from [email protected] --- More logs ``` Dec 16 02:04:35 kwin_wayland[1649087]: QDBusConnection: couldn't handle call to Teardown, no slot matched Dec 16 02:04:35 kwin_wayland[1649087]: Could not find slot Krunner1Adaptor::Teardown Dec 16 02:05:45 kwin_wayland[1649087]: "Could not convert argument 0 from undefined to QList<qulonglong>" Dec 16 02:05:45 kwin_wayland[1649087]: "onWindowMaximizedStateChanged@:99" Dec 16 02:05:45 kwin_wayland[1649087]: <Unknown File>:99: TypeError: Passing incompatible arguments to C++ functions from JavaScript is not allowed. ``` `MaximizeMode` was `undefined` - "Could not convert argument 0 from undefined to QList<qulonglong>" `Window` object is valid and not `undefined` This only happens in specific cases, when the window changes state to maximized but does not return a `mode` -- You are receiving this mail because: You are watching all bug changes.
