summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index 1c79064f4..b8d415a90 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -44,7 +44,7 @@ from upgrade import upgradeSwapSuggestion, upgradeMigrateFind
installSteps = [
("language", ("intf", "id.instLanguage")),
- ("keyboard", ("id.instLanguage", "id.keyboard")),
+ ("keyboard", ("id.instLanguage", "id.keyboard", "id.xconfig")),
("mouse", ("id.mouse",)),
("welcome", ("id.configFileData",)),
("reconfigwelcome", ()),