diff --git a/kcms/runners/kcm.cpp b/kcms/runners/kcm.cpp --- a/kcms/runners/kcm.cpp +++ b/kcms/runners/kcm.cpp @@ -86,6 +86,9 @@ void SearchConfigModule::load() { + // Set focus on the pluginselector to pass focus to search bar. + m_pluginSelector->setFocus(Qt::OtherFocusReason); + m_pluginSelector->addPlugins(Plasma::RunnerManager::listRunnerInfo(), KPluginSelector::ReadConfigFile, i18n("Available Plugins"), QString(),