Bug 505251 - [scripting] onConfigChanged not being called
Summary: [scripting] onConfigChanged not being called
Status: REPORTED
Alias: None
Product: kwin
Classification: Plasma
Component: scripting (other bugs)
Version First Reported In: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-05 23:04 UTC by Gerrit De Vriese
Modified: 2025-06-21 17:24 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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