summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-12 16:43:42 +0000
committerMatt Wilson <msw@redhat.com>2001-07-12 16:43:42 +0000
commitee430f842a9a265fd88a815ee7c6216912b4c84d (patch)
tree099fb10ab74641ffe91213bb147fe45080904d71 /dispatch.py
parent365ef656b8da771bde7eea733236651db0e5c387 (diff)
downloadanaconda-ee430f842a9a265fd88a815ee7c6216912b4c84d.tar.gz
anaconda-ee430f842a9a265fd88a815ee7c6216912b4c84d.tar.xz
anaconda-ee430f842a9a265fd88a815ee7c6216912b4c84d.zip
fix X keyboard setup from gui keyboard screen (#48761)
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", ()),