https://bugs.kde.org/show_bug.cgi?id=513430
Bug ID: 513430
Summary: KWin crashes when a window has the signal
`maximizedAboutToChange`
Classification: Plasma
Product: kwin
Version First unspecified
Reported In:
Platform: unspecified
OS: Linux
Status: REPORTED
Severity: crash
Priority: NOR
Component: scripts
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
When a window is assigned the “maximizedAboutToChange” signal in a KWin script
and triggers the event when maximized, in certain cases, specifically when the
window is in “MaximizeMode.MaximizeFull,” kwin crashes.
STEPS TO REPRODUCE
1. Create a KWin script
2. Add `maximizedAboutToChange` signal to any window
3. Trigger event (maximize window)
OBSERVED RESULT
KWin crashes
EXPECTED RESULT
No crash
SOFTWARE/OS VERSIONS
KDE Plasma Version: 6.5.4
ADDITIONAL INFORMATION
Log:
```
kwin_wayland[1649087]: "onWindowMaximizedStateChanged@:99"
kwin_wayland[1649087]: <Unknown File>:99: TypeError: Passing incompatible
arguments to C++ functions from JavaScript is not allowed.
```
--
You are receiving this mail because:
You are watching all bug changes.