2015-04-29 02:13:58 +02:00
|
|
|
diff --git a/Modules/about-distro/src/Module.cpp b/Modules/about-distro/src/Module.cpp
|
2016-09-15 11:14:17 +02:00
|
|
|
index bec3a36..b78ede7 100644
|
2015-04-29 02:13:58 +02:00
|
|
|
--- 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,
|
2015-11-27 07:40:29 +01:00
|
|
|
- QStringLiteral("xsessions/plasma.desktop"));
|
|
|
|
+ QStringLiteral("xsessions/plasma5.desktop"));
|
2015-04-29 02:13:58 +02:00
|
|
|
|
|
|
|
if (filePaths.length() < 1) {
|
|
|
|
return QString();
|