From ecf56990a2aa7f7edd882ebc65eba976f619c69c Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Fri, 4 Jul 2014 15:34:37 +0200 Subject: [PATCH] Enable keyboard viewmodule. Requires the ckbcomp script. --- settings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.conf b/settings.conf index 316a43dce..d36595eb1 100644 --- a/settings.conf +++ b/settings.conf @@ -11,5 +11,5 @@ modules-search: [ local, /path/to/dir/with/more/modules ] # TBD: do we want to allow non-page modules (core-modules) to be set as immediate or # delayed? Is this an intrinsic property of a module? Does it depend on whether it's # a QProcess, a Python script or a plugin? More research is required. --teo -modules-prepare : [ greeting, locale, partition ] +modules-prepare : [ greeting, locale, keyboard, partition ] modules-postinstall : [ finished ]