Set a default InputMethod

Otherwise we choke by default when importing QtVirtualKeyboard
This commit is contained in:
Aleix Pol 2017-11-16 01:18:45 +01:00 committed by Pier Luigi Fiorini
parent ac3a2451ec
commit ef7e0812da

View File

@ -42,7 +42,7 @@ namespace SDDM {
Entry(Numlock, NumState, NUM_NONE, _S("Initial NumLock state. Can be on, off or none.\n"
"If property is set to none, numlock won't be changed\n"
"NOTE: Currently ignored if autologin is enabled."));
Entry(InputMethod, QString, QString(), _S("Input method module"));
Entry(InputMethod, QString, QStringLiteral("qtvirtualkeyboard"), _S("Input method module"));
// Name Entries (but it's a regular class again)
Section(Theme,
Entry(ThemeDir, QString, _S(DATA_INSTALL_DIR "/themes"), _S("Theme directory path"));