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

--- Comment #25 from Andrey <butir...@gmail.com> ---
Git commit 0676646ade672b78dbcb1a9f856da71a1a067760 by Andrey Butirsky.
Committed on 31/12/2020 at 12:20.
Pushed by butirsky into branch 'master'.

fix: keyboard variants display incorrectly on upgrade

Earlier, keyboard variants were embedded in layouts in config.
It is displayed incorrectly with new QML Keyboard Layout applet.

Now we need to update the config to split variants into separate
configuration entry.

The code is still compatible with the old format, but should be
refactored in the future.

Config update script sample:
        - Input:
        LayoutList=us,us(intl),ru,gb(dvorak),gb

        - Output:
        LayoutList=us,us,ru,gb,gb
        VariantList=,intl,,dvorak
        # DELETE LayoutList

M  +2    -0    kcms/keyboard/CMakeLists.txt
A  +4    -0    kcms/keyboard/kconf_update/CMakeLists.txt
A  +27   -0    kcms/keyboard/kconf_update/kxkb_variants.awk
A  +7    -0    kcms/keyboard/kconf_update/kxkb_variants.upd

https://invent.kde.org/plasma/plasma-desktop/commit/0676646ade672b78dbcb1a9f856da71a1a067760

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

Reply via email to