https://bugs.kde.org/show_bug.cgi?id=444012

Naoto Kondo <cgigcp3...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cgigcp3...@gmail.com

--- Comment #6 from Naoto Kondo <cgigcp3...@gmail.com> ---
I had the same problem, but solved it to a limited extent.
kwin send keymap change callback to gtk application. At that time keymap is
created with KConfigGroup variable.

> const QByteArray model = m_configGroup.readEntry("Model", "pc104").toLatin1();
> const QByteArray layout = m_configGroup.readEntry("LayoutList").toLatin1();
> const QByteArray variant = m_configGroup.readEntry("VariantList").toLatin1();
> const QByteArray options = m_configGroup.readEntry("Options").toLatin1();
> 
> xkb_rule_names ruleNames = {
>      .rules = nullptr,
>      .model = model.constData(),
>      .layout = layout.constData(),
>      .variant = variant.constData(),
>      .options = nullptr,
> };

So, SytemSettings > Input Device > Keyboard > Layout > Layout Settings of top
item is respected.
But this settings is cleared at system reboot :(

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to