Skip to content
Commit 27da4afe authored by Harald Sitter's avatar Harald Sitter 🐧
Browse files

make InputMethod immutable

previously enabled and active were writable properties which complicated
abstraction inside application sandboxes. to solve this problem we no
longer consider them writable in KF6 and consider their writability
deprecated in KF5.

active is controllable through Qt's IM API and enabled shouldn't really
be touched by random applications anyway

this then allows us to eventually back them using the XDG Settings
portal instead of talking to KWin directly.

CCBUG: 466252
parent 0f47969a
Pipeline #347095 passed with stage
in 10 minutes and 51 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment