forked from pool/kinfocenter5
14 lines
633 B
Diff
14 lines
633 B
Diff
diff --git a/Modules/about-distro/src/Module.cpp b/Modules/about-distro/src/Module.cpp
|
|
index 9e9dc9c..7a34520 100644
|
|
--- a/Modules/about-distro/src/Module.cpp
|
|
+++ b/Modules/about-distro/src/Module.cpp
|
|
@@ -190,7 +190,7 @@ void Module::defaults()
|
|
QString Module::plasmaVersion() const
|
|
{
|
|
const QStringList &filePaths = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation,
|
|
- "xsessions/plasma.desktop");
|
|
+ "xsessions/plasma5.desktop");
|
|
|
|
if (filePaths.length() < 1) {
|
|
return QString();
|