Bug 505251

Summary: [scripting] onConfigChanged not being called
Product: [Plasma] kwin Reporter: Gerrit De Vriese <gdvproxy>
Component: scriptingAssignee: KWin default assignee <kwin-bugs-null>
Status: REPORTED ---    
Severity: normal CC: surlaget
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Gerrit De Vriese 2025-06-05 23:04:27 UTC
SUMMARY
The signal "onConfigChanged" is not being called when the user applies changes using the script configuration window.

STEPS TO REPRODUCE
1. Install a KWin script that uses the onConfigChanged signal
2. Make a change in the scripts config screen and click Apply or OK

OBSERVED RESULT
onConfigChanged is not being called

EXPECTED RESULT
onConfigChanged is called

ADDITIONAL INFORMATION
Related: https://discuss.kde.org/t/configuration-reloading-in-kwin-qml-scripts/27643