diff --git a/shell/main.cpp b/shell/main.cpp --- a/shell/main.cpp +++ b/shell/main.cpp @@ -60,6 +60,10 @@ QApplication app(argc, argv); + // The executable's path is added to the library/plugin paths. + // This does not make much sense for plasmashell. + app.removeLibraryPath(QCoreApplication::applicationDirPath()); + KQuickAddons::QtQuickSettings::init(); KAboutData aboutData(QStringLiteral("plasmashell"),