The source project of this merge request has been removed.
fix broken keyboard configurations with single layout on Wayland
KConfigGroup::writeEntry() shouldn't be used with list - otherwise,
"VariantList=\0" is saved for the list with single empty item, as a
measure to distinguish it from empty list.
We don't need it here as the list is read directly by external library
on load.