[plasma-framework] src/plasma: Look up dataengines in kf5/plasma/dataengines
Sebastian Kügler
sebas at kde.org
Wed Sep 25 23:43:43 UTC 2013
Git commit 5b33844a0b9e49759289dc839a31c0bc8f417d37 by Sebastian Kügler.
Committed on 25/09/2013 at 23:34.
Pushed by sebas into branch 'master'.
Look up dataengines in kf5/plasma/dataengines
This changes the path where to find dataengines to the
subdirectory-per-servicetype setup.
Note: You'll need to update and reinstall kde-workspace/plasma, to
install the dataengines into the new path.
CCMAIL:plasma-devel at kde.org
M +1 -1 src/plasma/pluginloader.cpp
http://commits.kde.org/plasma-framework/5b33844a0b9e49759289dc839a31c0bc8f417d37
diff --git a/src/plasma/pluginloader.cpp b/src/plasma/pluginloader.cpp
index 20a89b4..4991492 100644
--- a/src/plasma/pluginloader.cpp
+++ b/src/plasma/pluginloader.cpp
@@ -117,7 +117,7 @@ QString PluginLoaderPrivate::parentAppConstraint(const QString &parentApp)
PluginLoader::PluginLoader()
: d(new PluginLoaderPrivate)
{
- d->pluginDir = "kf5";
+ d->pluginDir = "kf5/plasma/dataengine";
d->isDefaultLoader = false;
}
More information about the Plasma-devel
mailing list