Diffusion KWin b16bd4147a6d

Ensure the layoutChanged DBus signal gets emitted when changing layouts through…

Authored by graesslin on Feb 1 2017, 5:49 AM.

Description

Ensure the layoutChanged DBus signal gets emitted when changing layouts through DBus

Summary:
Unfortunately Xkb does not emit a signal when the keyboard layout
changes. Due to that we need to manually check in KeyboardLayout after
each action which could change the layout whether the layout changed.

This was not yet done for the case when the layout got changed through
the DBus interface. Resulting in the DBus signal not emitted.

This change addresses the issue by invoking the check for change after
changing the keyboard layout.

Test Plan: Added test case

Reviewers: KWin, Plasma on Wayland

Subscribers: plasma-devel, kwin

Tags: Plasma on Wayland, KWin

Differential Revision: https://phabricator.kde.org/D4387