diff --git a/shell/main.cpp b/shell/main.cpp index c23fa8a12..4caca65ba 100644 --- a/shell/main.cpp +++ b/shell/main.cpp @@ -89,7 +89,7 @@ int main(int argc, char *argv[]) app.setQuitOnLastWindowClosed(false); - KSharedConfig::Ptr startupConf = KSharedConfig::openConfig(QStringLiteral("plasmarc")); + KSharedConfig::Ptr startupConf = KSharedConfig::openConfig(QStringLiteral("plasmashellrc")); KConfigGroup startupConfGroup(startupConf, "Shell"); const QString defaultShell = startupConfGroup.readEntry("ShellPackage", "org.kde.plasma.desktop");