diff --git a/applet.cpp b/applet.cpp index 3a5317f73..a623dffd3 100644 --- a/applet.cpp +++ b/applet.cpp @@ -129,8 +129,9 @@ public: // we have a scripted plasmoid if (!language.isEmpty()) { // find where the Package is - QString path = KStandardDirs::locate("appdata", - "plasmoids/" + appletDescription.pluginName() + '/'); + QString path = KStandardDirs::locate("data", + "plasma/plasmoids/" + appletDescription.pluginName() + + "/"); if (path.isEmpty()) { applet->setFailedToLaunch(true, i18n("Could not locate the %1 package required for the %2 widget.",