The source project of this merge request has been removed.
fix: [2/2] Keyboard Layout applet doesn't follow actual layout switching
This prevents excessive OSD when switching between apps with different keyboard layouts.
currentLayoutChanged()
signal was erroneously tied to setCurrentLayout()
, which produced OSD unconditionally on every layout change, even when we don't want to.
DIGEST:
BUG: 426900
Edited by David Edmundson